fix: intterval 1

This commit is contained in:
riz081 2025-08-04 11:04:09 +07:00
parent 64b666869e
commit 6d519d96cf

View File

@ -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