Skip to content

Commit 6667b81

Browse files
committed
Remove \codecept_debug() call
1 parent be0348b commit 6667b81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/data/mutation/class-checkout-mutation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ protected static function validate_checkout( &$data ) {
493493
if ( WC()->cart->needs_payment() ) {
494494
$available_gateways = WC()->payment_gateways->get_available_payment_gateways();
495495

496-
\codecept_debug( $available_gateways );
497496
if ( ! isset( $available_gateways[ $data['payment_method'] ] ) ) {
498497
throw new UserError( __( 'Invalid payment method.', 'wp-graphql-woocommerce' ) );
499498
} else {

0 commit comments

Comments
 (0)