This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
Releases: limcross/webpay_rails
Releases · limcross/webpay_rails
1.1.1
1.1.0
Improvements and bug fixes
- Added support for
nullify
. - From now methods
init_transaction
,transaction_result
andacknowledge_transaction
must be receive arguments in a hash. (More details on their documentation). - Now you can disable the
acknowledge_transaction
(which is called automatically fromtransaction_result
) using an optional argumentack: false
ontransaction_result
. - You can now indicate the absolute path to the private key and certificates, instead of inserting its contents route (See an example).
- Better and simple exceptions (More details here).
- Fixed response validation.