Skip to content

Commit 8581311

Browse files
committed
Merge remote-tracking branch 'flutterwave/master'
2 parents 0b1dc77 + e7916f2 commit 8581311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public void requeryTx(final String flwRef, final String txRef, final String publ
135135
body.setTx_ref(txRef);
136136
body.setPBFPubKey(publicKey);
137137

138-
if (data.getProvider() != null && data.getProvider().equalsIgnoreCase(RaveConstants.eTransact_GH)){
138+
if (data != null && data.getProvider() != null && data.getProvider().equalsIgnoreCase(RaveConstants.eTransact_GH)){
139139
mInteractor.showPollingIndicator(true, data.getValidateInstructions());
140140
}else{
141141
mInteractor.showPollingIndicator(true, "");

0 commit comments

Comments
 (0)