Sha256: 5745691bd8aead8d165c2f95aaa09fbfd2478df6314cfb7832227a67ead20a77

Contents?: true

Size: 435 Bytes

Versions: 86

Compression:

Stored size: 435 Bytes

Contents

- if EffectiveOrders.buyer_purchases_refund?
  = effective_form_with(scope: :refund, url: effective_orders.refund_order_path(order), method: :post) do |f|
    = f.hidden_field :purchased_url, value: purchased_url
    = f.hidden_field :declined_url, value: declined_url

    = f.submit order_checkout_label(:refund), center: true, border: false

- else
  .text-center
    = EffectiveOrders.refund[:pending].presence || 'Refund pending'

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
effective_orders-6.19.1 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.19.0 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.18.4 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.18.3 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.18.2 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.18.1 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.18.0 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.17.2 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.17.1 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.17.0 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.16.4 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.16.3 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.16.2 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.16.1 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.16.0 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.15.0 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.14.6 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.14.5 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.14.4 app/views/effective/orders/refund/_form.html.haml
effective_orders-6.14.3 app/views/effective/orders/refund/_form.html.haml