Parcourir la source

Payment Gateway Redirect

master
30117125 il y a 4 ans
Parent
révision
c46ee2e7b6

+ 3
- 3
UnivateProperties_API/Controllers/Financial/RedirectController.cs Voir le fichier

@@ -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
         }

Chargement…
Annuler
Enregistrer