From 63f248cc2e0e9fe8477b98893078ca838fe91993 Mon Sep 17 00:00:00 2001 From: Rebilly Machine User Date: Fri, 11 Oct 2024 18:08:12 +0300 Subject: [PATCH] chore: update SDK from api-definitions (#719) Co-authored-by: rebilly-machine-user Co-authored-by: Arif Kurkchi <11618962+justnero@users.noreply.github.com> --- .changeset/cold-fishes-know.md | 5 +++++ .changeset/pretty-chefs-divide.md | 5 +++++ .changeset/tame-deers-pull.md | 5 +++++ src/Model/DigitalWalletTokenPaymentInstrument.php | 2 ++ src/Model/GatewayAccount.php | 4 ++++ src/Model/GetPayoutRequestPaymentInstrumentsResponse.php | 2 ++ src/Model/PaymentCard.php | 2 ++ src/Model/PayoutRequestAllocations.php | 2 ++ .../PickInstructionGatewayAcquirerWeightsWeightedList.php | 4 ++++ src/Model/Transaction.php | 4 ++++ 10 files changed, 35 insertions(+) create mode 100644 .changeset/cold-fishes-know.md create mode 100644 .changeset/pretty-chefs-divide.md create mode 100644 .changeset/tame-deers-pull.md diff --git a/.changeset/cold-fishes-know.md b/.changeset/cold-fishes-know.md new file mode 100644 index 000000000..de6708433 --- /dev/null +++ b/.changeset/cold-fishes-know.md @@ -0,0 +1,5 @@ +--- +"@rebilly/client-php": patch +--- + +build(deps): merge passing FE dependabot PRs Rebilly/rebilly#7937 diff --git a/.changeset/pretty-chefs-divide.md b/.changeset/pretty-chefs-divide.md new file mode 100644 index 000000000..795b47b14 --- /dev/null +++ b/.changeset/pretty-chefs-divide.md @@ -0,0 +1,5 @@ +--- +"@rebilly/client-php": patch +--- + +feat(be): Add gate2way integration Rebilly/rebilly#7887 diff --git a/.changeset/tame-deers-pull.md b/.changeset/tame-deers-pull.md new file mode 100644 index 000000000..dd41cd8a4 --- /dev/null +++ b/.changeset/tame-deers-pull.md @@ -0,0 +1,5 @@ +--- +"@rebilly/client-php": patch +--- + +feat(be): Add support for Samsung Pay digital wallet Rebilly/rebilly#7760 diff --git a/src/Model/DigitalWalletTokenPaymentInstrument.php b/src/Model/DigitalWalletTokenPaymentInstrument.php index f6b23e911..7be290c14 100644 --- a/src/Model/DigitalWalletTokenPaymentInstrument.php +++ b/src/Model/DigitalWalletTokenPaymentInstrument.php @@ -21,6 +21,8 @@ class DigitalWalletTokenPaymentInstrument implements JsonSerializable public const TYPE_GOOGLE_PAY = 'Google Pay'; + public const TYPE_SAMSUNG_PAY = 'Samsung Pay'; + public const BRAND_VISA = 'Visa'; public const BRAND_MASTER_CARD = 'MasterCard'; diff --git a/src/Model/GatewayAccount.php b/src/Model/GatewayAccount.php index 3ead0119d..d87274ac1 100644 --- a/src/Model/GatewayAccount.php +++ b/src/Model/GatewayAccount.php @@ -162,6 +162,8 @@ abstract class GatewayAccount implements JsonSerializable public const GATEWAY_NAME_FORTE = 'Forte'; + public const GATEWAY_NAME_GATE2WAY = 'gate2way'; + public const GATEWAY_NAME_GET = 'GET'; public const GATEWAY_NAME_GIGADAT = 'Gigadat'; @@ -574,6 +576,8 @@ abstract class GatewayAccount implements JsonSerializable public const ACQUIRER_NAME_FUND_SEND = 'FundSend'; + public const ACQUIRER_NAME_GATE2WAY = 'gate2way'; + public const ACQUIRER_NAME_GIGADAT = 'Gigadat'; public const ACQUIRER_NAME_GLOBAL_EAST = 'Global East'; diff --git a/src/Model/GetPayoutRequestPaymentInstrumentsResponse.php b/src/Model/GetPayoutRequestPaymentInstrumentsResponse.php index 5b7f4ca06..8ca1fce1d 100644 --- a/src/Model/GetPayoutRequestPaymentInstrumentsResponse.php +++ b/src/Model/GetPayoutRequestPaymentInstrumentsResponse.php @@ -161,6 +161,8 @@ class GetPayoutRequestPaymentInstrumentsResponse implements JsonSerializable public const GATEWAY_NAME_FORTE = 'Forte'; + public const GATEWAY_NAME_GATE2WAY = 'gate2way'; + public const GATEWAY_NAME_GET = 'GET'; public const GATEWAY_NAME_GIGADAT = 'Gigadat'; diff --git a/src/Model/PaymentCard.php b/src/Model/PaymentCard.php index e6d026080..ae4af193a 100644 --- a/src/Model/PaymentCard.php +++ b/src/Model/PaymentCard.php @@ -60,6 +60,8 @@ class PaymentCard implements PaymentInstrument public const DIGITAL_WALLET_GOOGLE_PAY = 'Google Pay'; + public const DIGITAL_WALLET_SAMSUNG_PAY = 'Samsung Pay'; + public const DIGITAL_WALLET_NULL = 'null'; private array $fields = []; diff --git a/src/Model/PayoutRequestAllocations.php b/src/Model/PayoutRequestAllocations.php index 2a340dd2a..e716a7c6e 100644 --- a/src/Model/PayoutRequestAllocations.php +++ b/src/Model/PayoutRequestAllocations.php @@ -539,6 +539,8 @@ class PayoutRequestAllocations implements JsonSerializable public const GATEWAY_NAME_FORTE = 'Forte'; + public const GATEWAY_NAME_GATE2WAY = 'gate2way'; + public const GATEWAY_NAME_GET = 'GET'; public const GATEWAY_NAME_GIGADAT = 'Gigadat'; diff --git a/src/Model/PickInstructionGatewayAcquirerWeightsWeightedList.php b/src/Model/PickInstructionGatewayAcquirerWeightsWeightedList.php index 2cefab668..09e954c43 100644 --- a/src/Model/PickInstructionGatewayAcquirerWeightsWeightedList.php +++ b/src/Model/PickInstructionGatewayAcquirerWeightsWeightedList.php @@ -159,6 +159,8 @@ class PickInstructionGatewayAcquirerWeightsWeightedList implements JsonSerializa public const GATEWAY_NAME_FORTE = 'Forte'; + public const GATEWAY_NAME_GATE2WAY = 'gate2way'; + public const GATEWAY_NAME_GET = 'GET'; public const GATEWAY_NAME_GIGADAT = 'Gigadat'; @@ -571,6 +573,8 @@ class PickInstructionGatewayAcquirerWeightsWeightedList implements JsonSerializa public const ACQUIRER_NAME_FUND_SEND = 'FundSend'; + public const ACQUIRER_NAME_GATE2WAY = 'gate2way'; + public const ACQUIRER_NAME_GIGADAT = 'Gigadat'; public const ACQUIRER_NAME_GLOBAL_EAST = 'Global East'; diff --git a/src/Model/Transaction.php b/src/Model/Transaction.php index 66d03d3ab..e55231cad 100644 --- a/src/Model/Transaction.php +++ b/src/Model/Transaction.php @@ -217,6 +217,8 @@ class Transaction implements JsonSerializable public const GATEWAY_NAME_FORTE = 'Forte'; + public const GATEWAY_NAME_GATE2WAY = 'gate2way'; + public const GATEWAY_NAME_GET = 'GET'; public const GATEWAY_NAME_GIGADAT = 'Gigadat'; @@ -629,6 +631,8 @@ class Transaction implements JsonSerializable public const ACQUIRER_NAME_FUND_SEND = 'FundSend'; + public const ACQUIRER_NAME_GATE2WAY = 'gate2way'; + public const ACQUIRER_NAME_GIGADAT = 'Gigadat'; public const ACQUIRER_NAME_GLOBAL_EAST = 'Global East';