Displaying 1 result from an estimated 1 matches for "make_credit_card_payment".
2007 Jan 27
0
Interchanging ActiveRecord and ActionWebService... Help with my problem and suggestions for Best Practices.
...'m getting the following error:
NoMethodError in Offer renewalController#payment_made
undefined method `make_payment'' for WebservicePaymentApi:Class
Source:
class WebservicePaymentApi < ActionWebService::API::Base
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 => :d...