Skip to content

Releases: digitickets/omnipay-tesco-clubcard

V2.1.4 - Fix bad namespace

30 Aug 10:55
3ea39b7
Compare
Choose a tag to compare
Merge pull request #5 from digitickets/fix-redeem-response-namespace

fix namespace

Harden the SSL parameters

20 Jun 12:09
Compare
Choose a tag to compare

Remove one of the temporary parameters for setting the SSL certificate authority thing, and make the other one "official".

Experimental parameters

19 Jun 09:56
Compare
Choose a tag to compare
Pre-release

There is a problem with Tesco's UK API not trusting the CA (or something), so I'm adding a couple of parameters that control the HTTP client. Hopefully I'll work out which value to put in which parameter to get it to work! I'll then remove the other parameters.

UK driver implemented

02 May 11:54
1e63a5e
Compare
Choose a tag to compare

The UK driver has now been implemented.

There were changes to the "Ireland" driver (basically commonising some of the code), but the functionality was not changed, so there are no breaking changes in this repo.

Minor bug fixes

31 May 15:30
8659d13
Compare
Choose a tag to compare
Merge pull request #3 from digitickets/minor-fixes

Minor fixes

Use new version of abstract voucher class.

23 May 10:25
bf3dd3c
Compare
Choose a tag to compare
v2.0.0

Merge pull request #2 from digitickets/use-new-version-of-abstract-vo…

Major refactor of how the driver works

08 Dec 11:48
f0f027f
Compare
Choose a tag to compare

Originally, the driver received all vouchers and the customer's cart, and did all its processing on those two sets of data.

Now, the driver only receives 1 voucher (at a time) and the calling system uses listeners to get all the details and do all the processing related to the customer's cart.

Dev v14

17 Mar 15:55
Compare
Choose a tag to compare
Dev v14 Pre-release
Pre-release
v0.0.14

Add information about 3rd party id and vouchers in the authorise resp…

Dev v13

23 Feb 12:42
Compare
Choose a tag to compare
Dev v13 Pre-release
Pre-release
v0.0.13

Correctly detect invalid voucher code.

Dev v12

02 Feb 17:09
Compare
Choose a tag to compare
Dev v12 Pre-release
Pre-release
v0.0.12

Remove some @TODO lines and remove a file that got left behind.