From 6874b7c470ba246fdf1ed45fca1dc54372f83c29 Mon Sep 17 00:00:00 2001 From: Atomjoy Date: Sat, 19 Nov 2022 17:36:48 +0100 Subject: [PATCH] Payu Laravel --- src/Gateways/PayuPaymentGateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gateways/PayuPaymentGateway.php b/src/Gateways/PayuPaymentGateway.php index 5852bec..688fe2c 100644 --- a/src/Gateways/PayuPaymentGateway.php +++ b/src/Gateways/PayuPaymentGateway.php @@ -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