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