Payments Endpoint(Sandbox/Production)
]]>To do this add, this code to your child theme functions.php
//change order status from completed to processing to allow for manual payment confirmation
add_action( ‘woocommerce_order_status_completed’, ‘completed_to_processing’);
function completed_to_processing($order_id){
$order = new WC_Order($order_id);
$order->update_status(‘processing’);
}
Otherwise, all is good.
]]>O que estarei a falhar na configuracao?
Ainda estou no modo de teste.
]]>I have a e-commerce website using woocommerce plugin. Now I want to add a new payment gateway, how can I do?
1. The company which developed the API gave us the code in Pythom and Java,
2. They have an open API
I’m not experienced on that, so I need you help, if possible etep-by-step, like where i put that code, where I use the url, the head parameters and so on.
If need more information dont hasited to reply.
Thanks in advance
I need not say more. Simply the best.
Regards,
Mary
i am one of the WordPress users who have installed this plugin. I would like to get help on the plugin.
When one proceed to payment and enters Mpesa mobile number he is not receiving automatic notification on his/her phone to process the payment.
Also would like to inform you that Ipay have just launched an update in there payment gateway but this plugin still not updated. can you please check this and update for us.
However i can rate this plugin as good, easy to use, well integrated and working fine. only need some update.
Appreciate your support.
]]>