Skip to content

Commit

Permalink
Payu Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
atomjoy committed Nov 19, 2022
1 parent 5d52f77 commit 6874b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateways/PayuPaymentGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ function notifyUrl(): string
function successUrl(Order $order): string
{
// https://your.page/web/payment/success/{order}
return request()->getSchemeAndHttpHost() . '/web/payment/success/payu/' . $order->id;
return request()->getSchemeAndHttpHost() . '/web/payment/success/payu/' . $order->id . '?lang=' . app()->getLocale();
}

function ipAddress(): string
Expand Down

0 comments on commit 6874b7c

Please sign in to comment.