Class: Spree::Conekta::FakeResponse

Inherits:
ActiveMerchant::Billing::Response
  • Object
show all
Defined in:
lib/spree/conekta/fake_response.rb

Instance Method Summary collapse

Constructor Details

#initializeFakeResponse

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