@justifi/webcomponents 5.7.7 → 6.0.0-rc.10
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/cjs/{Api-DLhABIj9.js → Api-DyimBzKT.js} +1 -1
- package/dist/cjs/{ComponentError-C4MdBBMe.js → ComponentError-D4OLnOkg.js} +10 -0
- package/dist/cjs/{Refund-1bG6RRPO.js → Refund-BefKONu4.js} +248 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +2 -1
- package/dist/cjs/bank-account-document-form-inputs_4.cjs.entry.js +8 -9
- package/dist/cjs/bank-account-form.cjs.entry.js +66 -0
- package/dist/cjs/{business.service-CaCyLLFW.js → business.service-BB6zl4Gc.js} +3 -5
- package/dist/cjs/card-form.cjs.entry.js +74 -0
- package/dist/cjs/{check-pkg-version-D6Kztnv7.js → check-pkg-version-DiQ-d5Nl.js} +10 -6
- package/dist/cjs/{checkout.service-DgD37tJv.js → checkout.service-B-R80p4f.js} +3 -5
- package/dist/cjs/checkout.store-BGvYPPz0.js +88 -0
- package/dist/cjs/checkouts-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{checkouts-table-Bzpqcsu0.js → checkouts-table-DjMdEiEW.js} +1 -1
- package/dist/cjs/{custom-popper.cjs.entry.js → custom-popper_2.cjs.entry.js} +22 -2
- package/dist/cjs/dinero-BwNN_k7x.js +1657 -0
- package/dist/cjs/{dispute.service-C0w_4Agq.js → dispute.service-B5tITFAh.js} +3 -5
- package/dist/cjs/form-alert_5.cjs.entry.js +4 -4
- package/dist/cjs/form-control-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/form-control-date.cjs.entry.js +2 -2
- package/dist/cjs/form-control-file-v2_2.cjs.entry.js +3 -3
- package/dist/cjs/form-control-monetary-provisioning.cjs.entry.js +2 -2
- package/dist/cjs/form-control-monetary.cjs.entry.js +4 -3
- package/dist/cjs/form-control-number-masked_2.cjs.entry.js +3 -3
- package/dist/cjs/form-control-number.cjs.entry.js +2 -2
- package/dist/cjs/form-control-radio.cjs.entry.js +2 -2
- package/dist/cjs/{form-control-select_3.cjs.entry.js → form-control-select_2.cjs.entry.js} +4 -23
- package/dist/cjs/{get-business-BJrtsomz.js → get-business-o5jPq_ME.js} +2 -2
- package/dist/cjs/{get-payment-details-BbfnopoD.js → get-payment-details-BfgRmNL4.js} +5 -7
- package/dist/cjs/{get-payout-csv-CXEQkjDm.js → get-payout-csv-DE_D9y08.js} +2 -2
- package/dist/cjs/{get-subaccounts-CpCJjnYt.js → get-subaccounts-Bnfv2tEN.js} +5 -7
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +3 -2
- package/dist/cjs/{iframe-input_4.cjs.entry.js → hidden-input_2.cjs.entry.js} +111 -153
- package/dist/cjs/index-D-dD-aC2.js +30 -0
- package/dist/cjs/index.cjs.js +8 -0
- package/dist/cjs/{insurance-state-e44s1lUQ.js → insurance-state-d2thhXUX.js} +18 -0
- package/dist/cjs/justifi-additional-questions-form-step-core_6.cjs.entry.js +4 -5
- package/dist/cjs/justifi-additional-questions-form-step_9.cjs.entry.js +17 -18
- package/dist/cjs/justifi-additional-statement_8.cjs.entry.js +8 -8
- package/dist/cjs/justifi-apple-pay.cjs.entry.js +782 -0
- package/dist/cjs/justifi-bank-account-billing-form-simple_9.cjs.entry.js +373 -0
- package/dist/cjs/justifi-business-details.cjs.entry.js +11 -12
- package/dist/cjs/justifi-business-form.cjs.entry.js +10 -11
- package/dist/cjs/justifi-business-representative-form-inputs.cjs.entry.js +1 -1
- package/dist/cjs/justifi-checkout-summary_7.cjs.entry.js +1421 -0
- package/dist/cjs/justifi-checkout.cjs.entry.js +69 -99
- package/dist/cjs/justifi-checkouts-list-filters.cjs.entry.js +11 -12
- package/dist/cjs/justifi-checkouts-list.cjs.entry.js +13 -14
- package/dist/cjs/justifi-dispute-management-core.cjs.entry.js +1 -1
- package/dist/cjs/justifi-dispute-management.cjs.entry.js +10 -11
- package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +13 -14
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +8 -9
- package/dist/cjs/justifi-order-terminals.cjs.entry.js +12 -13
- package/dist/cjs/justifi-owner-form_3.cjs.entry.js +12 -13
- package/dist/cjs/justifi-payment-details.cjs.entry.js +11 -12
- package/dist/cjs/justifi-payment-provisioning-core.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +11 -12
- package/dist/cjs/justifi-payment-transactions-list.cjs.entry.js +10 -11
- package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +4 -3
- package/dist/cjs/justifi-payments-list.cjs.entry.js +12 -13
- package/dist/cjs/justifi-payout-details.cjs.entry.js +10 -11
- package/dist/cjs/justifi-payout-transactions-list.cjs.entry.js +10 -11
- package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +4 -3
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +13 -14
- package/dist/cjs/justifi-refund-payment.cjs.entry.js +10 -11
- package/dist/cjs/justifi-saved-payment-method.cjs.entry.js +31 -0
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +120 -18
- package/dist/cjs/justifi-skeleton.cjs.entry.js +17 -0
- package/dist/cjs/justifi-terminal-orders-list-filters.cjs.entry.js +6 -7
- package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +10 -11
- package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +5 -6
- package/dist/cjs/justifi-terminals-list.cjs.entry.js +12 -13
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{package-C0-LCfay.js → package-Be2aoTf8.js} +1 -1
- package/dist/cjs/payment-details-core.cjs.entry.js +10 -9
- package/dist/cjs/payment-method-option-utils-WYHIHy-l.js +15 -0
- package/dist/cjs/payment-method-option.cjs.entry.js +17 -0
- package/dist/cjs/{payment-provisioning-actions-BkWSDJQQ.js → payment-provisioning-actions-CZVlnRA0.js} +2 -2
- package/dist/cjs/{payment.service-CtSdIJoy.js → payment.service-aR96UW5e.js} +3 -5
- package/dist/cjs/payments-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{payments-table-CUGE6F-R.js → payments-table-BE8u0-i0.js} +1 -1
- package/dist/cjs/payout-details-core.cjs.entry.js +5 -4
- package/dist/cjs/{payout.service-7DP6F8x7.js → payout.service-6Cl_yXXQ.js} +3 -5
- package/dist/cjs/payouts-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{payouts-table-Ca9HqjV7.js → payouts-table-BbydhJUr.js} +1 -1
- package/dist/cjs/table-filters-menu.cjs.entry.js +1 -1
- package/dist/cjs/terminal-orders-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{terminal-orders-table-DPe_2FNB.js → terminal-orders-table-B4HjERrK.js} +3 -5
- package/dist/cjs/terminal-quantity-selector.cjs.entry.js +1 -1
- package/dist/cjs/{terminal.service-BR9g1yaB.js → terminal.service-D1FAYZzd.js} +3 -5
- package/dist/cjs/terminals-list-core.cjs.entry.js +6 -7
- package/dist/cjs/{terminals-table-DDoJIYZu.js → terminals-table-C79Xc4FI.js} +1 -1
- package/dist/cjs/{utils-Dewr6SlQ.js → utils-ChCUZgUy.js} +3 -1661
- package/dist/cjs/{utils-l0veqT9y.js → utils-DvUQQLmR.js} +1 -1
- package/dist/cjs/webcomponents.cjs.js +1 -1
- package/dist/collection/actions/checkout/checkout-actions.js +2 -1
- package/dist/collection/api/ApplePay.js +119 -0
- package/dist/collection/api/BillingInformation.js +1 -0
- package/dist/collection/api/Checkout.js +1 -3
- package/dist/collection/api/ComponentError.js +10 -0
- package/dist/collection/api/Payment.js +5 -2
- package/dist/collection/api/PaymentMethod.js +1 -0
- package/dist/collection/api/services/apple-pay.service.js +293 -0
- package/dist/collection/api/services/plaid.service.js +20 -0
- package/dist/collection/assets/plaid-icon.svg +1 -0
- package/dist/collection/collection-manifest.json +17 -9
- package/dist/collection/components/business-forms/business-form/additional-questions/additional-questions.js +1 -1
- package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +1 -1
- package/dist/collection/components/business-forms/business-form/business-representative/business-representative.js +1 -1
- package/dist/collection/components/business-forms/business-form/legal-address-form/legal-address-form.js +1 -1
- package/dist/collection/components/business-forms/owner-form/identity-address/identity-address-form.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form-core.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form-inputs.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/additional-questions/business-additional-questions-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/bank-account/bank-account-document-inputs.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/bank-account/bank-account-form-inputs.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/bank-account/business-bank-account-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-core-info/business-core-info-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-owners/business-owners-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-inputs.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/form-control-monetary-provisioning.js +2 -2
- package/dist/collection/components/business-forms/payment-provisioning/legal-address-form/legal-address-form-step.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-core.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-buttons.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning-form-steps.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/payment-provisioning.js +1 -1
- package/dist/collection/components/business-forms/payment-provisioning/terms-and-conditions/business-terms-conditions-form-step.js +1 -1
- package/dist/collection/components/checkout/billing-form/billing-form-schema.js +3 -3
- package/dist/collection/components/checkout/card-form/card-form.js +2 -2
- package/dist/collection/components/checkout/checkout.js +136 -53
- package/dist/collection/components/checkout/payment-method-option-utils.js +0 -1
- package/dist/collection/components/checkout/save-new-payment-method.js +9 -5
- package/dist/collection/components/checkout/saved-payment-method.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list-core.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list-filters.js +1 -1
- package/dist/collection/components/checkouts-list/checkouts-list.js +1 -1
- package/dist/collection/components/dispute-management/dispute-management-core.js +1 -1
- package/dist/collection/components/dispute-management/dispute-management.js +1 -1
- package/dist/collection/components/dispute-management/dispute-notification.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/additional-statement.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/cancellation-policy.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/customer-details.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/dispute-response-core.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/dispute-response.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/duplicate-charge.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/electronic-evidence.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/product-or-service.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/refund-policy.js +1 -1
- package/dist/collection/components/dispute-management/dispute-response/shipping-details.js +1 -1
- package/dist/collection/components/filters/table-filters-menu.js +1 -1
- package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +1 -1
- package/dist/collection/components/insurance/insurance-state.js +18 -1
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance.js +118 -12
- package/dist/collection/components/modular-checkout/ModularCheckout.js +28 -0
- package/dist/collection/components/modular-checkout/modular-checkout.js +525 -0
- package/dist/collection/components/modular-checkout/sub-components/apple-pay-skeleton.js +10 -0
- package/dist/collection/components/modular-checkout/sub-components/apple-pay.js +509 -0
- package/dist/collection/components/{checkout/billing-form → modular-checkout/sub-components}/bank-account-billing-form-simple.js +7 -5
- package/dist/collection/components/modular-checkout/sub-components/bank-account-skeleton.js +10 -0
- package/dist/collection/components/modular-checkout/sub-components/bank-account.js +98 -0
- package/dist/collection/components/{checkout/billing-form → modular-checkout/sub-components}/billing-form-full.js +12 -8
- package/dist/collection/components/{checkout/billing-form → modular-checkout/sub-components}/card-billing-form-simple.js +7 -5
- package/dist/collection/components/modular-checkout/sub-components/card-form-skeleton.js +10 -0
- package/dist/collection/components/modular-checkout/sub-components/card-form.js +102 -0
- package/dist/collection/components/modular-checkout/sub-components/payment-method-option.js +113 -0
- package/dist/collection/components/modular-checkout/sub-components/plaid-payment-method.js +885 -0
- package/dist/collection/components/modular-checkout/sub-components/plaid-payment-method.test.js +124 -0
- package/dist/collection/components/modular-checkout/sub-components/saved-payment-methods.js +42 -0
- package/dist/collection/components/modular-checkout/sub-components/sezzle-payment-method.js +144 -0
- package/dist/collection/components/modular-checkout/sub-components/summary.js +12 -0
- package/dist/collection/components/order-terminals/order-terminals.js +1 -1
- package/dist/collection/components/order-terminals/terminal-quantity-selector/terminal-quantity-selector.js +1 -1
- package/dist/collection/components/payment-details/payment-details-core.js +8 -8
- package/dist/collection/components/payment-transactions-list/payment-transactions-list.js +1 -1
- package/dist/collection/components/payments-list/payments-list-core.js +1 -1
- package/dist/collection/components/payments-list/payments-list-filters.js +2 -2
- package/dist/collection/components/payments-list/payments-list.js +1 -1
- package/dist/collection/components/payout-details/payout-details-core.js +3 -3
- package/dist/collection/components/payout-transactions-list/payout-transactions-list.js +1 -1
- package/dist/collection/components/payouts-list/payouts-list-core.js +1 -1
- package/dist/collection/components/payouts-list/payouts-list-filters.js +2 -2
- package/dist/collection/components/payouts-list/payouts-list.js +1 -1
- package/dist/collection/components/terminal-orders-list/terminal-orders-list-core.js +1 -1
- package/dist/collection/components/terminal-orders-list/terminal-orders-list-filters.js +2 -2
- package/dist/collection/components/terminal-orders-list/terminal-orders-list.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list-core.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list-filters.js +1 -1
- package/dist/collection/components/terminals-list/terminals-list.js +1 -1
- package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +317 -78
- package/dist/collection/index.js +1 -0
- package/dist/collection/store/checkout.store.js +78 -0
- package/dist/collection/ui-components/apple-pay-button.js +146 -0
- package/dist/collection/ui-components/custom-popper/custom-popper.js +2 -2
- package/dist/collection/ui-components/form/form-control-checkbox.js +2 -2
- package/dist/collection/ui-components/form/form-control-date.js +2 -2
- package/dist/collection/ui-components/form/form-control-file-v2.js +1 -1
- package/dist/collection/ui-components/form/form-control-file.js +2 -2
- package/dist/collection/ui-components/form/form-control-monetary.js +2 -2
- package/dist/collection/ui-components/form/form-control-number-masked.js +2 -2
- package/dist/collection/ui-components/form/form-control-number.js +2 -2
- package/dist/collection/ui-components/form/form-control-radio.js +5 -5
- package/dist/collection/ui-components/form/form-control-select.js +2 -2
- package/dist/collection/ui-components/form/form-control-text.js +2 -2
- package/dist/collection/ui-components/form/form-control-textarea.js +2 -2
- package/dist/collection/ui-components/form/hidden-input.js +1 -1
- package/dist/collection/ui-components/form/iframe-input.js +10 -5
- package/dist/collection/ui-components/index.js +1 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-button.js +176 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-header.js +83 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-radio-list-item.js +155 -0
- package/dist/collection/ui-components/shadow-dom-components/justifi-skeleton.js +108 -0
- package/dist/collection/utils/check-pkg-version.js +6 -0
- package/dist/docs.json +5408 -5097
- package/dist/esm/{Api-BJv2_XdA.js → Api-DAWuvzbl.js} +1 -1
- package/dist/esm/{ComponentError-SdntD1xf.js → ComponentError-Cjcsf8ku.js} +11 -1
- package/dist/esm/{Dispute-7MWRbTXI.js → Dispute-BH0Xfn-F.js} +1 -1
- package/dist/esm/{Refund-Dwnnpqim.js → Refund-CVh70dXA.js} +247 -2
- package/dist/esm/additional-questions-details_5.entry.js +4 -3
- package/dist/esm/{badge-XXatxWS0.js → badge-DSYSJcRy.js} +1 -1
- package/dist/esm/bank-account-document-form-inputs_4.entry.js +12 -13
- package/dist/{module/bank-account-form2.js → esm/bank-account-form.entry.js} +12 -36
- package/dist/esm/business-details-core.entry.js +3 -3
- package/dist/esm/{business.service-Di9jP2_p.js → business.service-cQrH5BqF.js} +4 -6
- package/dist/esm/{button-C-ZZ9yD1.js → button-CpllL0At.js} +1 -1
- package/dist/esm/card-form.entry.js +72 -0
- package/dist/esm/{check-pkg-version-8KHO3ihW.js → check-pkg-version-CAnDiqiu.js} +11 -7
- package/dist/esm/{checkout.service-l-H_OIZa.js → checkout.service-Bbgi1I6V.js} +4 -6
- package/dist/esm/checkout.store-CCdFOPCK.js +83 -0
- package/dist/esm/checkouts-list-core.entry.js +11 -12
- package/dist/esm/{checkouts-table-DmwocPX2.js → checkouts-table-Ddf2I-Ul.js} +3 -3
- package/dist/esm/{custom-popper.entry.js → custom-popper_2.entry.js} +22 -3
- package/dist/esm/dinero-HXpYMWUU.js +1655 -0
- package/dist/esm/{dispute.service-CaEbHFjw.js → dispute.service-CrZsNDW8.js} +4 -6
- package/dist/esm/form-alert_5.entry.js +5 -5
- package/dist/esm/form-control-checkbox.entry.js +5 -5
- package/dist/esm/form-control-date.entry.js +4 -4
- package/dist/esm/{form-control-error-text-eKr_QuRZ.js → form-control-error-text-R7U07nTg.js} +1 -1
- package/dist/esm/form-control-file-v2_2.entry.js +5 -5
- package/dist/esm/{form-control-help-text-Dw2vjMQ5.js → form-control-help-text-CRLH-2f7.js} +1 -1
- package/dist/esm/form-control-monetary-provisioning.entry.js +5 -5
- package/dist/esm/form-control-monetary.entry.js +7 -6
- package/dist/esm/form-control-number-masked_2.entry.js +5 -5
- package/dist/esm/form-control-number.entry.js +5 -5
- package/dist/esm/form-control-radio.entry.js +3 -3
- package/dist/esm/{form-control-select_3.entry.js → form-control-select_2.entry.js} +7 -25
- package/dist/esm/{get-business-GEPTefIj.js → get-business-Crb6P-iI.js} +2 -2
- package/dist/esm/{get-payment-details-BOpjKcRB.js → get-payment-details-0VzpMNY9.js} +5 -7
- package/dist/esm/{get-payout-csv-D7IYYqVL.js → get-payout-csv-D-Lnooki.js} +2 -2
- package/dist/esm/{get-subaccounts-0Ri4RB5r.js → get-subaccounts-9UMbyFiT.js} +6 -8
- package/dist/esm/gross-payment-chart-core.entry.js +6 -5
- package/dist/esm/{header-1-BnwrlkS-.js → header-1-3M9If0gM.js} +1 -1
- package/dist/esm/{header-3-IOnOCyak.js → header-3-CWa41YWq.js} +1 -1
- package/dist/esm/{iframe-input_4.entry.js → hidden-input_2.entry.js} +106 -146
- package/dist/esm/index-CbL73B6U.js +30 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/insurance-state-CTalqbNa.js +45 -0
- package/dist/esm/justifi-additional-questions-form-step-core_6.entry.js +8 -9
- package/dist/esm/justifi-additional-questions-form-step_9.entry.js +20 -21
- package/dist/esm/justifi-additional-statement_8.entry.js +9 -9
- package/dist/esm/justifi-apple-pay.entry.js +780 -0
- package/dist/esm/justifi-bank-account-billing-form-simple_9.entry.js +363 -0
- package/dist/esm/justifi-business-details.entry.js +13 -14
- package/dist/esm/justifi-business-form.entry.js +15 -16
- package/dist/esm/justifi-business-representative-form-inputs.entry.js +2 -2
- package/dist/esm/justifi-checkout-summary_7.entry.js +1413 -0
- package/dist/esm/justifi-checkout.entry.js +69 -99
- package/dist/esm/justifi-checkouts-list-filters.entry.js +7 -8
- package/dist/esm/justifi-checkouts-list.entry.js +15 -16
- package/dist/esm/justifi-details.entry.js +2 -2
- package/dist/esm/justifi-dispute-management-core.entry.js +2 -2
- package/dist/esm/justifi-dispute-management.entry.js +11 -12
- package/dist/esm/justifi-dispute-notification_3.entry.js +16 -17
- package/dist/esm/justifi-gross-payment-chart.entry.js +11 -12
- package/dist/esm/justifi-order-terminals.entry.js +15 -16
- package/dist/esm/justifi-owner-form_3.entry.js +14 -15
- package/dist/esm/justifi-payment-details.entry.js +13 -14
- package/dist/esm/justifi-payment-provisioning-core.entry.js +4 -4
- package/dist/esm/justifi-payment-provisioning.entry.js +12 -13
- package/dist/esm/justifi-payment-transactions-list.entry.js +14 -15
- package/dist/esm/justifi-payments-list-filters.entry.js +5 -4
- package/dist/esm/justifi-payments-list.entry.js +15 -16
- package/dist/esm/justifi-payout-details.entry.js +13 -14
- package/dist/esm/justifi-payout-transactions-list.entry.js +14 -15
- package/dist/esm/justifi-payouts-list-filters.entry.js +5 -4
- package/dist/esm/justifi-payouts-list.entry.js +17 -18
- package/dist/esm/justifi-refund-payment.entry.js +14 -15
- package/dist/esm/justifi-saved-payment-method.entry.js +29 -0
- package/dist/esm/justifi-season-interruption-insurance.entry.js +122 -20
- package/dist/esm/justifi-skeleton.entry.js +15 -0
- package/dist/esm/justifi-terminal-orders-list-filters.entry.js +8 -9
- package/dist/esm/justifi-terminal-orders-list.entry.js +13 -14
- package/dist/esm/justifi-terminals-list-filters.entry.js +7 -8
- package/dist/esm/justifi-terminals-list.entry.js +15 -16
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{package-BOCuVjGs.js → package-CnWtPu8L.js} +1 -1
- package/dist/esm/pagination-menu.entry.js +1 -1
- package/dist/esm/{parts-CVGBVdVC.js → parts-RvUQ__Pq.js} +1 -1
- package/dist/esm/payment-details-core.entry.js +15 -14
- package/dist/esm/payment-method-option-utils-lUHAQVFl.js +15 -0
- package/dist/esm/payment-method-option.entry.js +15 -0
- package/dist/esm/{payment-provisioning-actions-BIfyW239.js → payment-provisioning-actions-ONP8lDnV.js} +2 -2
- package/dist/esm/{payment.service-Dz5mhgIm.js → payment.service-TxyxCg0E.js} +4 -6
- package/dist/esm/payments-list-core.entry.js +12 -13
- package/dist/esm/{payments-status-CN8wEqKC.js → payments-status-5orNU2Rd.js} +1 -1
- package/dist/esm/{payments-table-SmMgUr5X.js → payments-table-gkJV5GNK.js} +3 -3
- package/dist/esm/payout-details-core.entry.js +11 -10
- package/dist/esm/{payout.service-DUnRbCmv.js → payout.service-BOwZ4wWh.js} +4 -6
- package/dist/esm/payouts-list-core.entry.js +12 -13
- package/dist/esm/{payouts-status-BzTh9X2W.js → payouts-status-CZPwa2AE.js} +1 -1
- package/dist/esm/{payouts-table-SB6q0e7V.js → payouts-table-0PtktGRd.js} +3 -3
- package/dist/esm/{skeleton-DK6mW457.js → skeleton-qMb0_Cjy.js} +1 -1
- package/dist/esm/{spinner-CWoD0q_S.js → spinner-DUzyWLhj.js} +1 -1
- package/dist/esm/{table-KCj3mM1K.js → table-Br3n9Xu-.js} +2 -2
- package/dist/esm/table-filters-menu.entry.js +3 -3
- package/dist/esm/terminal-orders-list-core.entry.js +11 -12
- package/dist/esm/{terminal-orders-table-CPsSDEWs.js → terminal-orders-table-DTBSIMlJ.js} +6 -8
- package/dist/esm/terminal-quantity-selector.entry.js +2 -2
- package/dist/esm/{terminal.service-Vhk3qPk2.js → terminal.service-E6dZlM43.js} +4 -6
- package/dist/esm/terminals-list-core.entry.js +11 -12
- package/dist/esm/{terminals-table-CAavYaG5.js → terminals-table-TGUKTi7I.js} +3 -3
- package/dist/esm/{utils-Dccsn9BY.js → utils-BeQLScSm.js} +1 -1
- package/dist/esm/{utils-CKEiU2Q5.js → utils-BscIVFn8.js} +3 -1660
- package/dist/esm/{utils-_kzStVq_.js → utils-Dg6gMUTv.js} +1 -1
- package/dist/esm/webcomponents.js +1 -1
- package/dist/module/{check-pkg-version.js → Analytics.js} +28 -24
- package/dist/module/ModularCheckout.js +30 -0
- package/dist/module/Refund.js +331 -1
- package/dist/module/additional-questions.js +1 -1
- package/dist/module/additional-statement.js +2 -2
- package/dist/module/badge.js +1 -1
- package/dist/module/bank-account-billing-form-simple.js +9 -4
- package/dist/module/bank-account-document-inputs.js +3 -5
- package/dist/module/bank-account-form-inputs2.js +1 -1
- package/dist/module/bank-account-form.js +86 -1
- package/dist/module/bank-account.js +103 -0
- package/dist/module/billing-form-full.js +14 -11
- package/dist/module/billing-form-schema.js +3 -3
- package/dist/module/business-additional-questions-form-step.js +2 -2
- package/dist/module/business-bank-account-form-step-core.js +2 -4
- package/dist/module/business-bank-account-form-step.js +3 -5
- package/dist/module/business-core-info-form-step.js +2 -2
- package/dist/module/business-core-info.js +1 -1
- package/dist/module/business-details-core2.js +1 -0
- package/dist/module/business-documents-on-file2.js +2 -1
- package/dist/module/business-owners-form-step-core.js +1 -0
- package/dist/module/business-owners-form-step.js +2 -2
- package/dist/module/business-representative-form-inputs.js +1 -1
- package/dist/module/business-representative-form-step.js +2 -2
- package/dist/module/business-representative.js +1 -1
- package/dist/module/business-terms-conditions-form-step.js +2 -4
- package/dist/module/business.service.js +1 -3
- package/dist/module/button.js +1 -1
- package/dist/module/cancellation-policy.js +2 -2
- package/dist/module/card-billing-form-simple.js +9 -4
- package/dist/module/card-form.js +94 -1
- package/dist/module/card-form2.js +28 -13
- package/dist/module/checkout.service.js +1 -3
- package/dist/module/checkout.store.js +81 -0
- package/dist/module/checkouts-list-core2.js +6 -6
- package/dist/module/custom-popper2.js +2 -2
- package/dist/module/customer-details.js +2 -2
- package/dist/module/dinero.js +1655 -0
- package/dist/module/dispute-management-core.js +2 -2
- package/dist/module/dispute-notification.js +3 -2
- package/dist/module/dispute-response-actions.js +1 -3
- package/dist/module/dispute-response-core.js +2 -2
- package/dist/module/dispute-response.js +4 -3
- package/dist/module/duplicate-charge.js +2 -2
- package/dist/module/electronic-evidence.js +2 -2
- package/dist/module/form-alert2.js +1 -1
- package/dist/module/form-control-checkbox2.js +4 -3
- package/dist/module/form-control-date2.js +3 -2
- package/dist/module/form-control-file-v22.js +1 -1
- package/dist/module/form-control-file2.js +3 -2
- package/dist/module/form-control-monetary-provisioning2.js +4 -3
- package/dist/module/form-control-monetary2.js +4 -3
- package/dist/module/form-control-number-masked2.js +3 -2
- package/dist/module/form-control-number.js +4 -3
- package/dist/module/form-control-radio2.js +4 -4
- package/dist/module/form-control-select2.js +3 -2
- package/dist/module/form-control-text2.js +3 -2
- package/dist/module/form-control-textarea2.js +3 -3
- package/dist/module/get-business.js +1 -1
- package/dist/module/get-payment-details.js +2 -4
- package/dist/module/get-payout-csv.js +1 -1
- package/dist/module/get-subaccounts.js +2 -4
- package/dist/module/gross-payment-chart-core2.js +2 -2
- package/dist/module/header-2.js +8 -0
- package/dist/module/header-3.js +8 -0
- package/dist/module/hidden-input2.js +2 -2
- package/dist/module/identity-address-form.js +1 -1
- package/dist/module/iframe-input2.js +6 -6
- package/dist/module/index.js +1 -0
- package/dist/module/insurance-state.js +18 -7
- package/dist/module/{justifi-checkout-core.d.ts → justifi-apple-pay.d.ts} +4 -4
- package/dist/module/justifi-apple-pay.js +811 -0
- package/dist/module/justifi-bank-account-form.d.ts +11 -0
- package/dist/module/justifi-bank-account-form.js +6 -0
- package/dist/module/justifi-business-details.js +2 -2
- package/dist/module/justifi-business-form.js +4 -5
- package/dist/module/justifi-button.d.ts +11 -0
- package/dist/module/justifi-button.js +6 -0
- package/dist/module/justifi-button2.js +41 -0
- package/dist/module/justifi-card-form.d.ts +11 -0
- package/dist/module/justifi-card-form.js +6 -0
- package/dist/module/justifi-checkout-summary.d.ts +11 -0
- package/dist/module/justifi-checkout-summary.js +6 -0
- package/dist/module/justifi-checkout.js +147 -139
- package/dist/module/justifi-checkouts-list-filters.js +4 -5
- package/dist/module/justifi-checkouts-list.js +5 -6
- package/dist/module/justifi-dispute-management.js +3 -4
- package/dist/module/justifi-gross-payment-chart.js +2 -4
- package/dist/module/justifi-header.d.ts +11 -0
- package/dist/module/justifi-header.js +6 -0
- package/dist/module/justifi-header2.js +43 -0
- package/dist/module/justifi-modular-checkout.d.ts +11 -0
- package/dist/module/justifi-modular-checkout.js +6 -0
- package/dist/module/justifi-order-terminals.js +7 -7
- package/dist/module/justifi-payment-details.js +2 -2
- package/dist/module/justifi-payment-provisioning.js +3 -5
- package/dist/module/justifi-payment-transactions-list.js +7 -7
- package/dist/module/justifi-payments-list-filters.js +4 -3
- package/dist/module/justifi-payments-list.js +5 -6
- package/dist/module/justifi-payout-details.js +3 -5
- package/dist/module/justifi-payout-transactions-list.js +7 -7
- package/dist/module/justifi-payouts-list-filters.js +4 -3
- package/dist/module/justifi-payouts-list.js +5 -6
- package/dist/module/justifi-plaid-payment-method.d.ts +11 -0
- package/dist/module/justifi-plaid-payment-method.js +6 -0
- package/dist/module/justifi-radio-list-item.d.ts +11 -0
- package/dist/module/justifi-radio-list-item.js +6 -0
- package/dist/module/justifi-radio-list-item2.js +55 -0
- package/dist/module/justifi-refund-payment.js +3 -4
- package/dist/module/justifi-saved-payment-method.js +57 -1
- package/dist/module/justifi-saved-payment-methods.d.ts +11 -0
- package/dist/module/justifi-saved-payment-methods.js +6 -0
- package/dist/module/justifi-season-interruption-insurance.js +124 -24
- package/dist/module/justifi-skeleton.d.ts +11 -0
- package/dist/module/justifi-skeleton.js +39 -0
- package/dist/module/justifi-terminal-orders-list-filters.js +5 -6
- package/dist/module/justifi-terminal-orders-list.js +5 -6
- package/dist/module/justifi-terminals-list-filters.js +4 -5
- package/dist/module/justifi-terminals-list.js +5 -6
- package/dist/module/justifi-tokenize-payment-method.js +1 -219
- package/dist/module/legal-address-form-step.js +2 -2
- package/dist/module/legal-address-form.js +1 -1
- package/dist/module/modular-checkout.js +406 -0
- package/dist/module/owner-form-core2.js +3 -2
- package/dist/module/owner-form-inputs2.js +1 -1
- package/dist/module/owner-form.js +1 -1
- package/dist/module/package.js +3 -3
- package/dist/module/pagination-menu2.js +1 -1
- package/dist/module/parts.js +1 -1
- package/dist/module/payment-details-core2.js +10 -9
- package/dist/module/payment-method-option-utils.js +15 -0
- package/dist/module/payment-method-option.d.ts +11 -0
- package/dist/module/payment-method-option.js +54 -0
- package/dist/module/payment-provisioning-actions.js +1 -1
- package/dist/module/payment-provisioning-core.js +3 -2
- package/dist/module/payment-provisioning-form-buttons.js +2 -1
- package/dist/module/payment-provisioning-form-steps.js +1 -1
- package/dist/module/payment-provisioning-loading.js +1 -0
- package/dist/module/payment.service.js +1 -3
- package/dist/module/payments-list-core2.js +6 -6
- package/dist/module/payout-details-core2.js +5 -4
- package/dist/module/payout.service.js +1 -3
- package/dist/module/payouts-list-core2.js +6 -6
- package/dist/module/plaid-payment-method.js +687 -0
- package/dist/module/product-or-service.js +2 -2
- package/dist/module/refund-policy.js +2 -2
- package/dist/module/save-new-payment-method.js +13 -6
- package/dist/module/saved-payment-methods.js +75 -0
- package/dist/module/sezzle-payment-method.js +34 -35
- package/dist/module/shipping-details.js +2 -2
- package/dist/module/spinner.js +1 -1
- package/dist/module/summary.js +35 -0
- package/dist/module/table-filters-menu2.js +1 -1
- package/dist/module/table.js +1 -1
- package/dist/module/terminal-orders-list-core2.js +6 -6
- package/dist/module/terminal-quantity-selector2.js +2 -2
- package/dist/module/terminal.service.js +1 -3
- package/dist/module/terminals-list-core2.js +6 -6
- package/dist/module/tokenize-payment-method.js +410 -0
- package/dist/module/utils2.js +3 -1660
- package/dist/module/utils4.js +1 -1
- package/dist/types/api/ApplePay.d.ts +196 -0
- package/dist/types/api/BillingInformation.d.ts +13 -0
- package/dist/types/api/Checkout.d.ts +23 -26
- package/dist/types/api/ComponentError.d.ts +10 -1
- package/dist/types/api/Payment.d.ts +4 -3
- package/dist/types/api/PaymentMethod.d.ts +21 -0
- package/dist/types/api/services/apple-pay.service.d.ts +55 -0
- package/dist/types/api/services/plaid.service.d.ts +12 -0
- package/dist/types/components/checkout/billing-form/billing-form-schema.d.ts +4 -4
- package/dist/types/components/checkout/checkout.d.ts +26 -11
- package/dist/types/components/checkout/save-new-payment-method.d.ts +1 -1
- package/dist/types/components/insurance/insurance-state.d.ts +2 -1
- package/dist/types/components/insurance/season-interruption/season-interruption-insurance.d.ts +9 -3
- package/dist/types/components/modular-checkout/ModularCheckout.d.ts +31 -0
- package/dist/types/components/modular-checkout/modular-checkout.d.ts +43 -0
- package/dist/types/components/modular-checkout/sub-components/apple-pay-skeleton.d.ts +6 -0
- package/dist/types/components/modular-checkout/sub-components/apple-pay.d.ts +39 -0
- package/dist/types/components/{checkout/billing-form → modular-checkout/sub-components}/bank-account-billing-form-simple.d.ts +1 -1
- package/dist/types/components/modular-checkout/sub-components/bank-account-skeleton.d.ts +6 -0
- package/dist/types/components/modular-checkout/sub-components/bank-account.d.ts +18 -0
- package/dist/types/components/{checkout/billing-form → modular-checkout/sub-components}/billing-form-full.d.ts +1 -2
- package/dist/types/components/{checkout/billing-form → modular-checkout/sub-components}/card-billing-form-simple.d.ts +1 -1
- package/dist/types/components/modular-checkout/sub-components/card-form-skeleton.d.ts +6 -0
- package/dist/types/components/modular-checkout/sub-components/card-form.d.ts +20 -0
- package/dist/types/components/modular-checkout/sub-components/payment-method-option.d.ts +8 -0
- package/dist/types/components/modular-checkout/sub-components/plaid-payment-method.d.ts +80 -0
- package/dist/types/components/modular-checkout/sub-components/plaid-payment-method.test.d.ts +1 -0
- package/dist/types/components/modular-checkout/sub-components/saved-payment-methods.d.ts +7 -0
- package/dist/types/components/{checkout → modular-checkout/sub-components}/sezzle-payment-method.d.ts +4 -10
- package/dist/types/components/modular-checkout/sub-components/summary.d.ts +3 -0
- package/dist/types/components/tokenize-payment-method/tokenize-payment-method.d.ts +45 -17
- package/dist/types/components.d.ts +468 -223
- package/dist/types/index.d.ts +2 -0
- package/dist/types/store/checkout.store.d.ts +38 -0
- package/dist/types/ui-components/apple-pay-button.d.ts +17 -0
- package/dist/types/ui-components/form/form-control-radio.d.ts +1 -1
- package/dist/types/ui-components/form/iframe-input.d.ts +2 -1
- package/dist/types/ui-components/index.d.ts +1 -0
- package/dist/types/ui-components/shadow-dom-components/justifi-button.d.ts +13 -0
- package/dist/types/ui-components/shadow-dom-components/justifi-radio-list-item.d.ts +12 -0
- package/dist/types/ui-components/shadow-dom-components/justifi-skeleton.d.ts +10 -0
- package/dist/webcomponents/index.esm.js +1 -0
- package/dist/webcomponents/p-0803d130.entry.js +1 -0
- package/dist/webcomponents/{p-BtyEAd0R.js → p-0Om7jLBs.js} +1 -1
- package/dist/webcomponents/p-117b7f47.entry.js +1 -0
- package/dist/webcomponents/p-17093105.entry.js +1 -0
- package/dist/webcomponents/p-1a08b47f.entry.js +1 -0
- package/dist/webcomponents/p-1bcb3852.entry.js +1 -0
- package/dist/webcomponents/p-1eb2b847.entry.js +1 -0
- package/dist/webcomponents/p-2f7aa249.entry.js +1 -0
- package/dist/webcomponents/{p-7a0661a2.entry.js → p-2fa34c82.entry.js} +4 -4
- package/dist/webcomponents/p-33311d41.entry.js +1 -0
- package/dist/webcomponents/p-336c31b3.entry.js +1 -0
- package/dist/webcomponents/p-3f33c940.entry.js +1 -0
- package/dist/webcomponents/p-442f86e8.entry.js +1 -0
- package/dist/webcomponents/{p-80b6c011.entry.js → p-44450a94.entry.js} +1 -1
- package/dist/webcomponents/p-464e7a8e.entry.js +1 -0
- package/dist/webcomponents/p-50392803.entry.js +1 -0
- package/dist/webcomponents/p-52cbd667.entry.js +1 -0
- package/dist/webcomponents/{p-d43a4316.entry.js → p-54ca3070.entry.js} +1 -1
- package/dist/webcomponents/{p-BTS3E50C.js → p-5aA7gjr5.js} +1 -1
- package/dist/webcomponents/p-5ad0f438.entry.js +1 -0
- package/dist/webcomponents/p-613421d4.entry.js +1 -0
- package/dist/webcomponents/p-62d12566.entry.js +1 -0
- package/dist/webcomponents/p-65ed60bf.entry.js +1 -0
- package/dist/webcomponents/p-6cf30a24.entry.js +1 -0
- package/dist/webcomponents/{p-bcadc072.entry.js → p-70f51444.entry.js} +1 -1
- package/dist/webcomponents/p-729dbd8f.entry.js +1 -0
- package/dist/webcomponents/p-77948b46.entry.js +1 -0
- package/dist/webcomponents/p-7bcfaff4.entry.js +1 -0
- package/dist/webcomponents/{p-96247d70.entry.js → p-7cf87637.entry.js} +1 -1
- package/dist/webcomponents/p-7dd74e6f.entry.js +1 -0
- package/dist/webcomponents/{p-ck6bcYXe.js → p-7s1gsXM5.js} +1 -1
- package/dist/webcomponents/p-80331983.entry.js +1 -0
- package/dist/webcomponents/p-85f20746.entry.js +1 -0
- package/dist/webcomponents/p-8687e5d6.entry.js +1 -0
- package/dist/webcomponents/p-89ecd650.entry.js +1 -0
- package/dist/webcomponents/p-8a6718b6.entry.js +1 -0
- package/dist/webcomponents/p-8d6b81ba.entry.js +1 -0
- package/dist/webcomponents/p-8d743490.entry.js +1 -0
- package/dist/webcomponents/p-8f7396b1.entry.js +1 -0
- package/dist/webcomponents/p-8ff839a4.entry.js +1 -0
- package/dist/webcomponents/{p-d53c3370.entry.js → p-95cbb655.entry.js} +1 -1
- package/dist/webcomponents/p-98cffba9.entry.js +1 -0
- package/dist/webcomponents/{p-cdd2c7c8.entry.js → p-9a2c044f.entry.js} +1 -1
- package/dist/webcomponents/p-9be67b19.entry.js +1 -0
- package/dist/webcomponents/p-9e8021a1.entry.js +1 -0
- package/dist/webcomponents/p-9fc0ea58.entry.js +1 -0
- package/dist/webcomponents/p-9fc567d8.entry.js +1 -0
- package/dist/webcomponents/p-9fcff84c.entry.js +1 -0
- package/dist/webcomponents/p-B71k50jz.js +1 -0
- package/dist/webcomponents/p-BF4U0yVj.js +1 -0
- package/dist/webcomponents/{p-7MWRbTXI.js → p-BH0Xfn-F.js} +1 -1
- package/dist/webcomponents/p-BHf9IqGw.js +1 -0
- package/dist/webcomponents/p-BSt6p1oq.js +1 -0
- package/dist/webcomponents/{p-BQQ7ifKz.js → p-Bb-6bNcq.js} +1 -1
- package/dist/webcomponents/p-BbZwa5UI.js +1 -0
- package/dist/webcomponents/p-BdKWuCys.js +1 -0
- package/dist/webcomponents/p-BfM6X7lF.js +1 -0
- package/dist/webcomponents/{p-DK0C7j0u.js → p-BjVfIXWC.js} +1 -1
- package/dist/webcomponents/{p-BpWSwi9x.js → p-BsGE9UDv.js} +1 -1
- package/dist/webcomponents/{p-DV1c2IYS.js → p-C5id7s_l.js} +1 -1
- package/dist/webcomponents/{p-dzS7n4Xj.js → p-CAJnQLZF.js} +1 -1
- package/dist/webcomponents/{p-DetWIU1e.js → p-CB0mCq1M.js} +1 -1
- package/dist/webcomponents/p-CaAVuW6B.js +1 -0
- package/dist/webcomponents/p-Cb0FhuyU.js +1 -0
- package/dist/webcomponents/p-CbL73B6U.js +1 -0
- package/dist/webcomponents/p-Cjcsf8ku.js +1 -0
- package/dist/webcomponents/p-CnWtPu8L.js +1 -0
- package/dist/webcomponents/{p-C5RuuShs.js → p-D2muobcE.js} +1 -1
- package/dist/webcomponents/{p-v6yK8Vbe.js → p-DD0Mvpeu.js} +1 -1
- package/dist/webcomponents/{p-B_t2t34m.js → p-DDUmOl3v.js} +1 -1
- package/dist/webcomponents/p-DH8F0bsw.js +1 -0
- package/dist/webcomponents/p-DIDloHpm.js +1 -0
- package/dist/webcomponents/p-DIjoBk44.js +1 -0
- package/dist/webcomponents/p-DK2sRMlx.js +1 -0
- package/dist/webcomponents/{p-qGbNz93o.js → p-DNo0OPOP.js} +1 -1
- package/dist/webcomponents/p-DRXvcLy9.js +1 -0
- package/dist/webcomponents/p-DYGIC0QH.js +1 -0
- package/dist/webcomponents/p-DZYcH7jA.js +1 -0
- package/dist/webcomponents/p-Da3idOSV.js +1 -0
- package/dist/webcomponents/p-Dgflaz6J.js +1 -0
- package/dist/webcomponents/p-ED_TzwCp.js +1 -0
- package/dist/webcomponents/p-HXpYMWUU.js +1 -0
- package/dist/webcomponents/p-JyHlIFWl.js +1 -0
- package/dist/webcomponents/{p-CVGBVdVC.js → p-RvUQ__Pq.js} +1 -1
- package/dist/webcomponents/p-Wh1V0gvF.js +1 -0
- package/dist/webcomponents/p-ZpPDShvP.js +1 -0
- package/dist/webcomponents/p-a55f07af.entry.js +1 -0
- package/dist/webcomponents/p-aa6194ef.entry.js +1 -0
- package/dist/webcomponents/p-ab6a5dc9.entry.js +1 -0
- package/dist/webcomponents/p-af9c4174.entry.js +1 -0
- package/dist/webcomponents/p-b7d2f2eb.entry.js +1 -0
- package/dist/webcomponents/p-bbc4b4cb.entry.js +1 -0
- package/dist/webcomponents/p-c599e526.entry.js +1 -0
- package/dist/webcomponents/p-d62cd269.entry.js +1 -0
- package/dist/webcomponents/p-d9dd7d24.entry.js +1 -0
- package/dist/webcomponents/p-dd7352da.entry.js +1 -0
- package/dist/webcomponents/p-e8a67dc7.entry.js +1 -0
- package/dist/webcomponents/p-eb2d9e5b.entry.js +1 -0
- package/dist/webcomponents/p-eddaca4e.entry.js +1 -0
- package/dist/webcomponents/p-ef32fe0e.entry.js +1 -0
- package/dist/webcomponents/{p-c51651aa.entry.js → p-f1cba43c.entry.js} +1 -1
- package/dist/webcomponents/p-f1f0b405.entry.js +1 -0
- package/dist/webcomponents/p-f499a8de.entry.js +1 -0
- package/dist/webcomponents/p-f4d0cdf0.entry.js +1 -0
- package/dist/webcomponents/p-f680e617.entry.js +1 -0
- package/dist/webcomponents/p-f7c4222f.entry.js +1 -0
- package/dist/webcomponents/p-fa1884b4.entry.js +1 -0
- package/dist/webcomponents/p-z-5r0gWn.js +1 -0
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +2 -2
- package/dist/cjs/Checkout-BbhldGDh.js +0 -103
- package/dist/cjs/Payment-D6XuQ4Ve.js +0 -151
- package/dist/cjs/bank-account-form_9.cjs.entry.js +0 -544
- package/dist/cjs/iframe-input-styles-state-DH-5a2Mg.js +0 -26
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +0 -141
- package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +0 -124
- package/dist/cjs/justifi-tokenize-payment-method.cjs.entry.js +0 -80
- package/dist/collection/components/checkout/checkout-core.js +0 -454
- package/dist/collection/components/checkout/new-payment-method.js +0 -378
- package/dist/collection/components/checkout/payment-method-options.js +0 -440
- package/dist/collection/components/checkout/sezzle-payment-method.js +0 -240
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.js +0 -447
- package/dist/esm/Checkout-CIUkm9aQ.js +0 -101
- package/dist/esm/Payment-DrCqUoz-.js +0 -149
- package/dist/esm/bank-account-form_9.entry.js +0 -534
- package/dist/esm/iframe-input-styles-state-Cqb62KAu.js +0 -23
- package/dist/esm/insurance-state-DRFl0tWj.js +0 -28
- package/dist/esm/justifi-checkout-core.entry.js +0 -139
- package/dist/esm/justifi-season-interruption-insurance-core.entry.js +0 -122
- package/dist/esm/justifi-tokenize-payment-method.entry.js +0 -78
- package/dist/module/Checkout.js +0 -121
- package/dist/module/Payment.js +0 -204
- package/dist/module/checkout-core.js +0 -292
- package/dist/module/justifi-checkout-core.js +0 -6
- package/dist/module/justifi-new-payment-method.d.ts +0 -11
- package/dist/module/justifi-new-payment-method.js +0 -6
- package/dist/module/justifi-payment-method-options.d.ts +0 -11
- package/dist/module/justifi-payment-method-options.js +0 -6
- package/dist/module/justifi-season-interruption-insurance-core.d.ts +0 -11
- package/dist/module/justifi-season-interruption-insurance-core.js +0 -6
- package/dist/module/new-payment-method.js +0 -222
- package/dist/module/payment-method-options.js +0 -237
- package/dist/module/saved-payment-method.js +0 -79
- package/dist/module/season-interruption-insurance-core.js +0 -168
- package/dist/types/components/checkout/checkout-core.d.ts +0 -49
- package/dist/types/components/checkout/new-payment-method.d.ts +0 -31
- package/dist/types/components/checkout/payment-method-options.d.ts +0 -32
- package/dist/types/components/insurance/season-interruption/season-interruption-insurance-core.d.ts +0 -32
- package/dist/webcomponents/p-08e1bf28.entry.js +0 -1
- package/dist/webcomponents/p-09cb06ed.entry.js +0 -1
- package/dist/webcomponents/p-0adbbb23.entry.js +0 -1
- package/dist/webcomponents/p-0b067d3c.entry.js +0 -1
- package/dist/webcomponents/p-0bfd309e.entry.js +0 -1
- package/dist/webcomponents/p-0f005fdd.entry.js +0 -1
- package/dist/webcomponents/p-0nMw2Aul.js +0 -1
- package/dist/webcomponents/p-14dc17fd.entry.js +0 -1
- package/dist/webcomponents/p-266f1ff3.entry.js +0 -1
- package/dist/webcomponents/p-35387685.entry.js +0 -1
- package/dist/webcomponents/p-3946adfa.entry.js +0 -1
- package/dist/webcomponents/p-3c44b724.entry.js +0 -1
- package/dist/webcomponents/p-3e3b5cdb.entry.js +0 -1
- package/dist/webcomponents/p-41876098.entry.js +0 -1
- package/dist/webcomponents/p-45edf188.entry.js +0 -1
- package/dist/webcomponents/p-4786f2d0.entry.js +0 -1
- package/dist/webcomponents/p-4c1c55bb.entry.js +0 -1
- package/dist/webcomponents/p-4f358b63.entry.js +0 -1
- package/dist/webcomponents/p-5375df08.entry.js +0 -1
- package/dist/webcomponents/p-575b972d.entry.js +0 -1
- package/dist/webcomponents/p-580aa2e3.entry.js +0 -1
- package/dist/webcomponents/p-5b857a1c.entry.js +0 -1
- package/dist/webcomponents/p-5c9d1c35.entry.js +0 -1
- package/dist/webcomponents/p-690514f2.entry.js +0 -1
- package/dist/webcomponents/p-6a853571.entry.js +0 -1
- package/dist/webcomponents/p-724e4e6c.entry.js +0 -1
- package/dist/webcomponents/p-756a7021.entry.js +0 -1
- package/dist/webcomponents/p-89431ee2.entry.js +0 -1
- package/dist/webcomponents/p-8f5c1ae6.entry.js +0 -1
- package/dist/webcomponents/p-989d56de.entry.js +0 -1
- package/dist/webcomponents/p-99f7a36d.entry.js +0 -1
- package/dist/webcomponents/p-BCgpQGhw.js +0 -1
- package/dist/webcomponents/p-BOCuVjGs.js +0 -1
- package/dist/webcomponents/p-BUSn_ReW.js +0 -1
- package/dist/webcomponents/p-BZtgbC0H.js +0 -1
- package/dist/webcomponents/p-Bs-84XY6.js +0 -1
- package/dist/webcomponents/p-BvXjypQm.js +0 -1
- package/dist/webcomponents/p-C-wMveZe.js +0 -1
- package/dist/webcomponents/p-CCl9g-ln.js +0 -1
- package/dist/webcomponents/p-CDPZXQAo.js +0 -1
- package/dist/webcomponents/p-CKEiU2Q5.js +0 -1
- package/dist/webcomponents/p-CS4_rnSp.js +0 -1
- package/dist/webcomponents/p-CnMP2-Xk.js +0 -1
- package/dist/webcomponents/p-Cs0cIpIm.js +0 -1
- package/dist/webcomponents/p-CxHdQoIo.js +0 -1
- package/dist/webcomponents/p-DFWnHEN2.js +0 -1
- package/dist/webcomponents/p-DKSNNnPC.js +0 -1
- package/dist/webcomponents/p-DjFzWJxk.js +0 -1
- package/dist/webcomponents/p-DnGswpsl.js +0 -1
- package/dist/webcomponents/p-DniQ6yo6.js +0 -1
- package/dist/webcomponents/p-DsLxs70Z.js +0 -1
- package/dist/webcomponents/p-DtdcFDM_.js +0 -1
- package/dist/webcomponents/p-DwF36W04.js +0 -1
- package/dist/webcomponents/p-L4y68wud.js +0 -1
- package/dist/webcomponents/p-SdntD1xf.js +0 -1
- package/dist/webcomponents/p-a09ca567.entry.js +0 -1
- package/dist/webcomponents/p-a3313ebe.entry.js +0 -1
- package/dist/webcomponents/p-aeaafe28.entry.js +0 -1
- package/dist/webcomponents/p-b25bbf0a.entry.js +0 -1
- package/dist/webcomponents/p-b7594923.entry.js +0 -1
- package/dist/webcomponents/p-b79e302a.entry.js +0 -1
- package/dist/webcomponents/p-ba268a78.entry.js +0 -1
- package/dist/webcomponents/p-ba68ea4f.entry.js +0 -1
- package/dist/webcomponents/p-bf0e00be.entry.js +0 -1
- package/dist/webcomponents/p-c15d8dd0.entry.js +0 -1
- package/dist/webcomponents/p-c28f2569.entry.js +0 -1
- package/dist/webcomponents/p-c5911cd9.entry.js +0 -1
- package/dist/webcomponents/p-cefb9a76.entry.js +0 -1
- package/dist/webcomponents/p-d2ae3c55.entry.js +0 -1
- package/dist/webcomponents/p-d2e1d179.entry.js +0 -1
- package/dist/webcomponents/p-d4d58793.entry.js +0 -1
- package/dist/webcomponents/p-dc6b707a.entry.js +0 -1
- package/dist/webcomponents/p-dfd9aff0.entry.js +0 -1
- package/dist/webcomponents/p-e4682bb6.entry.js +0 -1
- package/dist/webcomponents/p-ee566062.entry.js +0 -1
- package/dist/webcomponents/p-ef07d761.entry.js +0 -1
- package/dist/webcomponents/p-f24b04eb.entry.js +0 -1
- package/dist/webcomponents/p-f8e974af.entry.js +0 -1
- package/dist/webcomponents/p-fb60bc7a.entry.js +0 -1
- package/dist/webcomponents/p-znmwKCgq.js +0 -1
|
@@ -1,222 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { B as Button } from './button.js';
|
|
3
|
-
import { S as StyledHost } from './styled-host.js';
|
|
4
|
-
import './details.js';
|
|
5
|
-
import './event-types.js';
|
|
6
|
-
import { c as checkPkgVersion, J as JustifiAnalytics } from './check-pkg-version.js';
|
|
7
|
-
import './config-state.js';
|
|
8
|
-
import './utils2.js';
|
|
9
|
-
import { C as ComponentErrorSeverity, a as ComponentErrorCodes } from './Checkout.js';
|
|
10
|
-
import './Pagination.js';
|
|
11
|
-
import './Payment.js';
|
|
12
|
-
import './Refund.js';
|
|
13
|
-
import './Business.js';
|
|
14
|
-
import { d as defineCustomElement$l } from './bank-account-form2.js';
|
|
15
|
-
import { d as defineCustomElement$k } from './card-form2.js';
|
|
16
|
-
import { d as defineCustomElement$j } from './custom-popper2.js';
|
|
17
|
-
import { d as defineCustomElement$i } from './form-control-checkbox2.js';
|
|
18
|
-
import { d as defineCustomElement$h } from './form-control-help-text2.js';
|
|
19
|
-
import { d as defineCustomElement$g } from './form-control-radio2.js';
|
|
20
|
-
import { d as defineCustomElement$f } from './form-control-select2.js';
|
|
21
|
-
import { d as defineCustomElement$e } from './form-control-text2.js';
|
|
22
|
-
import { d as defineCustomElement$d } from './form-control-tooltip2.js';
|
|
23
|
-
import { d as defineCustomElement$c } from './hidden-input2.js';
|
|
24
|
-
import { d as defineCustomElement$b } from './iframe-input2.js';
|
|
25
|
-
import { d as defineCustomElement$a } from './bank-account-billing-form-simple.js';
|
|
26
|
-
import { d as defineCustomElement$9 } from './billing-form.js';
|
|
27
|
-
import { d as defineCustomElement$8 } from './billing-form-full.js';
|
|
28
|
-
import { d as defineCustomElement$7 } from './card-billing-form-simple.js';
|
|
29
|
-
import { d as defineCustomElement$6 } from './new-payment-method.js';
|
|
30
|
-
import { d as defineCustomElement$5 } from './payment-method-options.js';
|
|
31
|
-
import { d as defineCustomElement$4 } from './save-new-payment-method.js';
|
|
32
|
-
import { d as defineCustomElement$3 } from './saved-payment-method.js';
|
|
33
|
-
import { d as defineCustomElement$2 } from './sezzle-payment-method.js';
|
|
34
|
-
|
|
35
|
-
const TokenizePaymentMethod = /*@__PURE__*/ proxyCustomElement(class TokenizePaymentMethod extends HTMLElement {
|
|
36
|
-
constructor() {
|
|
37
|
-
super();
|
|
38
|
-
this.__registerHost();
|
|
39
|
-
this.__attachShadow();
|
|
40
|
-
this.errorEvent = createEvent(this, "error-event", 7);
|
|
41
|
-
this.submitEvent = createEvent(this, "submit-event", 7);
|
|
42
|
-
this.submitButtonText = 'Submit';
|
|
43
|
-
this.isLoading = false;
|
|
44
|
-
}
|
|
45
|
-
componentWillLoad() {
|
|
46
|
-
checkPkgVersion();
|
|
47
|
-
this.analytics = new JustifiAnalytics(this);
|
|
48
|
-
}
|
|
49
|
-
disconnectedCallback() {
|
|
50
|
-
var _a;
|
|
51
|
-
(_a = this.analytics) === null || _a === void 0 ? void 0 : _a.cleanup();
|
|
52
|
-
}
|
|
53
|
-
;
|
|
54
|
-
async tokenizePaymentMethod(event) {
|
|
55
|
-
event && event.preventDefault();
|
|
56
|
-
this.isLoading = true;
|
|
57
|
-
let tokenizeResponse;
|
|
58
|
-
try {
|
|
59
|
-
tokenizeResponse = await this.paymentMethodOptionsRef.resolvePaymentMethod({ isValid: true });
|
|
60
|
-
if (tokenizeResponse.error) {
|
|
61
|
-
this.errorEvent.emit({
|
|
62
|
-
errorCode: tokenizeResponse.error.code,
|
|
63
|
-
message: tokenizeResponse.error.message,
|
|
64
|
-
severity: ComponentErrorSeverity.ERROR,
|
|
65
|
-
});
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
catch (error) {
|
|
69
|
-
const errorData = {
|
|
70
|
-
errorCode: ComponentErrorCodes.TOKENIZE_ERROR,
|
|
71
|
-
message: error.message,
|
|
72
|
-
severity: ComponentErrorSeverity.ERROR,
|
|
73
|
-
};
|
|
74
|
-
this.errorEvent.emit(errorData);
|
|
75
|
-
}
|
|
76
|
-
finally {
|
|
77
|
-
this.submitEvent.emit({ response: tokenizeResponse });
|
|
78
|
-
this.isLoading = false;
|
|
79
|
-
return tokenizeResponse;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
async fillBillingForm(fields) {
|
|
83
|
-
this.paymentMethodOptionsRef.fillBillingForm(fields);
|
|
84
|
-
}
|
|
85
|
-
async validate() {
|
|
86
|
-
return this.paymentMethodOptionsRef.validate();
|
|
87
|
-
}
|
|
88
|
-
render() {
|
|
89
|
-
return (h(StyledHost, { key: 'bde61e05e8148b4bb3c054d124070a160fd7ca13' }, h("form", { key: 'ea0dd3192fc924bbf22a80562030c6557e32d905' }, h("fieldset", { key: '8a96c0b8e5497d97f0e546558e0ad37a57a459cb' }, h("div", { key: '849547d7b1c810533af86104eb7ae42b569c9c97', class: "row gy-3" }, h("div", { key: 'afc1b73d0a027e2ea6e8cec831f43f53cd2b8666', class: "col-12" }, h("justifi-payment-method-options", { key: '8af2e6076d689ca358a9542cea10d314dee68444', ref: (el) => (this.paymentMethodOptionsRef = el), "show-card": !this.disableCreditCard, "show-ach": !this.disableBankAccount, "show-bnpl": false, paymentMethodGroupId: this.paymentMethodGroupId, "show-saved-payment-methods": false, hideCardBillingForm: this.hideCardBillingForm, hideBankAccountBillingForm: this.hideBankAccountBillingForm, authToken: this.authToken, "account-id": this.accountId })), h("div", { key: '62ac0ff4f7774adadfa8bbbdbc474ba3cd15c5f4', class: "col-12" }, h(Button, { key: 'c5212829153b3c217ce18aac4cbb3afa58f1e7b3', variant: "primary", type: "submit", onClick: event => this.tokenizePaymentMethod(event), isLoading: this.isLoading, "data-testid": "submit-button", hidden: this.hideSubmitButton }, this.submitButtonText)))))));
|
|
90
|
-
}
|
|
91
|
-
}, [257, "justifi-tokenize-payment-method", {
|
|
92
|
-
"authToken": [1, "auth-token"],
|
|
93
|
-
"accountId": [1, "account-id"],
|
|
94
|
-
"paymentMethodGroupId": [1, "payment-method-group-id"],
|
|
95
|
-
"submitButtonText": [1, "submit-button-text"],
|
|
96
|
-
"disableCreditCard": [4, "disable-credit-card"],
|
|
97
|
-
"disableBankAccount": [4, "disable-bank-account"],
|
|
98
|
-
"hideSubmitButton": [4, "hide-submit-button"],
|
|
99
|
-
"hideCardBillingForm": [4, "hide-card-billing-form"],
|
|
100
|
-
"hideBankAccountBillingForm": [4, "hide-bank-account-billing-form"],
|
|
101
|
-
"isLoading": [32],
|
|
102
|
-
"tokenizePaymentMethod": [64],
|
|
103
|
-
"fillBillingForm": [64],
|
|
104
|
-
"validate": [64]
|
|
105
|
-
}]);
|
|
106
|
-
function defineCustomElement$1() {
|
|
107
|
-
if (typeof customElements === "undefined") {
|
|
108
|
-
return;
|
|
109
|
-
}
|
|
110
|
-
const components = ["justifi-tokenize-payment-method", "bank-account-form", "card-form", "custom-popper", "form-control-checkbox", "form-control-help-text", "form-control-radio", "form-control-select", "form-control-text", "form-control-tooltip", "hidden-input", "iframe-input", "justifi-bank-account-billing-form-simple", "justifi-billing-form", "justifi-billing-form-full", "justifi-card-billing-form-simple", "justifi-new-payment-method", "justifi-payment-method-options", "justifi-save-new-payment-method", "justifi-saved-payment-method", "justifi-sezzle-payment-method"];
|
|
111
|
-
components.forEach(tagName => { switch (tagName) {
|
|
112
|
-
case "justifi-tokenize-payment-method":
|
|
113
|
-
if (!customElements.get(tagName)) {
|
|
114
|
-
customElements.define(tagName, TokenizePaymentMethod);
|
|
115
|
-
}
|
|
116
|
-
break;
|
|
117
|
-
case "bank-account-form":
|
|
118
|
-
if (!customElements.get(tagName)) {
|
|
119
|
-
defineCustomElement$l();
|
|
120
|
-
}
|
|
121
|
-
break;
|
|
122
|
-
case "card-form":
|
|
123
|
-
if (!customElements.get(tagName)) {
|
|
124
|
-
defineCustomElement$k();
|
|
125
|
-
}
|
|
126
|
-
break;
|
|
127
|
-
case "custom-popper":
|
|
128
|
-
if (!customElements.get(tagName)) {
|
|
129
|
-
defineCustomElement$j();
|
|
130
|
-
}
|
|
131
|
-
break;
|
|
132
|
-
case "form-control-checkbox":
|
|
133
|
-
if (!customElements.get(tagName)) {
|
|
134
|
-
defineCustomElement$i();
|
|
135
|
-
}
|
|
136
|
-
break;
|
|
137
|
-
case "form-control-help-text":
|
|
138
|
-
if (!customElements.get(tagName)) {
|
|
139
|
-
defineCustomElement$h();
|
|
140
|
-
}
|
|
141
|
-
break;
|
|
142
|
-
case "form-control-radio":
|
|
143
|
-
if (!customElements.get(tagName)) {
|
|
144
|
-
defineCustomElement$g();
|
|
145
|
-
}
|
|
146
|
-
break;
|
|
147
|
-
case "form-control-select":
|
|
148
|
-
if (!customElements.get(tagName)) {
|
|
149
|
-
defineCustomElement$f();
|
|
150
|
-
}
|
|
151
|
-
break;
|
|
152
|
-
case "form-control-text":
|
|
153
|
-
if (!customElements.get(tagName)) {
|
|
154
|
-
defineCustomElement$e();
|
|
155
|
-
}
|
|
156
|
-
break;
|
|
157
|
-
case "form-control-tooltip":
|
|
158
|
-
if (!customElements.get(tagName)) {
|
|
159
|
-
defineCustomElement$d();
|
|
160
|
-
}
|
|
161
|
-
break;
|
|
162
|
-
case "hidden-input":
|
|
163
|
-
if (!customElements.get(tagName)) {
|
|
164
|
-
defineCustomElement$c();
|
|
165
|
-
}
|
|
166
|
-
break;
|
|
167
|
-
case "iframe-input":
|
|
168
|
-
if (!customElements.get(tagName)) {
|
|
169
|
-
defineCustomElement$b();
|
|
170
|
-
}
|
|
171
|
-
break;
|
|
172
|
-
case "justifi-bank-account-billing-form-simple":
|
|
173
|
-
if (!customElements.get(tagName)) {
|
|
174
|
-
defineCustomElement$a();
|
|
175
|
-
}
|
|
176
|
-
break;
|
|
177
|
-
case "justifi-billing-form":
|
|
178
|
-
if (!customElements.get(tagName)) {
|
|
179
|
-
defineCustomElement$9();
|
|
180
|
-
}
|
|
181
|
-
break;
|
|
182
|
-
case "justifi-billing-form-full":
|
|
183
|
-
if (!customElements.get(tagName)) {
|
|
184
|
-
defineCustomElement$8();
|
|
185
|
-
}
|
|
186
|
-
break;
|
|
187
|
-
case "justifi-card-billing-form-simple":
|
|
188
|
-
if (!customElements.get(tagName)) {
|
|
189
|
-
defineCustomElement$7();
|
|
190
|
-
}
|
|
191
|
-
break;
|
|
192
|
-
case "justifi-new-payment-method":
|
|
193
|
-
if (!customElements.get(tagName)) {
|
|
194
|
-
defineCustomElement$6();
|
|
195
|
-
}
|
|
196
|
-
break;
|
|
197
|
-
case "justifi-payment-method-options":
|
|
198
|
-
if (!customElements.get(tagName)) {
|
|
199
|
-
defineCustomElement$5();
|
|
200
|
-
}
|
|
201
|
-
break;
|
|
202
|
-
case "justifi-save-new-payment-method":
|
|
203
|
-
if (!customElements.get(tagName)) {
|
|
204
|
-
defineCustomElement$4();
|
|
205
|
-
}
|
|
206
|
-
break;
|
|
207
|
-
case "justifi-saved-payment-method":
|
|
208
|
-
if (!customElements.get(tagName)) {
|
|
209
|
-
defineCustomElement$3();
|
|
210
|
-
}
|
|
211
|
-
break;
|
|
212
|
-
case "justifi-sezzle-payment-method":
|
|
213
|
-
if (!customElements.get(tagName)) {
|
|
214
|
-
defineCustomElement$2();
|
|
215
|
-
}
|
|
216
|
-
break;
|
|
217
|
-
} });
|
|
218
|
-
}
|
|
219
|
-
defineCustomElement$1();
|
|
1
|
+
import { T as TokenizePaymentMethod, d as defineCustomElement$1 } from './tokenize-payment-method.js';
|
|
220
2
|
|
|
221
3
|
const JustifiTokenizePaymentMethod = TokenizePaymentMethod;
|
|
222
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
|
|
2
|
-
import { C as ComponentErrorSeverity, a as ComponentErrorCodes } from './
|
|
2
|
+
import { C as ComponentErrorSeverity, a as ComponentErrorCodes } from './Refund.js';
|
|
3
3
|
import { m as makeGetBusiness, a as makePatchBusiness } from './payment-provisioning-actions.js';
|
|
4
4
|
import { B as BusinessService } from './business.service.js';
|
|
5
5
|
import { d as defineCustomElement$5 } from './custom-popper2.js';
|
|
@@ -45,7 +45,7 @@ const LegalAddressFormStep = /*@__PURE__*/ proxyCustomElement(class LegalAddress
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
render() {
|
|
48
|
-
return (h("justifi-legal-address-form-step-core", { key: '
|
|
48
|
+
return (h("justifi-legal-address-form-step-core", { key: 'bd286476461181f2e8a435a97bf148d55876b49c', getBusiness: this.getBusiness, patchBusiness: this.patchBusiness, allowOptionalFields: this.allowOptionalFields, ref: el => this.coreComponent = el }));
|
|
49
49
|
}
|
|
50
50
|
static get watchers() { return {
|
|
51
51
|
"authToken": ["propChanged"],
|
|
@@ -24,7 +24,7 @@ const LegalAddressForm = /*@__PURE__*/ proxyCustomElement(class LegalAddressForm
|
|
|
24
24
|
render() {
|
|
25
25
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
26
26
|
const legalAddressDefaultValue = this.formController.getInitialValues().legal_address;
|
|
27
|
-
return (h(Host, { key: '
|
|
27
|
+
return (h(Host, { key: '5b21d99717f9b24c0551c7a96acf68e53e7787bf' }, h("fieldset", { key: 'd63cbd20b2648405c50a819724e0f8cf556f7d26' }, h("legend", { key: 'c0acd14073f13f914015f40d39bf22fb58792434', part: heading2 }, "Business Legal Address"), h("div", { key: 'ee4cee6bd662816f822ee209aeda5e9664f6a64d', class: "row gy-3" }, h("div", { key: '86b258fd09e73cbd2475330419274732231f3871', class: "col-12" }, h("form-control-text", { key: '8d898a9ae448f07932afe2d8cfc2314b92d9c597', name: "line1", label: "Legal Address", inputHandler: this.inputHandler, defaultValue: legalAddressDefaultValue === null || legalAddressDefaultValue === void 0 ? void 0 : legalAddressDefaultValue.line1, errorText: (_b = (_a = this.errors) === null || _a === void 0 ? void 0 : _a.legal_address) === null || _b === void 0 ? void 0 : _b.line1 })), h("div", { key: '1a50c4b86a754035f71efacd39721219fcd54d60', class: "col-12" }, h("form-control-text", { key: '507b1451685e359a900f0bc7010ff39e3631daf2', name: "line2", label: "Address Line 2", inputHandler: this.inputHandler, defaultValue: legalAddressDefaultValue === null || legalAddressDefaultValue === void 0 ? void 0 : legalAddressDefaultValue.line2, errorText: (_d = (_c = this.errors) === null || _c === void 0 ? void 0 : _c.legal_address) === null || _d === void 0 ? void 0 : _d.line2 })), h("div", { key: '1446b4db5f86a3b18e3aceb78274ffe458dbd3db', class: "col-12" }, h("form-control-text", { key: 'e17e4bd95ad4290d18edde79cf05a6b3a105166c', name: "city", label: "City", inputHandler: this.inputHandler, defaultValue: legalAddressDefaultValue === null || legalAddressDefaultValue === void 0 ? void 0 : legalAddressDefaultValue.city, errorText: (_f = (_e = this.errors) === null || _e === void 0 ? void 0 : _e.legal_address) === null || _f === void 0 ? void 0 : _f.city })), h("div", { key: '9b880203bad9e104e6d1299ff73c83cba46ab563', class: "col-12" }, h("form-control-select", { key: '24e4df10f688c9a1b5f2af5217f03919bf7abec7', name: "state", label: "State", options: StateOptions, inputHandler: this.inputHandler, defaultValue: legalAddressDefaultValue === null || legalAddressDefaultValue === void 0 ? void 0 : legalAddressDefaultValue.state, errorText: (_h = (_g = this.errors) === null || _g === void 0 ? void 0 : _g.legal_address) === null || _h === void 0 ? void 0 : _h.state })), h("div", { key: '71f21b19602c268e3b6a839ce41ff9d4f8ffb8c4', class: "col-12" }, h("form-control-text", { key: 'ca71d3e21c5a0aea5367fa28ec1a2422ba9b1cf3', name: "postal_code", label: "Postal Code", inputHandler: this.inputHandler, defaultValue: legalAddressDefaultValue === null || legalAddressDefaultValue === void 0 ? void 0 : legalAddressDefaultValue.postal_code, errorText: (_k = (_j = this.errors) === null || _j === void 0 ? void 0 : _j.legal_address) === null || _k === void 0 ? void 0 : _k.postal_code, maxLength: 5, keyDownHandler: numberOnlyHandler })), h("div", { key: 'aaee0bf6a24ba182e002c1ffb49736fb622cde1f', class: "col-12" }, h("form-control-select", { key: '2b6486771818e584dcc195c304e5a6e16850b4a9', name: "country", label: "Country", options: [{ label: 'United States', value: 'USA' }], inputHandler: this.inputHandler, defaultValue: legalAddressDefaultValue === null || legalAddressDefaultValue === void 0 ? void 0 : legalAddressDefaultValue.country, errorText: (_m = (_l = this.errors) === null || _l === void 0 ? void 0 : _l.legal_address) === null || _m === void 0 ? void 0 : _m.country,
|
|
28
28
|
// just for now so we skip handling country specificities
|
|
29
29
|
disabled: true }))))));
|
|
30
30
|
}
|
|
@@ -0,0 +1,406 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
|
|
2
|
+
import { c as checkoutStore, o as onAnyChange, g as getAvailablePaymentMethodTypes } from './checkout.store.js';
|
|
3
|
+
import { J as JustifiAnalytics, c as checkPkgVersion } from './Analytics.js';
|
|
4
|
+
import './config-state.js';
|
|
5
|
+
import './dinero.js';
|
|
6
|
+
import { C as ComponentErrorSeverity, P as PaymentMethodTypes, a as ComponentErrorCodes, d as ComponentErrorMessages, I as ICheckoutStatus } from './Refund.js';
|
|
7
|
+
import './Pagination.js';
|
|
8
|
+
import './Business.js';
|
|
9
|
+
import { g as getErrorCode, a as getErrorMessage } from './utils4.js';
|
|
10
|
+
import { C as CheckoutService } from './checkout.service.js';
|
|
11
|
+
import { i as insuranceValuesOn, h as hasInsuranceValueChanged, a as insuranceValues } from './insurance-state.js';
|
|
12
|
+
import { b as PAYMENT_MODE } from './ModularCheckout.js';
|
|
13
|
+
|
|
14
|
+
const makeGetCheckout = ({ authToken, checkoutId, service }) => async ({ onSuccess, onError }) => {
|
|
15
|
+
var _a;
|
|
16
|
+
try {
|
|
17
|
+
const response = await service.fetchCheckout(authToken, checkoutId);
|
|
18
|
+
if (!response.error) {
|
|
19
|
+
const checkout = response.data;
|
|
20
|
+
onSuccess({ checkout });
|
|
21
|
+
}
|
|
22
|
+
else {
|
|
23
|
+
const responseError = getErrorMessage(response.error);
|
|
24
|
+
const code = getErrorCode((_a = response.error) === null || _a === void 0 ? void 0 : _a.code);
|
|
25
|
+
return onError({
|
|
26
|
+
error: responseError,
|
|
27
|
+
code,
|
|
28
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
catch (error) {
|
|
33
|
+
const code = getErrorCode(error === null || error === void 0 ? void 0 : error.code);
|
|
34
|
+
return onError({
|
|
35
|
+
error: error.message || error,
|
|
36
|
+
code,
|
|
37
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
const makeCheckoutComplete = ({ authToken, checkoutId, service }) => async ({ payment, onSuccess, onError }) => {
|
|
42
|
+
var _a;
|
|
43
|
+
try {
|
|
44
|
+
const response = await service.complete(authToken, checkoutId, payment);
|
|
45
|
+
if (!response.error) {
|
|
46
|
+
const checkout = response.data;
|
|
47
|
+
onSuccess({ checkout });
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
const responseError = getErrorMessage(response.error);
|
|
51
|
+
const code = getErrorCode((_a = response.error) === null || _a === void 0 ? void 0 : _a.code);
|
|
52
|
+
return onError({
|
|
53
|
+
error: responseError,
|
|
54
|
+
code,
|
|
55
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
catch (error) {
|
|
60
|
+
const code = getErrorCode(error === null || error === void 0 ? void 0 : error.code);
|
|
61
|
+
return onError({
|
|
62
|
+
error: error.message || error,
|
|
63
|
+
code,
|
|
64
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
const ModularCheckout = /*@__PURE__*/ proxyCustomElement(class ModularCheckout extends HTMLElement {
|
|
70
|
+
constructor() {
|
|
71
|
+
super();
|
|
72
|
+
this.__registerHost();
|
|
73
|
+
this.errorEvent = createEvent(this, "error-event", 7);
|
|
74
|
+
this.submitEvent = createEvent(this, "submit-event", 7);
|
|
75
|
+
this.checkoutChangedEvent = createEvent(this, "checkout-changed", 7);
|
|
76
|
+
this.savePaymentMethod = false;
|
|
77
|
+
this.handleApplePayCompleted = (event) => {
|
|
78
|
+
const { success, token, paymentMethodId, error } = event.detail;
|
|
79
|
+
if (success && token) {
|
|
80
|
+
checkoutStore.paymentToken = paymentMethodId;
|
|
81
|
+
checkoutStore.selectedPaymentMethod = { type: PaymentMethodTypes.applePay };
|
|
82
|
+
this.submitCheckout();
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
console.error("Apple Pay completed but failed:", error);
|
|
86
|
+
this.errorEvent.emit({
|
|
87
|
+
message: (error === null || error === void 0 ? void 0 : error.message) || "Apple Pay payment failed",
|
|
88
|
+
errorCode: ComponentErrorCodes.TOKENIZE_ERROR,
|
|
89
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
};
|
|
93
|
+
this.handleApplePayError = (event) => {
|
|
94
|
+
const { error } = event.detail;
|
|
95
|
+
console.error("Apple Pay error:", error);
|
|
96
|
+
this.errorEvent.emit({
|
|
97
|
+
message: error || "Apple Pay error occurred",
|
|
98
|
+
errorCode: ComponentErrorCodes.TOKENIZE_ERROR,
|
|
99
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
100
|
+
});
|
|
101
|
+
};
|
|
102
|
+
this.handleApplePayCancelled = () => {
|
|
103
|
+
checkoutStore.paymentToken = undefined;
|
|
104
|
+
checkoutStore.selectedPaymentMethod = undefined;
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
savePaymentMethodChanged(newValue) {
|
|
108
|
+
checkoutStore.savePaymentMethod = newValue;
|
|
109
|
+
}
|
|
110
|
+
connectedCallback() {
|
|
111
|
+
this.observer = new MutationObserver(() => {
|
|
112
|
+
this.queryFormRefs();
|
|
113
|
+
this.setupApplePayListeners(); // set up again listeners when DOM changes
|
|
114
|
+
});
|
|
115
|
+
this.observer.observe(this.hostEl, {
|
|
116
|
+
childList: true,
|
|
117
|
+
subtree: true,
|
|
118
|
+
});
|
|
119
|
+
checkoutStore.checkoutId = this.checkoutId;
|
|
120
|
+
const config = {
|
|
121
|
+
authToken: this.authToken,
|
|
122
|
+
checkoutId: this.checkoutId,
|
|
123
|
+
service: new CheckoutService(),
|
|
124
|
+
};
|
|
125
|
+
this.getCheckout = makeGetCheckout(config);
|
|
126
|
+
this.completeCheckout = makeCheckoutComplete(config);
|
|
127
|
+
// Emit checkout-changed whenever any store key changes
|
|
128
|
+
onAnyChange(() => {
|
|
129
|
+
this.emitCheckoutChanged();
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
componentWillLoad() {
|
|
133
|
+
this.analytics = new JustifiAnalytics(this);
|
|
134
|
+
checkPkgVersion();
|
|
135
|
+
checkoutStore.authToken = this.authToken;
|
|
136
|
+
checkoutStore.savePaymentMethod = this.savePaymentMethod;
|
|
137
|
+
this.fetchCheckout();
|
|
138
|
+
// Refresh the checkout data when insurance values actually change (not on initial load)
|
|
139
|
+
insuranceValuesOn("set", (key) => {
|
|
140
|
+
const value = insuranceValues[key];
|
|
141
|
+
if (value !== undefined && hasInsuranceValueChanged(key, value)) {
|
|
142
|
+
this.fetchCheckout();
|
|
143
|
+
}
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
componentDidLoad() {
|
|
147
|
+
this.queryFormRefs();
|
|
148
|
+
this.setupApplePayListeners();
|
|
149
|
+
}
|
|
150
|
+
disconnectedCallback() {
|
|
151
|
+
var _a;
|
|
152
|
+
(_a = this.observer) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
153
|
+
this.removeApplePayListeners();
|
|
154
|
+
}
|
|
155
|
+
fetchCheckout() {
|
|
156
|
+
if (!this.authToken || !this.checkoutId) {
|
|
157
|
+
this.errorEvent.emit({
|
|
158
|
+
message: ComponentErrorMessages.NOT_AUTHENTICATED,
|
|
159
|
+
errorCode: ComponentErrorCodes.NOT_AUTHENTICATED,
|
|
160
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
161
|
+
});
|
|
162
|
+
return;
|
|
163
|
+
}
|
|
164
|
+
if (this.getCheckout) {
|
|
165
|
+
this.getCheckout({
|
|
166
|
+
onSuccess: ({ checkout }) => {
|
|
167
|
+
this.updateStore(checkout);
|
|
168
|
+
if (checkout.status === ICheckoutStatus.completed) {
|
|
169
|
+
this.errorEvent.emit({
|
|
170
|
+
message: ComponentErrorMessages.CHECKOUT_ALREADY_COMPLETED,
|
|
171
|
+
errorCode: ComponentErrorCodes.CHECKOUT_ALREADY_COMPLETED,
|
|
172
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
173
|
+
});
|
|
174
|
+
return;
|
|
175
|
+
}
|
|
176
|
+
else if (checkout.status === ICheckoutStatus.expired) {
|
|
177
|
+
this.errorEvent.emit({
|
|
178
|
+
message: ComponentErrorMessages.CHECKOUT_EXPIRED,
|
|
179
|
+
errorCode: ComponentErrorCodes.CHECKOUT_EXPIRED,
|
|
180
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
181
|
+
});
|
|
182
|
+
return;
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
onError: (error) => {
|
|
186
|
+
this.errorEvent.emit({
|
|
187
|
+
message: error.message,
|
|
188
|
+
errorCode: ComponentErrorCodes.FETCH_ERROR,
|
|
189
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
190
|
+
});
|
|
191
|
+
},
|
|
192
|
+
});
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
updateStore(checkout) {
|
|
196
|
+
var _a, _b, _c, _d, _e;
|
|
197
|
+
checkoutStore.accountId = checkout.account_id;
|
|
198
|
+
checkoutStore.paymentMethods = checkout.payment_methods;
|
|
199
|
+
checkoutStore.paymentMethodGroupId = checkout.payment_method_group_id;
|
|
200
|
+
checkoutStore.paymentDescription = checkout.payment_description;
|
|
201
|
+
checkoutStore.totalAmount = checkout.total_amount;
|
|
202
|
+
checkoutStore.paymentAmount = checkout.payment_amount;
|
|
203
|
+
checkoutStore.bnplEnabled = checkout.payment_settings.bnpl_payments;
|
|
204
|
+
checkoutStore.insuranceEnabled = checkout.payment_settings.insurance_payments;
|
|
205
|
+
checkoutStore.bankAccountVerification = (_a = checkout.payment_settings) === null || _a === void 0 ? void 0 : _a.bank_account_verification;
|
|
206
|
+
checkoutStore.bnplProviderClientId = (_b = checkout === null || checkout === void 0 ? void 0 : checkout.bnpl) === null || _b === void 0 ? void 0 : _b.provider_client_id;
|
|
207
|
+
checkoutStore.bnplProviderMode = (_c = checkout === null || checkout === void 0 ? void 0 : checkout.bnpl) === null || _c === void 0 ? void 0 : _c.provider_mode;
|
|
208
|
+
checkoutStore.bnplProviderApiVersion = (_d = checkout === null || checkout === void 0 ? void 0 : checkout.bnpl) === null || _d === void 0 ? void 0 : _d.provider_api_version;
|
|
209
|
+
checkoutStore.bnplProviderCheckoutUrl =
|
|
210
|
+
(_e = checkout === null || checkout === void 0 ? void 0 : checkout.bnpl) === null || _e === void 0 ? void 0 : _e.provider_checkout_url;
|
|
211
|
+
}
|
|
212
|
+
emitCheckoutChanged() {
|
|
213
|
+
const detail = {
|
|
214
|
+
availablePaymentMethodTypes: getAvailablePaymentMethodTypes(),
|
|
215
|
+
selectedPaymentMethod: checkoutStore.selectedPaymentMethod,
|
|
216
|
+
savedPaymentMethods: checkoutStore.paymentMethods,
|
|
217
|
+
};
|
|
218
|
+
this.checkoutChangedEvent.emit(detail);
|
|
219
|
+
}
|
|
220
|
+
queryFormRefs() {
|
|
221
|
+
this.billingFormRef = this.hostEl.querySelector("justifi-billing-form, justifi-bank-account-billing-form-simple, justifi-card-billing-form-simple, justifi-billing-form-full");
|
|
222
|
+
this.applePayRef = this.hostEl.querySelector("justifi-apple-pay");
|
|
223
|
+
this.paymentMethodFormRef =
|
|
224
|
+
this.hostEl.querySelector('justifi-card-form, justifi-bank-account-form, justifi-tokenize-payment-method');
|
|
225
|
+
this.insuranceFormRef = this.hostEl.querySelector('justifi-season-interruption-insurance');
|
|
226
|
+
}
|
|
227
|
+
setupApplePayListeners() {
|
|
228
|
+
if (this.applePayRef) {
|
|
229
|
+
this.applePayRef.addEventListener("applePayCompleted", this.handleApplePayCompleted);
|
|
230
|
+
this.applePayRef.addEventListener("applePayError", this.handleApplePayError);
|
|
231
|
+
this.applePayRef.addEventListener("applePayCancelled", this.handleApplePayCancelled);
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
removeApplePayListeners() {
|
|
235
|
+
if (this.applePayRef) {
|
|
236
|
+
this.applePayRef.removeEventListener("applePayCompleted", this.handleApplePayCompleted);
|
|
237
|
+
this.applePayRef.removeEventListener("applePayError", this.handleApplePayError);
|
|
238
|
+
this.applePayRef.removeEventListener("applePayCancelled", this.handleApplePayCancelled);
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
async tokenizePaymentMethod(tokenizeArgs) {
|
|
242
|
+
var _a, _b, _c;
|
|
243
|
+
const billingInfoValues = (_b = (await ((_a = this.billingFormRef) === null || _a === void 0 ? void 0 : _a.getValues()))) !== null && _b !== void 0 ? _b : {};
|
|
244
|
+
const combinedBillingInfo = Object.assign(Object.assign({}, tokenizeArgs), billingInfoValues);
|
|
245
|
+
const paymentMethodMetadata = Object.assign({ accountId: checkoutStore.accountId, payment_method_group_id: undefined }, combinedBillingInfo);
|
|
246
|
+
if (checkoutStore.savePaymentMethod) {
|
|
247
|
+
paymentMethodMetadata.payment_method_group_id =
|
|
248
|
+
checkoutStore.paymentMethodGroupId;
|
|
249
|
+
}
|
|
250
|
+
const tokenizeResult = await ((_c = this.paymentMethodFormRef) === null || _c === void 0 ? void 0 : _c.tokenize({
|
|
251
|
+
clientId: this.authToken,
|
|
252
|
+
paymentMethodMetadata,
|
|
253
|
+
account: checkoutStore.accountId,
|
|
254
|
+
}));
|
|
255
|
+
if (tokenizeResult.error) {
|
|
256
|
+
return tokenizeResult;
|
|
257
|
+
}
|
|
258
|
+
checkoutStore.paymentToken = tokenizeResult.id;
|
|
259
|
+
return tokenizeResult.id;
|
|
260
|
+
}
|
|
261
|
+
// set the selected payment method to the checkout store from outside the component
|
|
262
|
+
async setSelectedPaymentMethod(paymentMethod) {
|
|
263
|
+
checkoutStore.selectedPaymentMethod = paymentMethod;
|
|
264
|
+
}
|
|
265
|
+
// getAvailablePaymentMethods removed in favor of checkout-changed event
|
|
266
|
+
// if validation fails, the error will be emitted by the component
|
|
267
|
+
async validate() {
|
|
268
|
+
const promises = [];
|
|
269
|
+
if (checkoutStore.insuranceEnabled && this.insuranceFormRef) {
|
|
270
|
+
promises.push(this.insuranceFormRef.validate());
|
|
271
|
+
}
|
|
272
|
+
const isNewCard = checkoutStore.selectedPaymentMethod.type === PaymentMethodTypes.card && checkoutStore.selectedPaymentMethod.id === undefined;
|
|
273
|
+
const isNewBankAccount = checkoutStore.selectedPaymentMethod.type === PaymentMethodTypes.bankAccount && checkoutStore.selectedPaymentMethod.id === undefined;
|
|
274
|
+
// For new card/bank account, validate payment method + billing.
|
|
275
|
+
if (isNewCard ||
|
|
276
|
+
isNewBankAccount) {
|
|
277
|
+
if (this.paymentMethodFormRef)
|
|
278
|
+
promises.push(this.paymentMethodFormRef.validate());
|
|
279
|
+
if (this.billingFormRef)
|
|
280
|
+
promises.push(this.billingFormRef.validate());
|
|
281
|
+
}
|
|
282
|
+
if (promises.length === 0)
|
|
283
|
+
return true;
|
|
284
|
+
try {
|
|
285
|
+
const results = await Promise.all(promises);
|
|
286
|
+
// Normalize different validator return shapes:
|
|
287
|
+
// - boolean -> use it directly
|
|
288
|
+
// - object -> look for isValid; treat missing isValid as falsey only if explicitly false
|
|
289
|
+
const resultsAreValid = results.every(r => typeof r === 'boolean' ? r : (r === null || r === void 0 ? void 0 : r.isValid) !== false);
|
|
290
|
+
if (!resultsAreValid) {
|
|
291
|
+
this.errorEvent.emit({
|
|
292
|
+
message: 'Validation error',
|
|
293
|
+
errorCode: ComponentErrorCodes.VALIDATION_ERROR,
|
|
294
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
295
|
+
});
|
|
296
|
+
return false;
|
|
297
|
+
}
|
|
298
|
+
return true;
|
|
299
|
+
}
|
|
300
|
+
catch (_a) {
|
|
301
|
+
// If any validator throws/rejects, consider the whole validation failed.
|
|
302
|
+
return false;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
async submitCheckout(submitCheckoutArgs) {
|
|
306
|
+
const isValid = await this.validate();
|
|
307
|
+
const isNewCard = checkoutStore.selectedPaymentMethod.type === PaymentMethodTypes.card &&
|
|
308
|
+
checkoutStore.selectedPaymentMethod.id === undefined;
|
|
309
|
+
const isNewBankAccount = checkoutStore.selectedPaymentMethod.type === PaymentMethodTypes.bankAccount &&
|
|
310
|
+
checkoutStore.selectedPaymentMethod.id === undefined;
|
|
311
|
+
const shouldTokenize = isNewCard || isNewBankAccount;
|
|
312
|
+
if (shouldTokenize) {
|
|
313
|
+
const tokenizeResult = await this.tokenizePaymentMethod(submitCheckoutArgs);
|
|
314
|
+
if (tokenizeResult === null || tokenizeResult === void 0 ? void 0 : tokenizeResult.error) {
|
|
315
|
+
this.errorEvent.emit({
|
|
316
|
+
message: tokenizeResult.error.message,
|
|
317
|
+
errorCode: ComponentErrorCodes.TOKENIZE_ERROR,
|
|
318
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
319
|
+
});
|
|
320
|
+
return;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
if (!isValid) {
|
|
324
|
+
this.errorEvent.emit({
|
|
325
|
+
message: "Please fill in all required fields.",
|
|
326
|
+
errorCode: ComponentErrorCodes.VALIDATION_ERROR,
|
|
327
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
328
|
+
});
|
|
329
|
+
return;
|
|
330
|
+
}
|
|
331
|
+
if (!checkoutStore.paymentToken) {
|
|
332
|
+
this.errorEvent.emit({
|
|
333
|
+
message: 'Payment token not found.',
|
|
334
|
+
errorCode: ComponentErrorCodes.TOKENIZE_ERROR,
|
|
335
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
336
|
+
});
|
|
337
|
+
}
|
|
338
|
+
let payment;
|
|
339
|
+
const mapTypeToPaymentMode = (type) => {
|
|
340
|
+
switch (type) {
|
|
341
|
+
case PaymentMethodTypes.card:
|
|
342
|
+
case PaymentMethodTypes.bankAccount:
|
|
343
|
+
case PaymentMethodTypes.plaid:
|
|
344
|
+
return PAYMENT_MODE.ECOM;
|
|
345
|
+
case PaymentMethodTypes.sezzle:
|
|
346
|
+
return PAYMENT_MODE.BNPL;
|
|
347
|
+
case PaymentMethodTypes.applePay:
|
|
348
|
+
return PAYMENT_MODE.APPLE_PAY;
|
|
349
|
+
default:
|
|
350
|
+
return undefined;
|
|
351
|
+
}
|
|
352
|
+
};
|
|
353
|
+
payment = {
|
|
354
|
+
payment_mode: mapTypeToPaymentMode(checkoutStore.selectedPaymentMethod.type),
|
|
355
|
+
payment_token: checkoutStore.paymentToken,
|
|
356
|
+
};
|
|
357
|
+
this.completeCheckout({
|
|
358
|
+
payment,
|
|
359
|
+
onSuccess: ({ checkout }) => {
|
|
360
|
+
this.submitEvent.emit({
|
|
361
|
+
checkout,
|
|
362
|
+
message: "Checkout completed successfully",
|
|
363
|
+
});
|
|
364
|
+
},
|
|
365
|
+
onError: (error) => {
|
|
366
|
+
this.errorEvent.emit({
|
|
367
|
+
message: error.message,
|
|
368
|
+
errorCode: ComponentErrorCodes.COMPLETE_CHECKOUT_ERROR,
|
|
369
|
+
severity: ComponentErrorSeverity.ERROR,
|
|
370
|
+
});
|
|
371
|
+
},
|
|
372
|
+
});
|
|
373
|
+
}
|
|
374
|
+
render() {
|
|
375
|
+
return h(Host, { key: '4df5d1aa50fbeee7da93f8e19e45f6907b6ae2c7' });
|
|
376
|
+
}
|
|
377
|
+
get hostEl() { return this; }
|
|
378
|
+
static get watchers() { return {
|
|
379
|
+
"savePaymentMethod": ["savePaymentMethodChanged"]
|
|
380
|
+
}; }
|
|
381
|
+
}, [256, "justifi-modular-checkout", {
|
|
382
|
+
"authToken": [1, "auth-token"],
|
|
383
|
+
"checkoutId": [1, "checkout-id"],
|
|
384
|
+
"savePaymentMethod": [4, "save-payment-method"],
|
|
385
|
+
"setSelectedPaymentMethod": [64],
|
|
386
|
+
"validate": [64],
|
|
387
|
+
"submitCheckout": [64]
|
|
388
|
+
}, undefined, {
|
|
389
|
+
"savePaymentMethod": ["savePaymentMethodChanged"]
|
|
390
|
+
}]);
|
|
391
|
+
function defineCustomElement() {
|
|
392
|
+
if (typeof customElements === "undefined") {
|
|
393
|
+
return;
|
|
394
|
+
}
|
|
395
|
+
const components = ["justifi-modular-checkout"];
|
|
396
|
+
components.forEach(tagName => { switch (tagName) {
|
|
397
|
+
case "justifi-modular-checkout":
|
|
398
|
+
if (!customElements.get(tagName)) {
|
|
399
|
+
customElements.define(tagName, ModularCheckout);
|
|
400
|
+
}
|
|
401
|
+
break;
|
|
402
|
+
} });
|
|
403
|
+
}
|
|
404
|
+
defineCustomElement();
|
|
405
|
+
|
|
406
|
+
export { ModularCheckout as M, defineCustomElement as d };
|