appPaymentBaseUrl top-level property
String?
get
appPaymentBaseUrl
Implementation
String? get appPaymentBaseUrl => _useNewPaymentService
? (coreOptions.isPROD
? "https://micropayment.arckipel.tech"
: "https://preprod-micropayment.arckipel.tech")
: null;