add fcs shipment apis
This commit is contained in:
@@ -28,7 +28,7 @@ class _BuyingOnlinePagetate extends State<BuyingOnlinePage>
|
||||
|
||||
final phoneNumberBox = DisplayText(
|
||||
text: mainModel.user.phone,
|
||||
labelText: getLocalString(context, "contact.phone"),
|
||||
labelTextKey: getLocalString(context, "contact.phone"),
|
||||
iconData: Icons.location_on,
|
||||
);
|
||||
final nameBox = Center(
|
||||
@@ -38,12 +38,12 @@ class _BuyingOnlinePagetate extends State<BuyingOnlinePage>
|
||||
));
|
||||
final fcsIdBox = DisplayText(
|
||||
text: mainModel.user.fcsID,
|
||||
labelText: getLocalString(context, "customer.fcs.id"),
|
||||
labelTextKey: getLocalString(context, "customer.fcs.id"),
|
||||
icon: FcsIDIcon(),
|
||||
);
|
||||
final shippingAddressBox = DisplayText(
|
||||
text: mainModel.setting.usaAddress,
|
||||
labelText: getLocalString(context, "profile.usa.shipping.address"),
|
||||
labelTextKey: getLocalString(context, "profile.usa.shipping.address"),
|
||||
iconData: Icons.location_on,
|
||||
);
|
||||
final instructionBox = Container(
|
||||
|
||||
Reference in New Issue
Block a user