Skip to content

Commit

Permalink
Merge pull request #92 from ebarbeito/allowed-method-bizum
Browse files Browse the repository at this point in the history
Add Bizum within the allowed payment methods
  • Loading branch information
senghe authored Sep 5, 2024
2 parents 26fde2e + 7863acc commit 71464ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ It supports all methods available to [drop-in](https://docs.adyen.com/online-pay
| **Payments** |
| [Payment dropin](https://docs.adyen.com/online-payments/web-drop-in) | Yes |
| [Card payments](https://docs.adyen.com/payment-methods/cards) | Yes |
| [Bizum](https://docs.adyen.com/payment-methods/bizum) (Spain only) | Yes |
| [3D Secure](https://docs.adyen.com/online-payments/3d-secure) | Yes |
| **Wallet payments** |
| [WeChat Pay](https://docs.adyen.com/payment-methods/wechat-pay) | Yes |
Expand Down
3 changes: 2 additions & 1 deletion src/Client/ClientPayloadFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class ClientPayloadFactory implements ClientPayloadFactoryInterface
/** @var RequestStack */
private $requestStack;

/** @var array */
/** @var string[] */
private $allowedMethodsList = [
'ideal',
'paypal',
Expand All @@ -42,6 +42,7 @@ final class ClientPayloadFactory implements ClientPayloadFactoryInterface
'googlepay',
'alipay',
'twint',
'bizum',
'blik',
'dotpay',
'scheme',
Expand Down

0 comments on commit 71464ce

Please sign in to comment.