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 9f426ac commit 00d54b3Copy full SHA for 00d54b3
tests/ServerGatewayTest.php
@@ -120,9 +120,14 @@ public function testCompleteAuthorizeSuccess()
120
'DeclineCode' => '00',
121
'ExpiryDate' => '0722',
122
'BankAuthCode' => '999777',
123
+ // New fields for protocol v4.0
124
+ 'ACSTransID' => 'abcuuid',
125
+ 'DSTransID' => '123uuid',
126
+ 'SchemeTraceID' => 'V123',
127
'VPSSignature' => md5(
128
'{F955C22E-F67B-4DA3-8EA3-6DAC68FA59D2}'
129
. '438791' . 'OK' . 'bexamplecJEUPDN1N7Edefghijklm' . '00' . '0722' . '999777'
130
+ . 'abcuuid' . '123uuid' . 'V123'
131
),
132
)
133
);
0 commit comments