Correct session generation for Xero orders

This commit is contained in:
Rene Vergara 2023-06-22 16:39:31 -05:00
parent 013feabd20
commit b49a996bf5
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -727,8 +727,10 @@ routes pipe config = do
Nothing Nothing
(oaddress o') (oaddress o')
("Xero-" <> ("Xero-" <>
T.pack maybe
(show $ o_id o')) ""
(T.pack . show)
(o_id o'))
now now
True True
(ocurrency o') (ocurrency o')