Browse Source

Payment Gateway Redirect

master
30117125 4 years ago
parent
commit
c46ee2e7b6

+ 3
- 3
UnivateProperties_API/Controllers/Financial/RedirectController.cs View File

15
         {
15
         {
16
             if (context.TRANSACTION_STATUS == 1)
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
             else if (context.TRANSACTION_STATUS == 2)
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
             else
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…
Cancel
Save