Sha256: 1e95cae9d2f431ed485f8caa77dee68e71e713a76e5ae3072d08e14071ff1838
Contents?: true
Size: 471 Bytes
Versions: 62
Compression:
Stored size: 471 Bytes
Contents
module Workarea module Storefront module Checkout class PaymentController < CheckoutsController # GET /checkout/payment def payment @step = Storefront::Checkout::PaymentViewModel.new( payment_step, view_model_options ) end private def payment_step @payment_step ||= Workarea::Checkout::Steps::Payment.new(current_checkout) end end end end end
Version data entries
62 entries across 62 versions & 1 rubygems