Skip to content

Commit

Permalink
update SDK from api-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
rebilly-machine-user authored Oct 8, 2024
1 parent a25acc0 commit 0bf6ac7
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-fishes-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rebilly/client-php": patch
---

build(deps): merge passing FE dependabot PRs Rebilly/rebilly#7937
5 changes: 5 additions & 0 deletions .changeset/pretty-chefs-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rebilly/client-php": patch
---

feat(be): Add gate2way integration Rebilly/rebilly#7887
5 changes: 5 additions & 0 deletions .changeset/spicy-dryers-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rebilly/client-php": patch
---

SDK Generator updated
5 changes: 5 additions & 0 deletions .changeset/tame-deers-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rebilly/client-php": patch
---

feat(be): Add support for Samsung Pay digital wallet Rebilly/rebilly#7760
5 changes: 5 additions & 0 deletions .changeset/warm-pants-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rebilly/client-php": patch
---

feat(be,api-definitions): Increase plan quantity limits Rebilly/rebilly#7895
2 changes: 2 additions & 0 deletions src/Model/DigitalWalletTokenPaymentInstrument.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 4 additions & 0 deletions src/Model/GatewayAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down
2 changes: 2 additions & 0 deletions src/Model/GetPayoutRequestPaymentInstrumentsResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 2 additions & 0 deletions src/Model/PaymentCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down
2 changes: 2 additions & 0 deletions src/Model/PayoutRequestAllocations.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down
4 changes: 4 additions & 0 deletions src/Model/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down

0 comments on commit 0bf6ac7

Please sign in to comment.