Woocommerce callback url always returns '1'
-
I am building a payment gateway for woocommerce, everything seems fine but I can’t get woocommerce to process the callback function, I always get just ‘1’ showing on the callback url page.
The callback url is specified in the form:
https://my-website.com/wc-api/my_payment_gateway/
which is gotten dynamically by:
WC()->api_request_url( ‘my_payment_gateway’ );
- The topic ‘Woocommerce callback url always returns '1'’ is closed to new replies.