+ Fix bug on Adyen API cash-in/cash-out v3

This commit is contained in:
Djery-Tom 2020-08-10 08:36:26 +01:00
parent de4df972b7
commit 34c754a53e
1 changed files with 0 additions and 1 deletions

View File

@ -421,7 +421,6 @@ class iLinkTransactionController extends Controller
$identification = Identification::where('id_user', $user->id)->first(); $identification = Identification::where('id_user', $user->id)->first();
$body['cardholder_name'] = $identification ? $identification->lastname . ' ' . $identification->firstname : $user->lastname . ' ' . $user->firstname; //"John Smith" ; $body['cardholder_name'] = $identification ? $identification->lastname . ' ' . $identification->firstname : $user->lastname . ' ' . $user->firstname; //"John Smith" ;
$body['currency'] = $this->getCurrency($init_country); $body['currency'] = $this->getCurrency($init_country);
$body['cardholder_name'] = "John Smith";
$body['ref'] = date("Y-m-d H:i:s.u"); $body['ref'] = date("Y-m-d H:i:s.u");
// dd($body); // dd($body);