lib/active_merchant/billing/gateways/quickpay/quickpay_v10.rb in activemerchant-1.59.0 vs lib/active_merchant/billing/gateways/quickpay/quickpay_v10.rb in activemerchant-1.60.0

- old
+ new

@@ -116,13 +116,11 @@ post = {} commit('/cards', post) end def authorize_store(identification, credit_card, options = {}) - requires!(options, :amount) post = {} - add_amount(post, nil, options) add_credit_card_or_reference(post, credit_card, options) commit(synchronized_path("/cards/#{identification}/authorize"), post) end def create_token(identification, options)