Skip to content

Commit

Permalink
Merge branch '828' into 'master'
Browse files Browse the repository at this point in the history
828 into master

See merge request payment-gateway/sdk-php!62
  • Loading branch information
rcs-bigfish committed Jun 19, 2023
2 parents cd502f1 + 644449b commit 6d7b5bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Version

3.17.0
3.18.0

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion src/BigFish/PaymentGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class PaymentGateway
* SDK Version
*
*/
const VERSION = '3.17.0';
const VERSION = '3.18.0';

/**
* API request type constants
Expand Down
1 change: 1 addition & 0 deletions src/BigFish/PaymentGateway/Request/Init.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ class Init extends RequestAbstract
PaymentGateway::PROVIDER_PAYUREST,
PaymentGateway::PROVIDER_WIRECARD,
PaymentGateway::PROVIDER_VIVAWALLET,
PaymentGateway::PROVIDER_KHB,
PaymentGateway::PROVIDER_CIB
);

Expand Down

0 comments on commit 6d7b5bc

Please sign in to comment.