Releases: vimeo/omnipay-vindicia
Releases · vimeo/omnipay-vindicia
v2.2.1
Add functionality to skip AVS or CVV validation when adding card
v2.2.0
Allow a customer to be created as part of a purchase request
I thought you had to create the customer first, but I was wrong. If you provide a customer ID that doesn't exist, Vindicia will create it for you. This works for authorize, purchase, and create subscription. Added functionality to specify the customer name and email at this time as well. Updated the documentation accordingly.
v2.1.3
- Specify more precise return types to help Psalm if the client is using Psalm
- Add param to say if payment method update should update subscriptions
v2.1.2
Add some test stuff for card postcodes and countries
v2.1.1
- Add tax classification to items
- Add more response tests
v2.1.0
This release adds a generic object format for objects returned from fetch requests. This structure could be added to omnipay common so instead of getting an object back in whatever format the gateway returns you always get the same format.
v2.0.7
Allow multiple mock responses to be queued up for TestableSoapClient
v2.0.6
- Add createPaymentMethod to PayPal gateway
- Use precise return types in gateway docs
v2.0.5
Add ability to get a refund object from the response
v2.0.4
Add support for a gateway-level default minimum chargeback probability.