diff --git a/app/views/split_checkout/_summary.html.haml b/app/views/split_checkout/_summary.html.haml index 48de1f1235..f6ee230594 100644 --- a/app/views/split_checkout/_summary.html.haml +++ b/app/views/split_checkout/_summary.html.haml @@ -53,11 +53,12 @@ - payment_method = last_payment_method(@order) = payment_method&.name %em.fees=payment_or_shipping_price(payment_method, @order) - %div - .summary-subtitle - = t("split_checkout.step3.payment_method.instructions") + - if payment_method&.description.present? %div - = last_payment_method(@order)&.description + .summary-subtitle + = t("split_checkout.step3.payment_method.instructions") + %div + = last_payment_method(@order)&.description %div.checkout-substep