tf-checkout-react 1.0.65 → 1.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tf-checkout-react.cjs.development.js +0 -1
- package/dist/tf-checkout-react.cjs.development.js.map +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js.map +1 -1
- package/dist/tf-checkout-react.esm.js +0 -1
- package/dist/tf-checkout-react.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/billing-info-container/index.tsx +0 -1
|
@@ -2280,7 +2280,6 @@ var BillingInfoContainer = function BillingInfoContainer(_ref3) {
|
|
|
2280
2280
|
theme: themeMui
|
|
2281
2281
|
}, React__default.createElement(formik.Formik, {
|
|
2282
2282
|
initialValues: getInitialValues(dataWithUniqueIds, _extends({}, initialValues, {
|
|
2283
|
-
email: emailLogged,
|
|
2284
2283
|
firstName: firstNameLogged,
|
|
2285
2284
|
lastName: lastNameLogged,
|
|
2286
2285
|
country: 1,
|