Skip to content

Releases: academe/Omnipay-GiroCheckout

PR #12 new capture parameter for PayDirekt

10 Aug 09:59
Compare
Choose a tag to compare

PayDirekt supports the new parameter merchantReconciliationReferenceNumber for the capture process.

This hasn't been added to the documentation yet.

Paydirekt: capture fixed

04 Aug 10:51
Compare
Choose a tag to compare

PR #11 from @thommyhh

Extended tests a little to cover this, which also uncovered a PHP 5.6 fix needed.

Paydirekt: support orderAmount and shippingAmount

12 Jul 16:33
Compare
Choose a tag to compare

Allow Giropay in `authorize` request

07 Jun 10:04
6febe4b
Compare
Choose a tag to compare

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

07 Jun 10:07
b4919ea
Compare
Choose a tag to compare

First stable release for Omnipay 3.0

15 May 11:34
Compare
Choose a tag to compare

First stable release for Omnipay 3.0

Updates to omnipay-common v3.0-beta.1

09 May 23:10
Compare
Choose a tag to compare

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

27 Mar 10:33
Compare
Choose a tag to compare

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

12 Mar 22:37
Compare
Choose a tag to compare

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

01 Mar 00:13
Compare
Choose a tag to compare

This is only supported for credit card and direct debit (for now). This list will possibly need expanding.