Skip to content

Commit dec0b2b

Browse files
committed
update code, remove test
1 parent 25b8c13 commit dec0b2b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ public class RaveConstants {
2626
public static final int ADDRESS_DETAILS_REQUEST_CODE = 5343;
2727
public static final int MANUAL_CARD_CHARGE = 403;
2828

29-
// public static String PUBLIC_KEY = "FLWPUBK-e634d14d9ded04eaf05d5b63a0a06d2f-X"; //test
30-
// public static String ENCRYPTION_KEY = "bb9714020722eb4cf7a169f2";//test
29+
public static String PUBLIC_KEY = "FLWPUBK-e634d14d9ded04eaf05d5b63a0a06d2f-X"; //test
30+
public static String ENCRYPTION_KEY = "bb9714020722eb4cf7a169f2";//test
3131
//
32-
public static String PUBLIC_KEY = "FLWPUBK-8cb5be24ded0b03e7fac2ac1eeafdc9e-X"; //test
33-
public static String ENCRYPTION_KEY = "81ae78b6896ffdb934abf0ef";//test
3432
// public static String STAGING_URL = "https://ravesandbox.azurewebsites.net";
3533
// public static String LIVE_URL = "https://raveapi.azurewebsites.net";
3634
public static String STAGING_URL = "https://ravesandboxapi.flutterwave.com";

rave_presentation/src/main/java/com/flutterwave/raveandroid/rave_presentation/ghmobilemoney/GhMobileMoneyHandler.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ public void requeryTx(final String flwRef, final String txRef, final String publ
135135
body.setTx_ref(txRef);
136136
body.setPBFPubKey(publicKey);
137137

138-
data.setProvider(null);
139-
140138
if (data.getProvider() != null && data.getProvider().equalsIgnoreCase(RaveConstants.eTransact_GH)){
141139
mInteractor.showPollingIndicator(true, data.getValidateInstructions());
142140
}else{

0 commit comments

Comments
 (0)