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 136
136
value="<?= $ block ->escapeHtml (__ ('Place Order ' )) ?> ">
137
137
<span><?= $ block ->escapeHtml (__ ('Place Order ' )) ?> </span>
138
138
</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>
143
139
</div>
144
140
<span class="please-wait load indicator" id="review-please-wait" style="display: none;"
145
141
data-text="<?= $ block ->escapeHtml (__ ('Submitting order information... ' )) ?> ">
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ define([
26
26
agreementSelector : 'div.checkout-agreements input' ,
27
27
isAjax : false ,
28
28
updateShippingMethodSubmitSelector : '#update-shipping-method-submit' ,
29
- reviewSubmitSelector : '#review-submit' ,
30
29
shippingMethodUpdateUrl : null ,
31
30
updateOrderSubmitUrl : null ,
32
31
canEditShippingMethod : false
@@ -57,8 +56,7 @@ define([
57
56
this . options . updateContainerSelector
58
57
)
59
58
) . 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 ( ) ;
62
60
this . _shippingTobilling ( ) ;
63
61
64
62
if ( $ ( this . options . shippingSubmitFormSelector ) . length && this . options . canEditShippingMethod ) {
You can’t perform that action at this time.
0 commit comments