瀏覽代碼

Payment Gateway Redirect

master
30117125 4 年之前
父節點
當前提交
c46ee2e7b6
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      UnivateProperties_API/Controllers/Financial/RedirectController.cs

+ 3
- 3
UnivateProperties_API/Controllers/Financial/RedirectController.cs 查看文件

@@ -15,15 +15,15 @@ namespace UnivateProperties_API.Controllers.Financial
15 15
         {
16 16
             if (context.TRANSACTION_STATUS == 1)
17 17
             {
18
-                return Redirect("http://localhost:8080/#/payments/success");
18
+                return Redirect("http://training.provision-sa.com:122/#/payments/success");
19 19
             }
20 20
             else if (context.TRANSACTION_STATUS == 2)
21 21
             {
22
-                return Redirect("http://training.provision-sa.com:121/#/paymentError");
22
+                return Redirect("http://training.provision-sa.com:122/#/paymentError");
23 23
             }
24 24
             else
25 25
             {
26
-                return Redirect("http://localhost:8080/");
26
+                return Redirect("http://training.provision-sa.com:122/");
27 27
             }
28 28
 
29 29
         }

Loading…
取消
儲存