wip
This commit is contained in:
@@ -41,7 +41,7 @@ class OnlinePaymentController extends Controller
|
||||
terminal_id: $paymentHistory->api_response['terminalId'],
|
||||
account_number: $resource->parent->sender_datas[0]['deposit_account'],
|
||||
rrn: $paymentHistory->api_response['authRefNum'],
|
||||
amount: $paymentHistory->api_response['amount'],
|
||||
amount: $resource->tmt_payment_amount,
|
||||
pay_purpose: $resource->created_at->translatedFormat('F').' '.$resource->created_at->format('Y'),
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user