Class: Gemgento::RecurringProfile

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/gemgento/recurring_profile.rb

Overview

Author:

  • Gemgento LLC

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