+ Fix bug on Adyen API cash-in/cash-out v3
This commit is contained in:
parent
de4df972b7
commit
34c754a53e
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue