lib/active_merchant/billing/gateways/pay_trace.rb in activemerchant-1.124.0 vs lib/active_merchant/billing/gateways/pay_trace.rb in activemerchant-1.125.0

- old
+ new

@@ -116,10 +116,10 @@ add_address(post, credit_card, options) response = commit(ENDPOINTS[:store], post) check_token_response(response, ENDPOINTS[:store], post, options) end - def redact(customer_id) + def unstore(customer_id) post = {} post[:customer_id] = customer_id response = commit(ENDPOINTS[:redact], post) check_token_response(response, ENDPOINTS[:redact], post, options) end