We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb40869 commit b4b18bcCopy full SHA for b4b18bc
src/GatewayChecksum.php
@@ -10,9 +10,9 @@
10
11
class GatewayChecksum
12
{
13
- private const VERSION = "P8.18";
+ private const VERSION = "P8.19";
14
public static $checksum = "";
15
- public static $baseChecksum = "873118992d1c598189616cbf013613c0";
+ public static $baseChecksum = "9c1ef416f08791307cb41d8e5b5f2942";
16
public static $versionNo = GatewayChecksum::VERSION;
17
18
//////////////////////////////////////////////////////////////////////
src/GatewayCodes.php
@@ -214,4 +214,5 @@ class GatewayCodes {
214
const REASON_INVALID_REFERENCE_SCHEME_TRANSACTION = 459;
215
const REASON_INVALID_CUSTOMER_ADDRESS = 460;
216
const REASON_INVALID_BUILD_PAYMENT_LINK_REQUEST = 462;
217
+ const REASON_INVALID_SS_NUMBER = 463;
218
}
0 commit comments