Correct session generation for Xero orders
This commit is contained in:
parent
013feabd20
commit
b49a996bf5
1 changed files with 4 additions and 2 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue