App reviews, troubleshooting, and recommendations
Return management just got easier! We’ve launched Customer Self-Serve Returns to all Shopify merchants. Click here to learn more!
I have created offline payment provider app, I have created extension that is approved and published.
But when i am testing the app on development store its not hitting the Payment session URL specified in Extension configuration.
I have also set up SSL on my apache server, still its not going on that url after checkout. In front end on development Store m getting this ERROR - Your payment can’t be processed for technical reasons. Try again or use a different payment method.
For Info: there is only simple code in payment Session url
$rawdata = file_get_contents("php://input");
$order_info = json_decode($rawdata, true);
print_r($order_info);die();
Please help -
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022