Method: ActiveMerchant::Billing::PayJunctionV2Gateway#store
- Defined in:
- lib/active_merchant/billing/gateways/pay_junction_v2.rb
#store(payment_method, options = {}) ⇒ Object
81 82 83 |
# File 'lib/active_merchant/billing/gateways/pay_junction_v2.rb', line 81 def store(payment_method, = {}) verify(payment_method, ) end |