Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Releases: limcross/webpay_rails

1.1.1

11 May 04:35
Compare
Choose a tag to compare

Improvements

  • Introduces an improvement to the logs. (thanks to @maxfindel)
    In addition to the log attached to the rails log, you can now find a separate log file for each commerce code in the logs folder.

1.1.0

03 Nov 17:40
Compare
Choose a tag to compare

Improvements and bug fixes

  • Added support for nullify.
  • From now methods init_transaction, transaction_result and acknowledge_transaction must be receive arguments in a hash. (More details on their documentation).
  • Now you can disable the acknowledge_transaction (which is called automatically from transaction_result) using an optional argument ack: false on transaction_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.

1.0.3

23 Mar 15:08
Compare
Choose a tag to compare

Bug fixes

  • add missing error

1.0.2

23 Mar 15:14
Compare
Choose a tag to compare

Improvements

  • add rails logger support for savon
  • add missing attributes on transanction result (session_id, card_expiration_date, shares_number)

1.0.1

23 Mar 15:14
Compare
Choose a tag to compare

Bug fixes

  • Fix bug transanction_result approved? (by @isseu)

1.0.0

23 Mar 15:15
Compare
Choose a tag to compare
  • Add test for init_transaction.
  • Rewrite official webpay sdk v1.1.0 for extend models on rails.