Sha256: 616903d7f920a97ec35d063259b10b472659ed0a08b7f95af96bd3935e50fc1a

Contents?: true

Size: 1.27 KB

Versions: 20

Compression:

Stored size: 1.27 KB

Contents

= render order

.effective-order.effective-order-purchase-actions
  - if (Rails.env.production? == false && EffectiveOrders.allow_pretend_purchase_in_development)
    = render :partial => '/effective/orders/pretend/form', locals: {label: 'Purchase Order (development only)', order: order, purchased_redirect_url: purchased_redirect_url, declined_redirect_url: declined_redirect_url}

  - if (Rails.env.production? == true && EffectiveOrders.allow_pretend_purchase_in_production)
    = render :partial => '/effective/orders/pretend/form', locals: {label: 'Purchase Order', order: order, purchased_redirect_url: purchased_redirect_url, declined_redirect_url: declined_redirect_url}

  - if EffectiveOrders.moneris_enabled
    = render :partial => '/effective/orders/moneris/form', locals: {order: order, purchased_redirect_url: purchased_redirect_url, declined_redirect_url: declined_redirect_url}

  - if EffectiveOrders.paypal_enabled
    = render :partial => '/effective/orders/paypal/form', locals: {order: order}

  - if EffectiveOrders.stripe_enabled
    = render :partial => '/effective/orders/stripe/form', locals: {order: order}

  - if (Rails.env.production? == true && EffectiveOrders.allow_pretend_purchase_in_production)
    %p= EffectiveOrders.allow_pretend_purchase_in_production_message

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
effective_orders-1.6.5 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.6.4 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.6.3 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.6.1 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.6.0 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.5.9 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.5.8 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.5.7 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.5.5 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.5.4 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.5.3 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.5.2 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.5.1 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.5.0 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.4.8 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.4.7 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.4.6 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.4.5 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.4.4 app/views/effective/orders/_checkout_step_2.html.haml
effective_orders-1.4.3 app/views/effective/orders/_checkout_step_2.html.haml