Skip to content

Releases: ignited/omnipay-zippay

1.3

21 May 05:20
5be422e
Compare
Choose a tag to compare
Don't lock Omnipay to 3.0

Update Shipping Address

18 Jan 00:28
3c4383a
Compare
Choose a tag to compare

Added an optional shipping address into the data for a RestAuthorizeRequest

Update Item Prices

28 Oct 23:49
aa38e01
Compare
Choose a tag to compare
Merge pull request #6 from workhouse-advertising/master

Updated item prices so that they are no longer multiplied by the quantity

1.1.1: Merge pull request #5 from workhouse-advertising/master

09 Oct 04:34
edd1953
Compare
Choose a tag to compare
Updated the AbstractRequest to allow negative amounts so that discounts can be applied

Added support for redirects and new Item Type

01 Dec 09:18
88b2340
Compare
Choose a tag to compare
Merge pull request #3 from moddengine/enhancements

Enhancements for items & return redirect

Get Error Details

08 Feb 04:46
Compare
Choose a tag to compare

Added function to response object to get error details

Basic API Support

08 Feb 01:02
Compare
Choose a tag to compare

Supports the following operations:

  • authorize (create a checkout)
  • completeAuthorize (create a charge)
  • capture (capture a charge)
  • void (cancel a charge)
  • refund (create a refund)