Class: Spree::Conekta::FakeResponse
- Inherits:
-
ActiveMerchant::Billing::Response
- Object
- ActiveMerchant::Billing::Response
- Spree::Conekta::FakeResponse
- Defined in:
- lib/spree/conekta/fake_response.rb
Instance Method Summary collapse
-
#initialize ⇒ FakeResponse
constructor
A new instance of FakeResponse.
Constructor Details
#initialize ⇒ FakeResponse
Returns a new instance of FakeResponse.
4 5 6 7 8 |
# File 'lib/spree/conekta/fake_response.rb', line 4 def initialize @success = true @message = "Orden devuelta" @params = {} end |