Skip to content

Commit e3414c7

Browse files
committed
FIx country selection
1 parent 7d55bcc commit e3414c7

File tree

1 file changed

+1
-1
lines changed
  • rave_presentation/src/main/java/com/flutterwave/raveandroid/rave_presentation

1 file changed

+1
-1
lines changed

rave_presentation/src/main/java/com/flutterwave/raveandroid/rave_presentation/RavePayManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ abstract public class RavePayManager {
88
protected String txRef;
99
protected String narration = "";
1010
protected String currency = "NGN";
11-
protected String country = "NG";
11+
protected String country;
1212
protected String barterCountry = "NG";
1313
protected String fName = "";
1414
protected String lName = "";

0 commit comments

Comments
 (0)