Bypass all resource restrictions, passwords, and keys? Read here!
if you can throw off the screen what is wrong with itNot just the button even the toast
version : 4.5.0 (17/01/2024)
- Added MyFatoorah payment gateway
- Added PhonePe payment gateway
please send screenshotMy product view screen or stripe payment not working any one help me?
Please check only the stripe payment issue I am facing other i fixedplease send screenshot
send me your app_config.dart filePlease check only the stripe payment issue I am facing other i fixed
This is code app configsend me your app_config.dart file
i am sending you a apk file with your url test it and then let me knowThis is code app config
var this_year = DateTime.now().year.toString();
class AppConfig {
static String copyright_text =
"@ Madni Paper Mart " + this_year; //this shows in the splash screen
static String app_name = "Madni Paper Mart"; //this shows in the splash screen
static String purchase_code =
"mayoalimayoalimayoali";
static String system_key =
"mayoalimayoalimayoali";
//Default language config
static String default_language = "en";
static String mobile_app_code = "en";
static bool app_language_rtl = false;
//configure this
static const bool HTTPS = true;
static const DOMAIN_PATH = "admin.madnipaper.com"; //localhost
//do not configure these below
static const String API_ENDPATH = "api/v2";
static const String PROTOCOL = HTTPS ? "https://" : "http://";
static const String RAW_BASE_URL = "${PROTOCOL}${DOMAIN_PATH}";
static const String BASE_URL = "${RAW_BASE_URL}/${API_ENDPATH}";
@OverRide
String toString() {
// TODO: implement toString
return super.toString();
}
}
ok pleasei am sending you a apk file with your url test it and then let me know