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 c226b79
Show file tree
Hide file tree
Showing 6 changed files with 24 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/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
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

0 comments on commit c226b79

Please sign in to comment.