mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
4 lines
310 B
Ruby
4 lines
310 B
Ruby
Deface::Override.new(:virtual_path => "spree/checkout/_payment",
|
|
:replace => "code[erb-loud]:contains('submit_tag t(:save_and_continue)')",
|
|
:partial => "spree/checkout/process_my_order_button",
|
|
:name => "process_my_order_button") |