diff --git a/app/views/split_checkout/_payment.html.haml b/app/views/split_checkout/_payment.html.haml index 3bc2767e06..0c4cf666d8 100644 --- a/app/views/split_checkout/_payment.html.haml +++ b/app/views/split_checkout/_payment.html.haml @@ -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 } diff --git a/app/views/split_checkout/_gateway.html.haml b/app/views/split_checkout/payment/_gateway.html.haml similarity index 100% rename from app/views/split_checkout/_gateway.html.haml rename to app/views/split_checkout/payment/_gateway.html.haml