Move into specific folder

This commit is contained in:
Jean-Baptiste Bellet
2021-11-25 12:00:27 +01:00
committed by Matt-Yorkley
parent 216e06cd6b
commit fc6fba4fe9
2 changed files with 1 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
#{payment_method.description}
.paymentmethod-form
- if payment_method.method_type == "gateway"
= render partial: "split_checkout/#{payment_method.method_type}", locals: { payment_method: payment_method, f: f }
= render partial: "split_checkout/payment/#{payment_method.method_type}", locals: { payment_method: payment_method, f: f }
- else
= render partial: "spree/checkout/payment/#{payment_method.method_type}", :locals => { payment_method: payment_method }