baseUrl property

String baseUrl

Implementation

String get baseUrl {
  return isProduction
      ? 'https://secure.payu.com'
      : 'https://secure.snd.payu.com';
}