Releases: digitickets/omnipay-tesco-clubcard
V2.1.4 - Fix bad namespace
Merge pull request #5 from digitickets/fix-redeem-response-namespace fix namespace
Harden the SSL parameters
Remove one of the temporary parameters for setting the SSL certificate authority thing, and make the other one "official".
Experimental parameters
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
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
Merge pull request #3 from digitickets/minor-fixes Minor fixes
Use new version of abstract voucher class.
v2.0.0 Merge pull request #2 from digitickets/use-new-version-of-abstract-vo…
Major refactor of how the driver works
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
v0.0.14 Add information about 3rd party id and vouchers in the authorise resp…
Dev v13
v0.0.13 Correctly detect invalid voucher code.
Dev v12
v0.0.12 Remove some @TODO lines and remove a file that got left behind.