File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
app/code/Magento/Paypal/view/frontend Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 136136 value="<?= $ block ->escapeHtml (__ ('Place Order ' )) ?> ">
137137 <span><?= $ block ->escapeHtml (__ ('Place Order ' )) ?> </span>
138138 </button>
139- <button type="button" id="review-submit" class="action checkout primary"
140- value="<?= $ block ->escapeHtml (__ ('Place Order ' )) ?> ">
141- <span><?= $ block ->escapeHtml (__ ('Place Order ' )) ?> </span>
142- </button>
143139 </div>
144140 <span class="please-wait load indicator" id="review-please-wait" style="display: none;"
145141 data-text="<?= $ block ->escapeHtml (__ ('Submitting order information... ' )) ?> ">
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ define([
2626 agreementSelector : 'div.checkout-agreements input' ,
2727 isAjax : false ,
2828 updateShippingMethodSubmitSelector : '#update-shipping-method-submit' ,
29- reviewSubmitSelector : '#review-submit' ,
3029 shippingMethodUpdateUrl : null ,
3130 updateOrderSubmitUrl : null ,
3231 canEditShippingMethod : false
@@ -57,8 +56,7 @@ define([
5756 this . options . updateContainerSelector
5857 )
5958 ) . find ( this . options . updateOrderSelector ) . on ( 'click' , $ . proxy ( this . _updateOrderHandler , this ) ) . end ( )
60- . find ( this . options . updateShippingMethodSubmitSelector ) . hide ( ) . end ( )
61- . find ( this . options . reviewSubmitSelector ) . hide ( ) ;
59+ . find ( this . options . updateShippingMethodSubmitSelector ) . hide ( ) . end ( ) ;
6260 this . _shippingTobilling ( ) ;
6361
6462 if ( $ ( this . options . shippingSubmitFormSelector ) . length && this . options . canEditShippingMethod ) {
You can’t perform that action at this time.
0 commit comments