Skip to content

Commit 14d1b8a

Browse files
authored
Rg 4954 add the parameter pan token in the gateway api response (#81)
* RG-4954 Add the parameter pan_token in the Gateway API response * RG-4954 Add the parameter pan_token in the Gateway API response * RG-4954 Add the parameter pan_token in the Gateway API response : upd. after merge
1 parent b4b18bc commit 14d1b8a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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.19";
13+
private const VERSION = "P8.20";
1414
public static $checksum = "";
15-
public static $baseChecksum = "9c1ef416f08791307cb41d8e5b5f2942";
15+
public static $baseChecksum = "81eddc55a121ccb38ebaa014e606a614";
1616
public static $versionNo = GatewayChecksum::VERSION;
1717

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

src/GatewayResponse.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,4 +555,8 @@ static function _3DSECURE_LOOKUP_REFERENCE_GUID()
555555
return "_3DSECURE_LOOKUP_REFERENCE_GUID";
556556
}
557557

558+
static function PAN_TOKEN()
559+
{
560+
return "panToken";
561+
}
558562
}

0 commit comments

Comments
 (0)