Action ywpo_process_pre_order_release_payment_stripe is missing
-
I am having an issue with processing pre-orders upon release using the YITH Pre-Order for WooCommerce Premium. I’ve traced the issue back to
do_action( 'ywpo_process_pre_order_release_payment_' . $order->get_payment_method(), $order );
When I add
if (!has_action('ywpo_process_pre_order_release_payment_' . $order->get_payment_method())) { WC_Stripe_Logger::log( 'Action ywpo_process_pre_order_release_payment_' . $order->get_payment_method() . ' is missing' ); }
I get
2023-09-14T15:58:12+00:00 DEBUG ====Stripe Version: 7.5.0==== ====Start Log==== Action ywpo_process_pre_order_release_payment_stripe is missing ====End Log====
I filed a support ticket on the YITH website but have gotten little traction
Support request #264488
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Action ywpo_process_pre_order_release_payment_stripe is missing’ is closed to new replies.