Skip to content

Commit d15b1f8

Browse files
committed
remove old commented code
1 parent b8739d7 commit d15b1f8

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/components/checkout/CheckoutPaymentMethod.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)