Method: ActiveMerchant::Billing::CardprocessGateway#verify
- Defined in:
- lib/active_merchant/billing/gateways/cardprocess.rb
#verify(credit_card, options = {}) ⇒ Object
90 91 92 93 94 95 |
# File 'lib/active_merchant/billing/gateways/cardprocess.rb', line 90 def verify(credit_card, = {}) MultiResponse.run do |r| r.process { (100, credit_card, ) } r.process { void(r., ) } end end |