File tree Expand file tree Collapse file tree 2 files changed +180
-209
lines changed
packages/core/src/app/shipping Expand file tree Collapse file tree 2 files changed +180
-209
lines changed Original file line number Diff line number Diff line change 4
4
type CheckoutParams ,
5
5
type CheckoutSelectors ,
6
6
type Consignment ,
7
- type CustomerRequestOptions ,
8
7
type FormField ,
9
8
type RequestOptions ,
10
9
type ShippingInitializeOptions ,
@@ -42,7 +41,6 @@ export interface ShippingFormProps {
42
41
onSignIn ( ) : void ;
43
42
onSingleShippingSubmit ( values : SingleShippingFormValues ) : void ;
44
43
onUnhandledError ( error : Error ) : void ;
45
- signOut ( options ?: CustomerRequestOptions ) : void ;
46
44
updateAddress (
47
45
address : Partial < Address > ,
48
46
options : RequestOptions < CheckoutParams > ,
@@ -69,7 +67,6 @@ const ShippingForm = ({
69
67
onUnhandledError,
70
68
shippingAddress,
71
69
shouldShowOrderComments,
72
- signOut,
73
70
updateAddress,
74
71
isShippingStepPending,
75
72
isInitialValueLoaded,
@@ -121,15 +118,13 @@ const ShippingForm = ({
121
118
isBillingSameAsShipping = { isBillingSameAsShipping }
122
119
isInitialValueLoaded = { isInitialValueLoaded }
123
120
isLoading = { isLoading }
124
- isMultiShippingMode = { isMultiShippingMode }
125
121
isShippingStepPending = { isShippingStepPending }
126
122
methodId = { methodId }
127
123
onSubmit = { onSingleShippingSubmit }
128
124
onUnhandledError = { onUnhandledError }
129
125
shippingAddress = { shippingAddress }
130
126
shippingFormRenderTimestamp = { shippingFormRenderTimestamp }
131
127
shouldShowOrderComments = { shouldShowOrderComments }
132
- signOut = { signOut }
133
128
updateAddress = { updateAddress }
134
129
/>
135
130
) ;
You can’t perform that action at this time.
0 commit comments