add disable customer function

This commit is contained in:
Sai Naw Wun
2020-10-17 01:40:24 +06:30
parent 13fa1903bc
commit fa9738f307
28 changed files with 196 additions and 205 deletions

View File

@@ -135,7 +135,7 @@ class _PaymentMethodPageState extends State<PaymentMethodPage> {
Expanded(
child: DisplayText(
text: text,
labelTextKey: getLocalString(context, labelKey),
labelTextKey: labelKey,
iconData: iconData,
),
),