search for: card_verification_cod

Displaying 1 result from an estimated 1 matches for "card_verification_cod".

Did you mean: card_verification_code
2007 Jan 27
0
Interchanging ActiveRecord and ActionWebService... Help with my problem and suggestions for Best Practices.
...e require ''contract_payment'' api_method :make_credit_card_payment, :expects => [{:contract_id => :int}, {:amount => :float}, {:card_type => :string}, {:card_number => :string}, {:card_verification_code => :string}, {:card_expiration_date => :date} ], :returns => [:string] def make_payment(contract_payment) puts contract_payment.inspect end end class TestController < ApplicationController def handle_payment if (@contract_pay...