Skip to content

Releases: blasttech/omnipay-square

Add method to get refund transaction reference

13 Sep 21:57
8ba9085

Choose a tag to compare

Merge pull request #17 from jason-nabooki/patch-1

Fix exception if refund status is an error

Fix refunds

23 Aug 23:08
769441e

Choose a tag to compare

This fixes an incorrect change in the previous release, which broke refund functionality if using the getTransactionReference function to get the transaction ID for the refund.

Fix ListTransactionsRequest endpoint

13 Aug 00:55

Choose a tag to compare

The ListTransactionsRequest class is updated to match the other request classes, and uses listTransactionsWithHttpInfo instead of the deprecated listTransactions function.

Note that the getTransactionReference function has been updated to get the order ID instead of the transaction ID - this may be considered a breaking change, but since the transaction ID was the wrong thing to return, it's unlikely this function is currently being used.

Add note data to charge request

08 Apr 01:53

Choose a tag to compare

1.2.2

Add note data to charge request

Fix update customer request

14 Oct 02:36
638f058

Choose a tag to compare

Merge pull request #11 from blasttech/fix-update-customer-request

Update UpdateCustomerRequest class to work with updated Square API

1.1: Merge pull request #9 from blasttech/update-deprecated-endpoints

29 Aug 02:42
7bb320a

Choose a tag to compare

1.0.15.1: Prevent getting new Square Connect updates

29 Aug 03:04

Choose a tag to compare

The next update of the Square Connect package deprecates some endpoints
and breaks this repo at this point.

1.0.13: Merge pull request #8 from blasttech/blasttech-master

10 Jun 05:03
4891675

Choose a tag to compare

Fix error message not being returned as part of response detail

1.0.12: Merge pull request #7 from blasttech/blasttech-master

29 May 23:21
b0db8f2

Choose a tag to compare

1.0.11: Merge pull request #3 from Pest-Register/master

30 Apr 01:27
206c1c8

Choose a tag to compare

created all the customer endpoint requests.