File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -28,30 +28,8 @@ class CheckoutPaymentMethod extends Component {
2828
2929 onNextPressed = ( ) => {
3030 const { cartId, selectedPayment } = this . props ;
31- // const payment = {
32- // paymentMethod: {
33- // // po_number: selectedPayment.code,
34- // method: selectedPayment.code
35- // // additional_data: [
36- // // "string"
37- // // ],
38- // // extension_attributes: {
39- // // agreement_ids: [
40- // // "string"
41- // // ]
42- // // }
43- // }
44- // };
45- // this.props.placeGuestCartOrder(cartId, payment);
4631 this . props . checkoutCustomerNextLoading ( true ) ;
47- // setTimeout(
48- // () => {
49- // this.props.checkoutCustomerNextLoading(false);
5032 this . props . getGuestCartPaymentMethods ( cartId ) ;
51- // },
52- // 1000
53- // );
54- // this.props.checkoutSetActiveSection(4);
5533 }
5634
5735 renderPaymentMethods ( ) {
You can’t perform that action at this time.
0 commit comments