Fix WooCommerce token for payment

This commit is contained in:
Rene Vergara 2022-12-06 16:35:04 -06:00
parent 694b16bba5
commit d5bbf5e30c
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 1 additions and 1 deletions

View File

@ -1154,7 +1154,7 @@ scanPayments config pipe = do
(T.unpack wUrl)
(C.pack iNum)
(C.pack $ maybe "" show (q_id xO))
(C.pack . show $ w_token wt)
(C.pack . T.unpack $ w_token wt)
(C.pack . show $ qprice xO)
(C.pack . show $ qtotalZec xO)
else error