We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b989a commit 5608484Copy full SHA for 5608484
LabelStoreMax/lib/resources/pages/checkout_details.dart
@@ -150,7 +150,7 @@ class _CheckoutDetailsPageState extends State<CheckoutDetailsPage> {
150
_txtBillingAddressLine.text = addressLine!;
151
_txtBillingCity.text = city!;
152
_txtBillingPostalCode.text = postalCode!;
153
- _txtBillingPhoneNumber.text = phoneNumber!;
+ _txtBillingPhoneNumber.text = phoneNumber ?? "";
154
_txtBillingEmailAddress.text = emailAddress!;
155
_billingCountry = customerCountry;
156
} else if (type == "shipping") {
0 commit comments