vanilo / adyen
Adyen Payment Gateway Support for Vanilo (Laravel)
3.0.0
2024-04-29 08:27 UTC
Requires
- php: ^8.2
- ext-json: *
- adyen/php-api-library: ^10.1
- konekt/concord: ^1.13
- konekt/enum: ^4.0
- nesbot/carbon: ^2.62.1|^3.0
- vanilo/contracts: ^4.0
- vanilo/payment: ^4.0
Requires (Dev)
- ext-sqlite3: *
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2024-10-29 09:33:18 UTC
README
This library enables Adyen Drop-in & Components integration for Vanilo Payments.
Being a Concord Module it is intended to be used by Laravel Applications.
Documentation
Refer to the markdown files in the docs folder.
Known Issues
Adyen expects amounts to be specified in "minor" units (eg. cents: 10 EUR => { amount: 1000, currency: "EUR" }). Currently the library takes the original amount, multiplies it by 100 and calls it a day. Certain currencies are not like that, we need an adjustment layer to handle this.