Skip to content

Commit bb40869

Browse files
RGOPS-5285 Add Currency to GatewayResponse for PerformRebillUpdate (#79)
1 parent 74477f4 commit bb40869

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.17";
13+
private const VERSION = "P8.18";
1414
public static $checksum = "";
15-
public static $baseChecksum = "8319bb8eaf745fdea06fa133f81d3483";
15+
public static $baseChecksum = "873118992d1c598189616cbf013613c0";
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
@@ -426,6 +426,10 @@ static function REBILL_STATUS()
426426
return "rebillStatus";
427427
}
428428

429+
static function REBILL_CURRENCY() {
430+
return "rebillCurrency";
431+
}
432+
429433
static function RESPONSE_CODE()
430434
{
431435
return "responseCode";

0 commit comments

Comments
 (0)