fix: intterval 1
This commit is contained in:
parent
64b666869e
commit
6d519d96cf
@ -46,17 +46,17 @@ public class QrisTransaction {
|
||||
|
||||
// Provider expiration mapping
|
||||
private static final Map<String, Integer> PROVIDER_EXPIRATION_MAP = new HashMap<String, Integer>() {{
|
||||
put("shopeepay", 5);
|
||||
put("shopee", 5);
|
||||
put("airpay shopee", 5);
|
||||
put("gopay", 15);
|
||||
put("dana", 15);
|
||||
put("ovo", 15);
|
||||
put("linkaja", 15);
|
||||
put("link aja", 15);
|
||||
put("jenius", 15);
|
||||
put("qris", 15);
|
||||
put("others", 15);
|
||||
put("shopeepay", 1);
|
||||
put("shopee", 1);
|
||||
put("airpay shopee", 1);
|
||||
put("gopay", 1);
|
||||
put("dana", 1);
|
||||
put("ovo", 1);
|
||||
put("linkaja", 1);
|
||||
put("link aja", 1);
|
||||
put("jenius", 1);
|
||||
put("qris", 1);
|
||||
put("others", 1);
|
||||
}};
|
||||
|
||||
// Provider display name mapping
|
||||
|
Loading…
x
Reference in New Issue
Block a user