Skip to content

Commit b4b18bc

Browse files
authored
RGOPS-4858 SolidGate Brazilian CPF Support (#72)
* RGOPS-4858 SolidGate Brazilian CPF Support * RGOPS-4858 SolidGate Brazilian CPF Support * RGOPS-4858 SolidGate Brazilian CPF Support * RGOPS-4858 SolidGate Brazilian CPF Support * RGOPS-4858 SolidGate Brazilian CPF Support * RGOPS-4858 SolidGate Brazilian CPF Support * RGOPS-4858 SolidGate Brazilian CPF Support
1 parent bb40869 commit b4b18bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/GatewayChecksum.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
class GatewayChecksum
1212
{
13-
private const VERSION = "P8.18";
13+
private const VERSION = "P8.19";
1414
public static $checksum = "";
15-
public static $baseChecksum = "873118992d1c598189616cbf013613c0";
15+
public static $baseChecksum = "9c1ef416f08791307cb41d8e5b5f2942";
1616
public static $versionNo = GatewayChecksum::VERSION;
1717

1818
//////////////////////////////////////////////////////////////////////

src/GatewayCodes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,5 @@ class GatewayCodes {
214214
const REASON_INVALID_REFERENCE_SCHEME_TRANSACTION = 459;
215215
const REASON_INVALID_CUSTOMER_ADDRESS = 460;
216216
const REASON_INVALID_BUILD_PAYMENT_LINK_REQUEST = 462;
217+
const REASON_INVALID_SS_NUMBER = 463;
217218
}

0 commit comments

Comments
 (0)