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 c647213 commit b27e173Copy full SHA for b27e173
src/modules/account/components/profile-billing-address/index.tsx
@@ -123,6 +123,15 @@ const ProfileBillingAddress: React.FC<MyInformationProps> = ({
123
defaultValue={billingAddress?.company || undefined}
124
data-testid="billing-company-input"
125
/>
126
+ <Input
127
+ label="Phone"
128
+ name="phone"
129
+ type="phone"
130
+ autoComplete="phone"
131
+ required
132
+ defaultValue={billingAddress?.phone ?? customer?.phone ?? ""}
133
+ data-testid="billing-phone-input"
134
+ />
135
<Input
136
label="Address"
137
name="address_1"
0 commit comments