Class: Stall::Checkout::PaymentReturnCheckoutStep

Inherits:
Step
  • Object
show all
Includes:
Stall::CartHelper
Defined in:
lib/stall/checkout/payment_return_checkout_step.rb

Instance Attribute Summary

Attributes inherited from Step

#cart

Instance Method Summary collapse

Methods included from Stall::CartHelper

#current_cart

Methods inherited from Step

#cart_params, for, #identifier, #initialize, #inject, #is?, #process, #save, #skip?, #valid?, validations

Constructor Details

This class inherits a constructor from Stall::Checkout::Step

Instance Method Details

#prepareObject



6
7
8
# File 'lib/stall/checkout/payment_return_checkout_step.rb', line 6

def prepare
  remove_cart_from_cookies(cart.identifier)
end