Server's IP address, instead of client's is passed to payment gateway. #1507
This commit is contained in:
parent
e02df85793
commit
efd2461646
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ class BasePaymentDriver
|
|||
'description' => trans('texts.' . $invoice->getEntityType()) . " {$invoice->invoice_number}",
|
||||
'transactionId' => $invoice->invoice_number,
|
||||
'transactionType' => 'Purchase',
|
||||
'ip' => Request::getClientIp(),
|
||||
'clientIp' => Request::getClientIp(),
|
||||
];
|
||||
|
||||
if ($paymentMethod) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue