Releases: academe/Omnipay-GiroCheckout
Releases · academe/Omnipay-GiroCheckout
PR #12 new capture parameter for PayDirekt
Paydirekt: capture fixed
Paydirekt: support orderAmount and shippingAmount
For details see PR #10
Allow Giropay in `authorize` request
PR #9 Allow Giropay in authorize
request
Added Giropay to the list of supported payment methods for the authorize
request.
Same change will be made to the 2.x branch.
Allow Giropay in `authorize` request
First stable release for Omnipay 3.0
First stable release for Omnipay 3.0
Updates to omnipay-common v3.0-beta.1
Updates to omnipay-common v3.0-beta.1
There are minor changes to the http client from v3.0-alpha.1
Issue #5; up minimum Comnipay version (~3.0-alpha); remove pre-7.1 travis tests
Updates for:
- Issue #5, change root namespace from Academe to Omnipay
- Minimum PHP version now 7,1
- Minimum Omnipay Common version now ~3.0-alpha.
- Remove pre-7.1 travis tests. Now testing against PHP 7.1 and 7.2
Make cardReference available to notification response
The back-channel notification handler will automatically fetch the card reference if:
a) the createCard
boolean parameter is set;
b) the payment type supports reusable card references;
c) the authorisation was successful.
Disable cardReference lookup for some payment types
This is only supported for credit card and direct debit (for now). This list will possibly need expanding.