#kwac.

1 messages · Page 1 of 1 (latest)

wraith wingBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

celest mulch
storm bison
#

Can you share the pi_xxx please

celest mulch
#

pi_3OWc3NHIYsAtQcfr1wwxpNXY

storm bison
#

Taking a look!

#

Where is the first screenshot from?

#

Is that your code, or from plugin?

celest mulch
#

oh wait i think i fixed it, i changed status from on hold to successed in my back end check

    
                    // Handle payment confirmation
                    if ($paymentIntent->status === 'succeeded') {
                        // Set order status
                        $order->update_status('Processing', __('Payment succeeded. Order is complete.'));
    
                        // Remove cart
                        WC()->cart->empty_cart();
    
storm bison
#

Because that payment was definitely succeeded.

celest mulch
#

thank you