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
|
||||
(oaddress o')
|
||||
("Xero-" <>
|
||||
T.pack
|
||||
(show $ o_id o'))
|
||||
maybe
|
||||
""
|
||||
(T.pack . show)
|
||||
(o_id o'))
|
||||
now
|
||||
True
|
||||
(ocurrency o')
|
||||
|
|
Loading…
Reference in a new issue