mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
6 lines
436 B
Ruby
6 lines
436 B
Ruby
Deface::Override.new(:virtual_path => "spree/checkout/_payment",
|
|
:replace => "code[erb-loud]:contains('submit_tag t(:save_and_continue)')",
|
|
:text => "<%= submit_tag 'Process My Order', :class => 'continue button primary' %>",
|
|
:name => "replace_checkout_payment_button",
|
|
:original => 'ce2043a01931b3bc16b045302ebb0e0bb9150b67')
|