strCardError property

String strCardError

Sorry,we are unable to update your payment information at this time.Please try again with another payment metthod or contact Customer Service for help.

Implementation

String get strCardError {
  return Intl.message(
    'Sorry,we are unable to update your payment information at this time.Please try again with  another payment metthod or contact Customer Service for help.',
    name: 'strCardError',
    desc: '',
    args: [],
  );
}