app/views/workarea/storefront/checkouts/confirmation.html.haml in workarea-storefront-3.4.45 vs app/views/workarea/storefront/checkouts/confirmation.html.haml in workarea-storefront-3.5.0.beta.1
- old
+ new
@@ -32,7 +32,7 @@
.value= check_box_tag :email_signup, true, params[:email_signup]
= label_tag :email_signup, nil, class: 'button-property__name' do
%span.button-property__text= t('workarea.storefront.users.sign_up_for_email')
%p= button_tag t('workarea.storefront.users.create_account'), value: 'sign_up', class: 'button', data: { disable_with: loading_indicator(t('workarea.storefront.users.create_account_disabled_text')) }
- = render 'workarea/storefront/orders/summary', order: @order, recommendations: @order.recommendations, show_fulfillment: false
+ = render 'workarea/storefront/orders/summary', order: @order, recommendations: @order.recommendations
= append_partials('storefront.checkout_confirmation')