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 3, 2024
1 parent a25acc0 commit 04e3213
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
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
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 04e3213

Please sign in to comment.