Add reference message for Xero payment
This commit is contained in:
parent
99efd43af8
commit
84c6d82e98
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@ payXeroInvoice pipe dbName inv address amt = do
|
||||||
[ "Invoice" .= object ["InvoiceNumber" .= inv]
|
[ "Invoice" .= object ["InvoiceNumber" .= inv]
|
||||||
, "Account" .= object ["Code" .= fromMaybe "" aCode]
|
, "Account" .= object ["Code" .= fromMaybe "" aCode]
|
||||||
, "Date" .= utctDay today
|
, "Date" .= utctDay today
|
||||||
|
, "Reference" .= ("Paid in Zcash through ZGo" :: String)
|
||||||
, "Amount" .= amt
|
, "Amount" .= amt
|
||||||
]) $
|
]) $
|
||||||
addRequestHeader "Accept" "application/json" $
|
addRequestHeader "Accept" "application/json" $
|
||||||
|
|
Loading…
Reference in a new issue