Module: Mercadopago::Client::Preferences
- Included in:
- Mercadopago::Client
- Defined in:
- app/models/mercadopago/client/preferences.rb
Instance Method Summary collapse
Instance Method Details
#create_preferences(preferences) ⇒ Object
7 8 9 10 11 12 13 |
# File 'app/models/mercadopago/client/preferences.rb', line 7 def create_preferences(preferences) response = send_preferences_request(preferences) @preferences_response = JSON.parse(response) rescue RestClient::Exception => e @errors << I18n.t(:authentication_error, scope: :mercadopago) raise e. end |