Commit 3514beb1 authored by Izol's avatar Izol

adjust preference constants

parent 4d416709
...@@ -42,9 +42,9 @@ const kTap = ""; ...@@ -42,9 +42,9 @@ const kTap = "";
const int? cMinTopUp = 100; const int? cMinTopUp = 100;
const int? cMaxTopUp = 2000000; const int? cMaxTopUp = 2000000;
const cTopUp1 = "20,000"; const cTopUp1 = "50,000";
const cTopUp2 = "50,000"; const cTopUp2 = "100,000";
const cTopUp3 = "100,000"; const cTopUp3 = "150,000";
const cTopUp4 = "200,000"; const cTopUp4 = "200,000";
const cTopUp5 = ""; const cTopUp5 = "";
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment