You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,9 +64,7 @@ abstract class Gateway extends BaseGateway
65
64
/**
66
65
* @event GatewayRequestEvent The event that is triggered before a gateway request is sent.
67
66
*
68
-
* You may set [[GatewayRequestEvent::isValid]] to `false` to prevent the request from being sent.
69
-
*
70
-
* This event gives you a chance to do something before a request is being sent to the gateway. If you set the `isValid` property of the event to `true`, the request will be cancelled.
67
+
* This event gives you a chance to do something before a request is being sent to the gateway.
71
68
*
72
69
* ```php
73
70
* use craft\commerce\omnipay\events\GatewayRequestEvent
@@ -76,8 +73,7 @@ abstract class Gateway extends BaseGateway
0 commit comments