Fix WooCommerce API path

This commit is contained in:
Rene Vergara 2022-12-06 13:35:11 -06:00
parent 02ecc305fa
commit ac2ecd7368
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ payWooOrder ::
-> BS.ByteString -- Total ZEC for order
-> IO ()
payWooOrder u i o t p z = do
wooReq <- parseRequest $ u ++ "wc-api/zpmtcallback"
wooReq <- parseRequest $ u ++ "/wc-api/zpmtcallback"
let req =
setRequestQueryString
[ ("token", Just t)