diff --git a/app/views/spree/checkout/payment/_stripe.html.haml b/app/views/spree/checkout/payment/_stripe.html.haml index 398636cdd3..b8050b91ca 100644 --- a/app/views/spree/checkout/payment/_stripe.html.haml +++ b/app/views/spree/checkout/payment/_stripe.html.haml @@ -10,10 +10,10 @@ %div{ ng: { if: '!secrets.selected_card' } } = render "spree/checkout/payment/gateway", payment_method: payment_method -.row - .small-12.columns.text-right - = check_box_tag 'secrets.save_requested_by_customer' - = label_tag 'secrets.save_requested_by_customer', t('.remember_this_card') + .row + .small-12.columns.text-right + = check_box_tag 'secrets.save_requested_by_customer' + = label_tag 'secrets.save_requested_by_customer', t('.remember_this_card') :javascript Stripe.setPublishableKey("#{ENV['STRIPE_INSTANCE_PUBLISHABLE_KEY']}")