From 12a0345c6a32e461c108de44b40c0d8ecb7f7a69 Mon Sep 17 00:00:00 2001 From: Rudrakshi Gupta Date: Fri, 27 Sep 2024 14:18:24 +0530 Subject: [PATCH] Remove refrence to Stripe comment --- includes/class-wc-gateway-checkout-com-cards.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/class-wc-gateway-checkout-com-cards.php b/includes/class-wc-gateway-checkout-com-cards.php index 7e70dcfe..e4f75449 100644 --- a/includes/class-wc-gateway-checkout-com-cards.php +++ b/includes/class-wc-gateway-checkout-com-cards.php @@ -454,7 +454,6 @@ public function process_payment( $order_id ) { ! isset( $_POST['wc-wc_checkout_com_cards-payment-token'] ) && ! empty( $_POST['cko-card-token'] ) ) { - // New card with stripe enabled. $arg = sanitize_text_field( $_POST['cko-card-token'] ); }