Releases: ignited/omnipay-zippay
Releases · ignited/omnipay-zippay
1.3
Update Shipping Address
Added an optional shipping address into the data for a RestAuthorizeRequest
Update Item Prices
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
Updated the AbstractRequest to allow negative amounts so that discounts can be applied
Added support for redirects and new Item Type
Merge pull request #3 from moddengine/enhancements Enhancements for items & return redirect
Get Error Details
Added function to response object to get error details
Basic API Support
Supports the following operations:
- authorize (create a checkout)
- completeAuthorize (create a charge)
- capture (capture a charge)
- void (cancel a charge)
- refund (create a refund)