mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
update tranformation keys
This commit is contained in:
parent
73e596d29c
commit
72938bf5ad
@ -43,7 +43,26 @@ class Transformer
|
||||
"BillEmail",
|
||||
'MetaData',
|
||||
"BillAddr",
|
||||
"ShipAddr"
|
||||
"ShipAddr",
|
||||
"LinkedTxn",
|
||||
"Id",
|
||||
"CurrencyRef",
|
||||
"TxnTaxDetail",
|
||||
"TxnDate"
|
||||
]);
|
||||
}
|
||||
|
||||
protected function transformPayments(array $items): Collection
|
||||
{
|
||||
return $this->transformation($items, [
|
||||
"PaymentRefNum",
|
||||
"TotalAmt",
|
||||
"CustomerRef",
|
||||
"CurrencyRef",
|
||||
"TxnDate",
|
||||
"Line",
|
||||
"PrivateNote",
|
||||
"MetaData"
|
||||
]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user