Releases: blasttech/omnipay-square
Releases · blasttech/omnipay-square
Add method to get refund transaction reference
Fix refunds
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
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
1.2.2 Add note data to charge request
Fix update customer request
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
Update deprecated endpoints
1.0.15.1: Prevent getting new Square Connect updates
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
Fix error message not being returned as part of response detail
1.0.12: Merge pull request #7 from blasttech/blasttech-master
Add reference ID customer parameter
1.0.11: Merge pull request #3 from Pest-Register/master
created all the customer endpoint requests.