mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-27 08:24:39 +00:00
add further description to export payments
This commit is contained in:
@@ -105,7 +105,7 @@ class ExportsPaymentTransactions implements FromQuery, WithHeadings, WithHeading
|
||||
|
||||
$furtherDescription = '';
|
||||
|
||||
foreach ($transaction->transactionDetails() as $item){
|
||||
foreach ($transaction->transactionDetails as $item){
|
||||
switch($item->reference){
|
||||
case 'SHIPPING_FEE':
|
||||
$furtherDescription .= str_replace($item->name, 'X1 Freight Service Charge<br>', '').'\r\n';
|
||||
|
||||
Reference in New Issue
Block a user