Skip to content

Releases: vimeo/omnipay-vindicia

v2.2.1

04 Nov 15:54
Compare
Choose a tag to compare

Add functionality to skip AVS or CVV validation when adding card

v2.2.0

03 Nov 16:02
Compare
Choose a tag to compare

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

02 Nov 19:06
Compare
Choose a tag to compare
  • 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

01 Nov 21:47
Compare
Choose a tag to compare

Add some test stuff for card postcodes and countries

v2.1.1

01 Nov 19:04
Compare
Choose a tag to compare
  • Add tax classification to items
  • Add more response tests

v2.1.0

31 Oct 14:33
Compare
Choose a tag to compare

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

26 Oct 15:51
Compare
Choose a tag to compare

Allow multiple mock responses to be queued up for TestableSoapClient

v2.0.6

24 Oct 20:05
Compare
Choose a tag to compare
  • Add createPaymentMethod to PayPal gateway
  • Use precise return types in gateway docs

v2.0.5

20 Oct 20:58
Compare
Choose a tag to compare

Add ability to get a refund object from the response

v2.0.4

20 Oct 20:03
Compare
Choose a tag to compare

Add support for a gateway-level default minimum chargeback probability.