mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
fix transactions export
This commit is contained in:
@@ -42,10 +42,10 @@ class ExportsTransactions implements FromQuery, WithHeadingRow, WithMapping
|
||||
6 => 'REFUND',
|
||||
7 => 'PURCHASE_ORDER',
|
||||
8 => 'SUPPLIER_DELIVER',
|
||||
9 => TransactionType::CREDIT_NOTE,
|
||||
10 => TransactionType::WITHDRAW,
|
||||
11 => TransactionType::DEBIT_NOTE,
|
||||
12 => TransactionType::TRANSFER_FEE
|
||||
9 => 'CREDIT_NOTE',
|
||||
10 => 'WITHDRAW',
|
||||
11 => 'DEBIT_NOTE',
|
||||
12 => 'TRANSFER_FEE'
|
||||
];
|
||||
|
||||
$transactionStatus = [
|
||||
|
||||
Reference in New Issue
Block a user