Class: Gemgento::RecurringProfile
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Gemgento::RecurringProfile
- Defined in:
- app/models/gemgento/recurring_profile.rb
Overview
Instance Method Summary collapse
Instance Method Details
#change_state(state) ⇒ Object
23 24 25 |
# File 'app/models/gemgento/recurring_profile.rb', line 23 def change_state(state) API::SOAP::Sales::RecurringProfile.update_state(self.magento_id, state) end |