This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
2.46.0
IngenicoEPayments
released this
16 Jan 08:52
·
3 commits
to master
since this release
- Added:
- Added property
acquirer_promotion_code
to classAbstractCardPaymentMethodSpecificInput
. - Each Ruby module comes with a matching Ruby source file that requires every file in that module. This allows the entire SDK to be required with just one
requires
clause.
- Added property
- Changed:
- Split off webhooks signature validation to class
SignatureValidator
. - Module declarations are now nested. This allows each separate Ruby file to be used separately in
requires
clauses.
- Split off webhooks signature validation to class