Fix WooCommerce API path
This commit is contained in:
parent
02ecc305fa
commit
ac2ecd7368
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue