From 34c754a53eeb72c5c2cb32e9a1a91bc68ec34180 Mon Sep 17 00:00:00 2001 From: Djery-Tom Date: Mon, 10 Aug 2020 08:36:26 +0100 Subject: [PATCH] + Fix bug on Adyen API cash-in/cash-out v3 --- app/Http/Controllers/iLinkTransactionController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/iLinkTransactionController.php b/app/Http/Controllers/iLinkTransactionController.php index a87fe3a..5e16c9f 100755 --- a/app/Http/Controllers/iLinkTransactionController.php +++ b/app/Http/Controllers/iLinkTransactionController.php @@ -421,7 +421,6 @@ class iLinkTransactionController extends Controller $identification = Identification::where('id_user', $user->id)->first(); $body['cardholder_name'] = $identification ? $identification->lastname . ' ' . $identification->firstname : $user->lastname . ' ' . $user->firstname; //"John Smith" ; $body['currency'] = $this->getCurrency($init_country); - $body['cardholder_name'] = "John Smith"; $body['ref'] = date("Y-m-d H:i:s.u"); // dd($body);