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);