MediaWiki fundraising/REL1_35
|
Protected Member Functions | |
canSet3dSecure (array $normalized) | |
Returns true if we should proceed to call isRecommend3dSecure. | |
isRecommend3dSecure (GatewayType $adapter, array $normalized) | |
Determines whether a given donation should be sent through 3D Secure authentication. | |
Additional Inherited Members | |
Public Member Functions inherited from StagingHelper | |
stage (GatewayType $adapter, $normalized, &$stagedData) | |
Transform a subset of normalized data into the "staged" data expected by a payment processor. | |
Definition at line 3 of file Abstract3DSecure.php.
|
protected |
Returns true if we should proceed to call isRecommend3dSecure.
Always check that at least country and currency are present. May be overridden to add additional checks.
array | $normalized |
Reimplemented in GlobalCollect3DSecure, and Ingenico3DSecure.
Definition at line 13 of file Abstract3DSecure.php.
Referenced by Adyen3DSecure\stage().
|
protected |
Determines whether a given donation should be sent through 3D Secure authentication.
We configure this on our side based on a global variable that specifies combinations of currency and country. There may be additional rules configured in the processor console.
GatewayType | $adapter | |
array | $normalized |
Definition at line 30 of file Abstract3DSecure.php.
Referenced by Adyen3DSecure\stage(), GlobalCollect3DSecure\stage(), and Ingenico3DSecure\stage().