Displaying 1 result from an estimated 1 matches for "renewalcontrol".
2007 Jan 27
0
Interchanging ActiveRecord and ActionWebService... Help with my problem and suggestions for Best Practices.
...ot;easily". I need to be able to
use either ActiveRecord or ActionWebService. So I''m trying to handle
this "switch" as transparently as possible.
I''m totally open to suggestions..
Thanks,
Jason
I''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},...