#kwac.
1 messages · Page 1 of 1 (latest)
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.
- kwac., 3 days ago, 35 messages
- kwac-plugin-error, 4 days ago, 11 messages
- kwac.-account-support, 6 days ago, 4 messages
Can you share the pi_xxx please
pi_3OWc3NHIYsAtQcfr1wwxpNXY
Taking a look!
Where is the first screenshot from?
Is that your code, or from plugin?
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();
Because that payment was definitely succeeded.
thank you