Skip to content

Releases: digitickets/omnipay-barclays-epdq

Transfer of ownership

17 Nov 14:05
Compare
Choose a tag to compare
3.0.0

Transfer ownership

Avoid errors with item descriptions

12 Oct 15:10
Compare
Choose a tag to compare

Avoids problems where the basket contains a mixture of items with and without descriptions.

Ignore zero-value cart items

09 Jun 16:42
Compare
Choose a tag to compare
Merge pull request #27 from rquadling/master

Remove zero value items from submission

Fix use of custom item definition

06 Jun 16:46
Compare
Choose a tag to compare

Make sure setItems uses the custom barclays item object

Avoid max param length problems

06 Jun 12:41
Compare
Choose a tag to compare

When posting item/basket data to ePDQ, make sure that max lengths imposed by the gateway are not exceeded.

Add PARAMVAR support

03 Mar 14:42
Compare
Choose a tag to compare

This change adds the optional PARAMVAR parameter to the payment request, setting it to the transactionId.

This means that users can set the feedback URL in the Barclays control panel to be something like:
https://example.com/payment-callback/<PARAMVAR>

2.1.1 - Items indexation fix

07 May 14:48
Compare
Choose a tag to compare

Barclays EPDQ does not accept item indexes starting from 0, they should start from 1.

2.1.0 - New features : Feedback, PageLayout, Delivery and extended Item

13 Apr 21:28
Compare
Choose a tag to compare
  • Added optional feedback parameter COMPLUS and PARAMPLUS.
  • Added country and address2 to purchase request.
  • Added page layout configuration to purchase request.
  • Added delivery and invoicing parameters.
  • Extended Item class.
  • Split DeclineUrl, ExceptionUrl and ReturnUrl with backward compatibility.
  • More feedback parameters are parsed within EssentialCompletePurchaseResponse.
  • Updated documentation with more detailed examples.

2.0.10: Made test more tolerant of other URLs

27 Feb 19:33
Compare
Choose a tag to compare

2.0.9

27 Feb 19:28
Compare
Choose a tag to compare
PHP 5.3 support