Skip to content

Commit 953ea2e

Browse files
committed
changed the staging and live base urls to Azure
1 parent ccefc00 commit 953ea2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

raveandroid/src/main/java/com/flutterwave/raveandroid/RaveConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public class RaveConstants {
1111
// public static String PRIVATE_KEY = "";
1212
public static String PUBLIC_KEY = "FLWPUBK-e634d14d9ded04eaf05d5b63a0a06d2f-X"; //test
1313
public static String PRIVATE_KEY = "FLWSECK-bb971402072265fb156e90a3578fe5e6-X"; //test
14-
public static String STAGING_URL = "http://flw-pms-dev.eu-west-1.elasticbeanstalk.com";
15-
public static String LIVE_URL = "https://rave-api.herokuapp.com";
14+
public static String STAGING_URL = "https://ravesandbox.azurewebsites.net";
15+
public static String LIVE_URL = "https://raveapi.azurewebsites.net";
1616
public static String VBV = "VBVSECURECODE";
1717
public static String GTB_OTP = "GTB_OTP";
1818
public static String NOAUTH = "NOAUTH";

0 commit comments

Comments
 (0)