Skip to content

Releases: academe/omnipay-authorizenetapi

Issue #13 Support user fields

20 Aug 22:13
b72eae9
Compare
Choose a tag to compare

Support symfony/property-access 4.x

26 Feb 23:09
Compare
Choose a tag to compare

Supports both ^3.2 and ^4.0 with no changes to functionality. See issue #10 for details.

Support notification signature validation

02 Feb 15:24
Compare
Choose a tag to compare

See issue #9

Also removed PHP 5.6 test support. PHP 7.x syntax used, though only in the acceptNotification handler for now.

Released as minor version, as sites not using the signature will fail until they either supply a signatureKey, or set the disableWebhookSignature flag - $gateway->setDisableWebhookSignature(true) - to suppress the assertion.

Support customerId

19 Jan 20:57
Compare
Choose a tag to compare

Issue #8 Support customerId, customerTaxId, and customerType when authorising a payment.

Fixed missing import

09 Sep 21:23
8b70f5c
Compare
Choose a tag to compare

Fixed missing import. Thank you @ptuchik

Opaque Data as a Token

30 May 14:04
Compare
Choose a tag to compare

The pair of Opaque Data values can be supplied as a token parameter by joining them using a colon (:).

This provides a more consistent Omnipay API.

Webhook notifications support

30 May 00:15
Compare
Choose a tag to compare

Supports just the notifications, not the RESTful webhook management API.

Opaque data support

24 May 22:39
Compare
Choose a tag to compare

Opaque data support and more complete docs.

Tests have taken a back seat, as usual, due to time pressures. Any help would be appreciated.