Skip to content

Commit c64695b

Browse files
petricargPetrica RG
andauthored
Fix _3DSECURE_LOOKUP_REFERENCE_GUID Gateway Response value. (#85)
* Fix _3DSECURE_LOOKUP_REFERENCE_GUID Gateway Response value. * New version P8.26 * New version P8.26 * Set checksum for P8.27 version. --------- Co-authored-by: Petrica RG <petrica@localhost>
1 parent 277daec commit c64695b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.26";
13+
private const VERSION = "P8.27";
1414
public static $checksum = "";
15-
public static $baseChecksum = "b85a8fdb5b4ebf8caba514df4a66800e";
15+
public static $baseChecksum = "c3a22d7ecf2f2bc8e62dd63976a74648";
1616
public static $versionNo = GatewayChecksum::VERSION;
1717

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

src/GatewayResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ static function _3DSECURE_VERSTATUS()
556556

557557
static function _3DSECURE_LOOKUP_REFERENCE_GUID()
558558
{
559-
return "_3DSECURE_LOOKUP_REFERENCE_GUID";
559+
return "_3D_LOOKUP_REFERENCE_GUID";
560560
}
561561

562562
static function PAN_TOKEN()

0 commit comments

Comments
 (0)