File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
rave_android/src/main/res/values
rave_java_commons/src/main/java/com/flutterwave/raveandroid/rave_java_commons
rave_presentation/src/main/java/com/flutterwave/raveandroid/rave_presentation/data Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 194
194
<string-array name =" zm_mobile_money_networks" >
195
195
<item >Select network</item >
196
196
<item >MTN</item >
197
+ <item >AIRTEL</item >
198
+ <item >ZAMTEL</item >
197
199
</string-array >
198
200
199
201
<!-- TODO: Remove or change this placeholder text -->
Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ public class RaveConstants {
91
91
public static String mtn = "MTN" ;
92
92
public static String tigo = "TIGO" ;
93
93
public static String vodafone = "VODAFONE" ;
94
+ public static String airtel = "AIRTEL" ;
95
+ public static String zamtel = "ZAMTEL" ;
94
96
95
97
public static String tokenNotFound = "token not found" ;
96
98
public static String expired = "expired" ;
Original file line number Diff line number Diff line change 1
1
package com .flutterwave .raveandroid .rave_presentation .data ;
2
2
3
+ import android .util .Log ;
4
+
3
5
import com .flutterwave .raveandroid .rave_core .models .SavedCard ;
4
6
import com .flutterwave .raveandroid .rave_java_commons .Meta ;
5
7
import com .flutterwave .raveandroid .rave_java_commons .Payload ;
You can’t perform that action at this time.
0 commit comments