@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,149 +0,0 @@
|
|
|
1
|
-
import { f as formatCurrency } from './utils-CKEiU2Q5.js';
|
|
2
|
-
import { D as DisputeStatus } from './Dispute-7MWRbTXI.js';
|
|
3
|
-
|
|
4
|
-
var CaptureStrategy;
|
|
5
|
-
(function (CaptureStrategy) {
|
|
6
|
-
CaptureStrategy["automatic"] = "automatic";
|
|
7
|
-
CaptureStrategy["manual"] = "manual";
|
|
8
|
-
})(CaptureStrategy || (CaptureStrategy = {}));
|
|
9
|
-
var PaymentMethodTypes;
|
|
10
|
-
(function (PaymentMethodTypes) {
|
|
11
|
-
PaymentMethodTypes["card"] = "card";
|
|
12
|
-
PaymentMethodTypes["bankAccount"] = "bankAccount";
|
|
13
|
-
PaymentMethodTypes["sezzle"] = "sezzle";
|
|
14
|
-
PaymentMethodTypes["saved"] = "saved";
|
|
15
|
-
})(PaymentMethodTypes || (PaymentMethodTypes = {}));
|
|
16
|
-
var PaymentTypes;
|
|
17
|
-
(function (PaymentTypes) {
|
|
18
|
-
PaymentTypes["card"] = "Card";
|
|
19
|
-
PaymentTypes["bankAccount"] = "ACH";
|
|
20
|
-
PaymentTypes["unknown"] = "Unknown";
|
|
21
|
-
})(PaymentTypes || (PaymentTypes = {}));
|
|
22
|
-
var PaymentStatuses;
|
|
23
|
-
(function (PaymentStatuses) {
|
|
24
|
-
PaymentStatuses["pending"] = "pending";
|
|
25
|
-
PaymentStatuses["automatic"] = "automatic";
|
|
26
|
-
PaymentStatuses["authorized"] = "authorized";
|
|
27
|
-
PaymentStatuses["succeeded"] = "succeeded";
|
|
28
|
-
PaymentStatuses["failed"] = "failed";
|
|
29
|
-
PaymentStatuses["canceled"] = "canceled";
|
|
30
|
-
PaymentStatuses["disputed"] = "disputed";
|
|
31
|
-
PaymentStatuses["fully_refunded"] = "fully_refunded";
|
|
32
|
-
PaymentStatuses["partially_refunded"] = "partially_refunded";
|
|
33
|
-
})(PaymentStatuses || (PaymentStatuses = {}));
|
|
34
|
-
var CurrencyTypes;
|
|
35
|
-
(function (CurrencyTypes) {
|
|
36
|
-
CurrencyTypes["usd"] = "usd";
|
|
37
|
-
CurrencyTypes["cad"] = "cad";
|
|
38
|
-
})(CurrencyTypes || (CurrencyTypes = {}));
|
|
39
|
-
class PaymentMethod {
|
|
40
|
-
constructor(paymentMethod) {
|
|
41
|
-
this.card = paymentMethod.card ? new Card(paymentMethod.card) : undefined;
|
|
42
|
-
this.bank_account = paymentMethod.bank_account
|
|
43
|
-
? new BankAccount(paymentMethod.bank_account)
|
|
44
|
-
: undefined;
|
|
45
|
-
}
|
|
46
|
-
get payersName() {
|
|
47
|
-
if (this.card) {
|
|
48
|
-
return this.card.name;
|
|
49
|
-
}
|
|
50
|
-
else if (this.bank_account) {
|
|
51
|
-
return this.bank_account.name;
|
|
52
|
-
}
|
|
53
|
-
return null;
|
|
54
|
-
}
|
|
55
|
-
get lastFourDigits() {
|
|
56
|
-
if (this.card) {
|
|
57
|
-
return `**** ${this.card.acct_last_four}`;
|
|
58
|
-
}
|
|
59
|
-
else if (this.bank_account) {
|
|
60
|
-
return `**** ${this.bank_account.acct_last_four}`;
|
|
61
|
-
}
|
|
62
|
-
return null;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
class BankAccount {
|
|
66
|
-
constructor(bankAccount) {
|
|
67
|
-
this.id = bankAccount.id;
|
|
68
|
-
this.acct_last_four = bankAccount.acct_last_four;
|
|
69
|
-
this.name = bankAccount.name;
|
|
70
|
-
this.brand = bankAccount.brand;
|
|
71
|
-
this.token = bankAccount.token;
|
|
72
|
-
this.created_at = bankAccount.created_at;
|
|
73
|
-
this.updated_at = bankAccount.updated_at;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
class Card {
|
|
77
|
-
constructor(card) {
|
|
78
|
-
this.id = card.id || '';
|
|
79
|
-
this.acct_last_four = card.acct_last_four;
|
|
80
|
-
this.name = card.name;
|
|
81
|
-
this.brand = card.brand;
|
|
82
|
-
this.token = card.token;
|
|
83
|
-
this.created_at = card.created_at;
|
|
84
|
-
this.updated_at = card.updated_at;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
class Payment {
|
|
88
|
-
constructor(payment) {
|
|
89
|
-
this.id = payment.id;
|
|
90
|
-
this.account_id = payment.account_id;
|
|
91
|
-
this.currency = payment.currency;
|
|
92
|
-
this.amount = payment.amount;
|
|
93
|
-
this.amount_disputed = payment.amount_disputed;
|
|
94
|
-
this.amount_refundable = payment.amount_refundable;
|
|
95
|
-
this.amount_refunded = payment.amount_refunded;
|
|
96
|
-
this.balance = payment.balance;
|
|
97
|
-
this.captured = payment.captured;
|
|
98
|
-
this.capture_strategy = payment.capture_strategy;
|
|
99
|
-
this.description = payment.description;
|
|
100
|
-
this.disputed = payment.disputed;
|
|
101
|
-
this.disputes = payment.disputes;
|
|
102
|
-
this.error_code = payment.error_code;
|
|
103
|
-
this.error_description = payment.error_description;
|
|
104
|
-
this.expedited = payment.expedited;
|
|
105
|
-
this.fee_amount = payment.fee_amount;
|
|
106
|
-
this.is_test = payment.is_test;
|
|
107
|
-
this.metadata = payment.metadata;
|
|
108
|
-
this.payment_method = new PaymentMethod(payment.payment_method);
|
|
109
|
-
this.payment_intent_id = payment.payment_intent_id;
|
|
110
|
-
this.refunded = payment.refunded;
|
|
111
|
-
this.status = payment.status;
|
|
112
|
-
this.created_at = payment.created_at;
|
|
113
|
-
this.updated_at = payment.updated_at;
|
|
114
|
-
}
|
|
115
|
-
get disputedStatus() {
|
|
116
|
-
const lost = this.disputes.some((dispute) => dispute.status === DisputeStatus.lost);
|
|
117
|
-
// if a dispute is 'won', we don't show a dispute status, just general status
|
|
118
|
-
// TODO: update this logic to work with new DisputeStatus enum
|
|
119
|
-
// (cast 'open' as DisputeStatus in the meantime to keep existing functionality)
|
|
120
|
-
if (!this.disputed) {
|
|
121
|
-
return null;
|
|
122
|
-
}
|
|
123
|
-
else if (lost) {
|
|
124
|
-
return DisputeStatus.lost;
|
|
125
|
-
}
|
|
126
|
-
else {
|
|
127
|
-
return 'open';
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
get payment_type() {
|
|
131
|
-
if (this.payment_method) {
|
|
132
|
-
return this.payment_method.card ? PaymentTypes.card : PaymentTypes.bankAccount;
|
|
133
|
-
}
|
|
134
|
-
else {
|
|
135
|
-
return PaymentTypes.unknown;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
get payers_name() {
|
|
139
|
-
return this.payment_method.payersName;
|
|
140
|
-
}
|
|
141
|
-
get last_four_digits() {
|
|
142
|
-
return this.payment_method.lastFourDigits;
|
|
143
|
-
}
|
|
144
|
-
formattedPaymentAmount(amount) {
|
|
145
|
-
return formatCurrency(amount, this.currency);
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
export { Payment as P, PaymentMethodTypes as a };
|
|
@@ -1,534 +0,0 @@
|
|
|
1
|
-
import { h, r as registerInstance, H as Host, c as createEvent } from './index-Bn7inNWG.js';
|
|
2
|
-
import { S as Skeleton } from './skeleton-DK6mW457.js';
|
|
3
|
-
import { w as waitForConfig, c as configState } from './config-state-DZeVYerv.js';
|
|
4
|
-
import { n as generateTabId, o as snakeToCamel, f as formatCurrency } from './utils-CKEiU2Q5.js';
|
|
5
|
-
import { a as iframeInputStylesSet } from './iframe-input-styles-state-Cqb62KAu.js';
|
|
6
|
-
import { i as inputInvalidAndFocused, b as inputInvalid, a as inputFocused, c as input, ay as radioListItem } from './parts-CVGBVdVC.js';
|
|
7
|
-
import { a as PaymentMethodTypes } from './Payment-DrCqUoz-.js';
|
|
8
|
-
import './index-B_KxSZIF.js';
|
|
9
|
-
import './Dispute-7MWRbTXI.js';
|
|
10
|
-
|
|
11
|
-
const BankAccountFormSkeleton = (props) => {
|
|
12
|
-
const { isReady } = props;
|
|
13
|
-
if (isReady) {
|
|
14
|
-
return null;
|
|
15
|
-
}
|
|
16
|
-
return (h("div", { class: "container-fluid p-0" },
|
|
17
|
-
h("div", { class: "row mb-3" },
|
|
18
|
-
h("div", { class: "col-12 align-content-end" },
|
|
19
|
-
h(Skeleton, { height: "18px", width: "120px" }),
|
|
20
|
-
h(Skeleton, { height: "36px" }))),
|
|
21
|
-
h("div", { class: "row" },
|
|
22
|
-
h("div", { class: "col-12 align-content-end" },
|
|
23
|
-
h(Skeleton, { height: "18px", width: "110px" }),
|
|
24
|
-
h(Skeleton, { height: "36px" })))));
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
const BankAccountForm = class {
|
|
28
|
-
constructor(hostRef) {
|
|
29
|
-
registerInstance(this, hostRef);
|
|
30
|
-
this.isReady = false;
|
|
31
|
-
}
|
|
32
|
-
async componentWillLoad() {
|
|
33
|
-
await waitForConfig();
|
|
34
|
-
this.iframeOrigin = configState.iframeOrigin;
|
|
35
|
-
this.tabId = generateTabId();
|
|
36
|
-
}
|
|
37
|
-
componentDidRender() {
|
|
38
|
-
const elements = [
|
|
39
|
-
this.accountNumberIframeElement,
|
|
40
|
-
this.routingNumberIframeElement,
|
|
41
|
-
];
|
|
42
|
-
Promise.all(elements.map((element) => {
|
|
43
|
-
return new Promise((resolve) => {
|
|
44
|
-
element.addEventListener('iframeLoaded', () => { resolve(); });
|
|
45
|
-
});
|
|
46
|
-
})).then(() => {
|
|
47
|
-
this.isReady = true;
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
async validate() {
|
|
51
|
-
const accountNumberIsValid = await this.accountNumberIframeElement.validate();
|
|
52
|
-
const routingNumberIsValid = await this.routingNumberIframeElement.validate();
|
|
53
|
-
return accountNumberIsValid && routingNumberIsValid;
|
|
54
|
-
}
|
|
55
|
-
async tokenize(clientId, paymentMethodMetadata, account) {
|
|
56
|
-
return this.accountNumberIframeElement.tokenize(clientId, paymentMethodMetadata, account);
|
|
57
|
-
}
|
|
58
|
-
render() {
|
|
59
|
-
return (h(Host, { key: '7ee7c6e3c26ab1a90bdbf7215fe13f65aade1025' }, h(BankAccountFormSkeleton, { key: 'e4afc94a21b041972d031cfce88a102f763932d1', isReady: this.isReady }), h("div", { key: '8980e0dc0048dbd9cd93a4f93fab8c4cbfeef611', class: "container-fluid p-0", style: {
|
|
60
|
-
opacity: this.isReady ? '1' : '0',
|
|
61
|
-
height: this.isReady ? 'auto' : '0',
|
|
62
|
-
} }, h("div", { key: 'd04bb6b18498de9646ba6e2ee32f223774a72cc7', class: "row mb-3" }, h("iframe-input", { key: '7eb29da8beff34cbe5d2b7c151fec433d17f8555', inputId: "accountNumber", ref: (el) => (this.accountNumberIframeElement = el), label: "Account Number", iframeOrigin: `${this.iframeOrigin}/v2/accountNumber?tabId=${this.tabId}` })), h("div", { key: 'c6345cddc37cbe5627ca4581fb98be55b85550a6', class: "row" }, h("iframe-input", { key: '0bf71a22e9126e04f15f213d84953ccfd3388ef0', inputId: "routingNumber", ref: (el) => (this.routingNumberIframeElement = el), label: "Routing Number", iframeOrigin: `${this.iframeOrigin}/v2/routingNumber?tabId=${this.tabId}` })))));
|
|
63
|
-
}
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
const CardFormSkeleton = (props) => {
|
|
67
|
-
const { isReady } = props;
|
|
68
|
-
if (isReady) {
|
|
69
|
-
return null;
|
|
70
|
-
}
|
|
71
|
-
return (h("div", { class: "container-fluid p-0" },
|
|
72
|
-
h("div", { class: "mb-3" },
|
|
73
|
-
h(Skeleton, { height: "18px", width: "100px" }),
|
|
74
|
-
h(Skeleton, { height: "36px" })),
|
|
75
|
-
h("div", { class: "row" },
|
|
76
|
-
h("div", { class: "col-4 align-content-end" },
|
|
77
|
-
h(Skeleton, { height: "18px", width: "80px" }),
|
|
78
|
-
h(Skeleton, { height: "36px" })),
|
|
79
|
-
h("div", { class: "col-4 align-content-end" },
|
|
80
|
-
h(Skeleton, { height: "36px" })),
|
|
81
|
-
h("div", { class: "col-4 align-content-end" },
|
|
82
|
-
h(Skeleton, { height: "18px", width: "30px" }),
|
|
83
|
-
h(Skeleton, { height: "36px" })))));
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
const CardForm = class {
|
|
87
|
-
constructor(hostRef) {
|
|
88
|
-
registerInstance(this, hostRef);
|
|
89
|
-
this.isReady = false;
|
|
90
|
-
}
|
|
91
|
-
async componentWillLoad() {
|
|
92
|
-
await waitForConfig();
|
|
93
|
-
this.iframeOrigin = configState.iframeOrigin;
|
|
94
|
-
this.tabId = generateTabId();
|
|
95
|
-
}
|
|
96
|
-
componentDidRender() {
|
|
97
|
-
const elements = [
|
|
98
|
-
this.cardNumberIframeElement,
|
|
99
|
-
this.expirationMonthIframeElement,
|
|
100
|
-
this.expirationYearIframeElement,
|
|
101
|
-
this.cvvIframeElement,
|
|
102
|
-
];
|
|
103
|
-
Promise.all(elements.map((element) => {
|
|
104
|
-
return new Promise((resolve) => {
|
|
105
|
-
element.addEventListener('iframeLoaded', () => { resolve(); });
|
|
106
|
-
});
|
|
107
|
-
})).then(() => {
|
|
108
|
-
this.isReady = true;
|
|
109
|
-
});
|
|
110
|
-
}
|
|
111
|
-
async validate() {
|
|
112
|
-
const cardNumberIsValid = await this.cardNumberIframeElement.validate();
|
|
113
|
-
const expirationMonthIsValid = await this.expirationMonthIframeElement.validate();
|
|
114
|
-
const expirationYearIsValid = await this.expirationYearIframeElement.validate();
|
|
115
|
-
const cvvIsValid = await this.cvvIframeElement.validate();
|
|
116
|
-
return cardNumberIsValid && expirationMonthIsValid && expirationYearIsValid && cvvIsValid;
|
|
117
|
-
}
|
|
118
|
-
async tokenize(clientId, paymentMethodMetadata, account) {
|
|
119
|
-
return this.cardNumberIframeElement.tokenize(clientId, paymentMethodMetadata, account);
|
|
120
|
-
}
|
|
121
|
-
render() {
|
|
122
|
-
return (h(Host, { key: 'fab2d810cd4a51aacd81ca5d43e61ee27e5fb8a4' }, h(CardFormSkeleton, { key: '42d31a9cf55dea31a21fa92d9a5c74ce4ec8d768', isReady: this.isReady }), h("div", { key: 'f1df6f6a3bfdf5f51ecf34a2e27a8de3e63dccd3', class: "container-fluid p-0", style: {
|
|
123
|
-
opacity: this.isReady ? '1' : '0',
|
|
124
|
-
height: this.isReady ? 'auto' : '0',
|
|
125
|
-
} }, h("div", { key: 'bafadf410b8a1e623a98da33ab3a3834d62c716c', class: "mb-3" }, h("iframe-input", { key: '0e32596def3eb412eedaedabd675d34046293a32', inputId: "cardNumber", ref: (el) => (this.cardNumberIframeElement = el), label: "Card Number", iframeOrigin: `${this.iframeOrigin}/v2/cardNumber?tabId=${this.tabId}` })), h("div", { key: '1166f127047cb248eb8981dc18c8a2d5f597ee2d', class: "d-flex align-items-start" }, h("div", { key: 'f1daac286bfd44a5a90d4dea160760409169d0a2', class: "flex-fill me-3" }, h("iframe-input", { key: 'b100858ff3d439677b60e21bf0b2a8cc48f0a616', inputId: "expirationMonth", ref: (el) => (this.expirationMonthIframeElement = el), label: "Exp. Month", iframeOrigin: `${this.iframeOrigin}/v2/expirationMonth?tabId=${this.tabId}` })), h("div", { key: '6a3b0ee0cb1de0a12e363c0fb8137b70f20f1fa5', class: "flex-fill me-3" }, h("iframe-input", { key: 'd58cba3700bec37fcb2cb79d80ae23d71896e140', inputId: "expirationYear", ref: (el) => (this.expirationYearIframeElement = el), label: "Exp. Year", iframeOrigin: `${this.iframeOrigin}/v2/expirationYear?tabId=${this.tabId}` })), h("div", { key: '6026f8b15e8b2d9a8cc518c9e9ddb259629714c8', class: "flex-fill" }, h("iframe-input", { key: '880ffeabf823ca80bc49bbda23750002cc470143', inputId: "CVV", ref: (el) => (this.cvvIframeElement = el), label: "CVV", iframeOrigin: `${this.iframeOrigin}/v2/CVV?tabId=${this.tabId}` }))))));
|
|
126
|
-
}
|
|
127
|
-
};
|
|
128
|
-
|
|
129
|
-
const HiddenInput = class {
|
|
130
|
-
constructor(hostRef) {
|
|
131
|
-
registerInstance(this, hostRef);
|
|
132
|
-
this.isFocused = false;
|
|
133
|
-
this.errorText = '';
|
|
134
|
-
}
|
|
135
|
-
async componentDidLoad() {
|
|
136
|
-
const fontStyles = await this.getBaseFontStyles();
|
|
137
|
-
iframeInputStylesSet('fontStyles', fontStyles);
|
|
138
|
-
const focusedStyles = await this.getFocusedStyles();
|
|
139
|
-
iframeInputStylesSet('focused', focusedStyles);
|
|
140
|
-
const focusedAndInvalidStyles = await this.getFocusedAndInvalidStyles();
|
|
141
|
-
iframeInputStylesSet('focusedAndInvalid', focusedAndInvalidStyles);
|
|
142
|
-
}
|
|
143
|
-
async getBaseFontStyles() {
|
|
144
|
-
return new Promise((resolve, _reject) => {
|
|
145
|
-
setTimeout(() => {
|
|
146
|
-
const computedStyles = getComputedStyle(this.hiddenInput);
|
|
147
|
-
const styles = {
|
|
148
|
-
fontFamily: computedStyles.fontFamily,
|
|
149
|
-
fontSize: computedStyles.fontSize,
|
|
150
|
-
fontWeight: computedStyles.fontWeight,
|
|
151
|
-
lineHeight: computedStyles.lineHeight,
|
|
152
|
-
margin: computedStyles.margin,
|
|
153
|
-
padding: computedStyles.padding,
|
|
154
|
-
color: computedStyles.color,
|
|
155
|
-
};
|
|
156
|
-
resolve(styles);
|
|
157
|
-
}, 500);
|
|
158
|
-
});
|
|
159
|
-
}
|
|
160
|
-
;
|
|
161
|
-
async getFocusedStyles() {
|
|
162
|
-
return new Promise((resolve, _reject) => {
|
|
163
|
-
this.hiddenInput.focus();
|
|
164
|
-
setTimeout(() => {
|
|
165
|
-
this.hiddenInput.blur();
|
|
166
|
-
let computedStyles = getComputedStyle(this.hiddenInput);
|
|
167
|
-
resolve({
|
|
168
|
-
boxShadow: computedStyles.boxShadow,
|
|
169
|
-
border: computedStyles.border,
|
|
170
|
-
});
|
|
171
|
-
}, 500);
|
|
172
|
-
});
|
|
173
|
-
}
|
|
174
|
-
async getFocusedAndInvalidStyles() {
|
|
175
|
-
return new Promise((resolve, _reject) => {
|
|
176
|
-
this.hiddenInput.focus();
|
|
177
|
-
this.errorText = 'Error';
|
|
178
|
-
setTimeout(() => {
|
|
179
|
-
const computedStyles = getComputedStyle(this.hiddenInput);
|
|
180
|
-
const styles = {
|
|
181
|
-
boxShadow: computedStyles.boxShadow,
|
|
182
|
-
border: computedStyles.border,
|
|
183
|
-
};
|
|
184
|
-
this.hiddenInput.blur();
|
|
185
|
-
resolve(styles);
|
|
186
|
-
}, 500);
|
|
187
|
-
});
|
|
188
|
-
}
|
|
189
|
-
get part() {
|
|
190
|
-
if (this.isFocused && this.errorText) {
|
|
191
|
-
return inputInvalidAndFocused;
|
|
192
|
-
}
|
|
193
|
-
if (this.errorText) {
|
|
194
|
-
return inputInvalid;
|
|
195
|
-
}
|
|
196
|
-
if (this.isFocused) {
|
|
197
|
-
return inputFocused;
|
|
198
|
-
}
|
|
199
|
-
return input;
|
|
200
|
-
}
|
|
201
|
-
render() {
|
|
202
|
-
return (h(Host, { key: '61f65f5960ecc45fe7e321299bdd367fde6f3f57' }, h("input", { key: 'ae2126e3efa70fe09a1211e0335667f324471649', ref: el => this.hiddenInput = el, type: "text", class: this.errorText ? "form-control is-invalid" : "form-control", onFocus: () => this.isFocused = true, onBlur: () => this.isFocused = false, part: this.part, tabindex: "-1", style: { height: '0', opacity: '0', pointerEvents: 'none', animation: 'none' } })));
|
|
203
|
-
}
|
|
204
|
-
};
|
|
205
|
-
|
|
206
|
-
const BillingForm = class {
|
|
207
|
-
constructor(hostRef) {
|
|
208
|
-
registerInstance(this, hostRef);
|
|
209
|
-
}
|
|
210
|
-
get showSimpleCardBillingForm() {
|
|
211
|
-
return this.paymentMethodType === 'card' && this.hideCardBillingForm;
|
|
212
|
-
}
|
|
213
|
-
get showSimpleBankAccountBillingForm() {
|
|
214
|
-
return this.paymentMethodType === 'bankAccount' && this.hideBankAccountBillingForm;
|
|
215
|
-
}
|
|
216
|
-
async getValues() {
|
|
217
|
-
var _a;
|
|
218
|
-
return (_a = this.selectedFormRef) === null || _a === void 0 ? void 0 : _a.getValues();
|
|
219
|
-
}
|
|
220
|
-
async fill(fields) {
|
|
221
|
-
var _a;
|
|
222
|
-
(_a = this.selectedFormRef) === null || _a === void 0 ? void 0 : _a.fill(fields);
|
|
223
|
-
}
|
|
224
|
-
async validate() {
|
|
225
|
-
var _a;
|
|
226
|
-
return (_a = this.selectedFormRef) === null || _a === void 0 ? void 0 : _a.validate();
|
|
227
|
-
}
|
|
228
|
-
render() {
|
|
229
|
-
if (this.showSimpleBankAccountBillingForm) {
|
|
230
|
-
return (h(Host, null, h("justifi-bank-account-billing-form-simple", { legend: this.legend, ref: (el) => (this.selectedFormRef = el) })));
|
|
231
|
-
}
|
|
232
|
-
if (this.showSimpleCardBillingForm) {
|
|
233
|
-
return (h(Host, null, h("justifi-card-billing-form-simple", { legend: this.legend, ref: (el) => (this.selectedFormRef = el) })));
|
|
234
|
-
}
|
|
235
|
-
return (h(Host, null, h("justifi-billing-form-full", { legend: this.legend, ref: (el) => (this.selectedFormRef = el) })));
|
|
236
|
-
}
|
|
237
|
-
};
|
|
238
|
-
|
|
239
|
-
const PaymentMethodTypeLabels = {
|
|
240
|
-
bankAccount: 'New bank account',
|
|
241
|
-
card: 'New credit or debit card',
|
|
242
|
-
};
|
|
243
|
-
const NewPaymentMethod = class {
|
|
244
|
-
constructor(hostRef) {
|
|
245
|
-
registerInstance(this, hostRef);
|
|
246
|
-
this.paymentMethodOptionSelected = createEvent(this, "paymentMethodOptionSelected");
|
|
247
|
-
this.saveNewPaymentMethodChecked = false;
|
|
248
|
-
this.onPaymentMethodOptionClick = (e) => {
|
|
249
|
-
e.preventDefault();
|
|
250
|
-
this.paymentMethodOptionSelected.emit(this.paymentMethodOption);
|
|
251
|
-
};
|
|
252
|
-
}
|
|
253
|
-
handleCheckboxChanged(event) {
|
|
254
|
-
this.saveNewPaymentMethodChecked = event.detail;
|
|
255
|
-
}
|
|
256
|
-
async fillBillingForm(fields) {
|
|
257
|
-
this.billingFormRef.fill(fields);
|
|
258
|
-
}
|
|
259
|
-
async resolvePaymentMethod(insuranceValidation) {
|
|
260
|
-
var _a, _b;
|
|
261
|
-
if (!this.paymentMethodFormRef || !this.billingFormRef)
|
|
262
|
-
return;
|
|
263
|
-
try {
|
|
264
|
-
const { isValid, errors } = await this.validate();
|
|
265
|
-
if (!isValid || !insuranceValidation.isValid) {
|
|
266
|
-
// get propety value from first property in errors object
|
|
267
|
-
const message = `${Object.values(errors)[0] || 'Validation error'}`;
|
|
268
|
-
return {
|
|
269
|
-
validationError: true,
|
|
270
|
-
error: {
|
|
271
|
-
code: 'validation_error',
|
|
272
|
-
message,
|
|
273
|
-
decline_code: undefined
|
|
274
|
-
}
|
|
275
|
-
};
|
|
276
|
-
}
|
|
277
|
-
const tokenizeResponse = await this.tokenize();
|
|
278
|
-
if (tokenizeResponse.error) {
|
|
279
|
-
return { error: tokenizeResponse.error };
|
|
280
|
-
}
|
|
281
|
-
else {
|
|
282
|
-
const tokenizeRessponseData = tokenizeResponse.data;
|
|
283
|
-
return {
|
|
284
|
-
token: ((_a = tokenizeRessponseData.card) === null || _a === void 0 ? void 0 : _a.token) || ((_b = tokenizeRessponseData.bank_account) === null || _b === void 0 ? void 0 : _b.token),
|
|
285
|
-
data: tokenizeRessponseData
|
|
286
|
-
};
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
catch (error) {
|
|
290
|
-
return { error };
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
async validate() {
|
|
294
|
-
const billingFormValidation = await this.billingFormRef.validate();
|
|
295
|
-
const paymentMethodFormValidation = await this.paymentMethodFormRef.validate();
|
|
296
|
-
const isValid = billingFormValidation.isValid && paymentMethodFormValidation.isValid;
|
|
297
|
-
const errors = Object.assign(Object.assign({}, billingFormValidation.errors), paymentMethodFormValidation.errors);
|
|
298
|
-
return { isValid, errors };
|
|
299
|
-
}
|
|
300
|
-
async tokenize() {
|
|
301
|
-
try {
|
|
302
|
-
const billingFormFieldValues = await this.billingFormRef.getValues();
|
|
303
|
-
let paymentMethodData;
|
|
304
|
-
if (this.saveNewPaymentMethodChecked) {
|
|
305
|
-
paymentMethodData = Object.assign(Object.assign({}, billingFormFieldValues), { payment_method_group_id: this.paymentMethodGroupId });
|
|
306
|
-
}
|
|
307
|
-
else {
|
|
308
|
-
paymentMethodData = Object.assign({}, billingFormFieldValues);
|
|
309
|
-
}
|
|
310
|
-
const clientId = this.authToken;
|
|
311
|
-
const tokenizeResponse = await this.paymentMethodFormRef.tokenize(clientId, paymentMethodData, this.accountId);
|
|
312
|
-
return tokenizeResponse;
|
|
313
|
-
}
|
|
314
|
-
catch (error) {
|
|
315
|
-
return error;
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
showNewPaymentMethodForm() {
|
|
319
|
-
var _a;
|
|
320
|
-
const paymentMethodType = (_a = this.paymentMethodOption) === null || _a === void 0 ? void 0 : _a.id;
|
|
321
|
-
return (h("div", { class: "mt-4 pb-4" }, h("hidden-input", null), paymentMethodType === 'card' ? (h("card-form", { ref: (el) => this.paymentMethodFormRef = el })) : (h("bank-account-form", { ref: (el) => this.paymentMethodFormRef = el })), h("justifi-billing-form", { ref: (el) => (this.billingFormRef = el), hideCardBillingForm: this.hideCardBillingForm, hideBankAccountBillingForm: this.hideBankAccountBillingForm, paymentMethodType: paymentMethodType }), h("justifi-save-new-payment-method", { hidden: !this.paymentMethodGroupId })));
|
|
322
|
-
}
|
|
323
|
-
get hiddenRadioInput() {
|
|
324
|
-
return !this.showAch || !this.showCard;
|
|
325
|
-
}
|
|
326
|
-
render() {
|
|
327
|
-
var _a, _b;
|
|
328
|
-
return (h(Host, { key: '137378e62a729bd2287b1bdf89cb85c702cd4e12', class: "payment-method" }, h("div", { key: 'dabfcf5c56169708a8968a16aeaafefb43ca3ab8', class: "radio-list-item p-3", part: radioListItem, onClick: this.onPaymentMethodOptionClick, hidden: this.hiddenRadioInput }, h("form-control-radio", { key: 'd098e2b8f6e1230fc16fdc2cbfd616559bcf2b89', name: "paymentMethodType", value: (_a = this.paymentMethodOption) === null || _a === void 0 ? void 0 : _a.id, checked: this.isSelected, label: PaymentMethodTypeLabels[(_b = this.paymentMethodOption) === null || _b === void 0 ? void 0 : _b.id] })), this.isSelected ? this.showNewPaymentMethodForm() : null));
|
|
329
|
-
}
|
|
330
|
-
};
|
|
331
|
-
|
|
332
|
-
class PaymentMethodOption {
|
|
333
|
-
constructor(paymentMethod) {
|
|
334
|
-
this.id = paymentMethod.id;
|
|
335
|
-
this.brand = paymentMethod.brand;
|
|
336
|
-
this.acct_last_four = paymentMethod.acct_last_four;
|
|
337
|
-
this.type = snakeToCamel(paymentMethod.type);
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
var CardBrandLabels;
|
|
341
|
-
(function (CardBrandLabels) {
|
|
342
|
-
CardBrandLabels["american_express"] = "American Express";
|
|
343
|
-
CardBrandLabels["diners_club"] = "Diners Club";
|
|
344
|
-
CardBrandLabels["discover"] = "Discover";
|
|
345
|
-
CardBrandLabels["jcb"] = "JCB";
|
|
346
|
-
CardBrandLabels["mastercard"] = "Mastercard";
|
|
347
|
-
CardBrandLabels["china_unionpay"] = "UnionPay";
|
|
348
|
-
CardBrandLabels["visa"] = "Visa";
|
|
349
|
-
CardBrandLabels["unknown"] = "Unknown";
|
|
350
|
-
})(CardBrandLabels || (CardBrandLabels = {}));
|
|
351
|
-
|
|
352
|
-
const PaymentMethodOptions = class {
|
|
353
|
-
constructor(hostRef) {
|
|
354
|
-
registerInstance(this, hostRef);
|
|
355
|
-
this.savedPaymentMethods = [];
|
|
356
|
-
this.paymentMethodOptions = [];
|
|
357
|
-
}
|
|
358
|
-
async fillBillingForm(fields) {
|
|
359
|
-
const newPaymentMethodElement = this.selectedPaymentMethodOptionRef;
|
|
360
|
-
if (newPaymentMethodElement.fillBillingForm) {
|
|
361
|
-
newPaymentMethodElement.fillBillingForm(fields);
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
connectedCallback() {
|
|
365
|
-
this.paymentMethodsChanged();
|
|
366
|
-
}
|
|
367
|
-
paymentMethodsChanged() {
|
|
368
|
-
var _a, _b;
|
|
369
|
-
this.paymentMethodOptions = this.savedPaymentMethods
|
|
370
|
-
.map((paymentMethod) => new PaymentMethodOption(paymentMethod))
|
|
371
|
-
.filter((paymentMethod) => {
|
|
372
|
-
// Don't saved card or bank account if they are disabled
|
|
373
|
-
return ((this.showCard || paymentMethod.type !== PaymentMethodTypes.card) &&
|
|
374
|
-
(this.showAch || paymentMethod.type !== PaymentMethodTypes.bankAccount));
|
|
375
|
-
});
|
|
376
|
-
if (this.showBnpl && ((_a = this.bnpl) === null || _a === void 0 ? void 0 : _a.provider) === 'sezzle' && !this.insuranceToggled) {
|
|
377
|
-
this.paymentMethodOptions.push(new PaymentMethodOption({ id: PaymentMethodTypes.sezzle }));
|
|
378
|
-
}
|
|
379
|
-
if (this.showCard) {
|
|
380
|
-
this.paymentMethodOptions.push(new PaymentMethodOption({ id: PaymentMethodTypes.card }));
|
|
381
|
-
}
|
|
382
|
-
if (this.showAch) {
|
|
383
|
-
this.paymentMethodOptions.push(new PaymentMethodOption({ id: PaymentMethodTypes.bankAccount }));
|
|
384
|
-
}
|
|
385
|
-
if (!this.selectedPaymentMethodId) {
|
|
386
|
-
this.selectedPaymentMethodId = (_b = this.paymentMethodOptions[0]) === null || _b === void 0 ? void 0 : _b.id;
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
paymentMethodOptionSelected(event) {
|
|
390
|
-
this.selectedPaymentMethodId = event.detail.id;
|
|
391
|
-
}
|
|
392
|
-
async resolvePaymentMethod(insuranceValidation) {
|
|
393
|
-
var _a;
|
|
394
|
-
return await ((_a = this.selectedPaymentMethodOptionRef) === null || _a === void 0 ? void 0 : _a.resolvePaymentMethod(insuranceValidation));
|
|
395
|
-
}
|
|
396
|
-
async validate() {
|
|
397
|
-
const newPaymentMethodElement = this.selectedPaymentMethodOptionRef;
|
|
398
|
-
return newPaymentMethodElement.validate();
|
|
399
|
-
}
|
|
400
|
-
render() {
|
|
401
|
-
var _a;
|
|
402
|
-
return (h(Host, { key: 'c61e82c72aaa25e87ded723799a1eb0961c05444' }, (_a = this.paymentMethodOptions) === null || _a === void 0 ? void 0 : _a.map((paymentMethodOption) => {
|
|
403
|
-
const newCard = paymentMethodOption.id === PaymentMethodTypes.card;
|
|
404
|
-
const newBankAccount = paymentMethodOption.id === PaymentMethodTypes.bankAccount;
|
|
405
|
-
const isSelected = this.selectedPaymentMethodId === paymentMethodOption.id;
|
|
406
|
-
const sezzle = paymentMethodOption.id === PaymentMethodTypes.sezzle;
|
|
407
|
-
if (newCard || newBankAccount) {
|
|
408
|
-
return (h("justifi-new-payment-method", { paymentMethodOption: paymentMethodOption, authToken: this.authToken, "account-id": this.accountId, "is-selected": isSelected, "show-card": this.showCard, "show-ach": this.showAch, paymentMethodGroupId: this.paymentMethodGroupId, hideCardBillingForm: this.hideCardBillingForm, hideBankAccountBillingForm: this.hideBankAccountBillingForm, ref: (el) => {
|
|
409
|
-
if (isSelected) {
|
|
410
|
-
this.selectedPaymentMethodOptionRef = el;
|
|
411
|
-
}
|
|
412
|
-
} }));
|
|
413
|
-
}
|
|
414
|
-
else if (sezzle) {
|
|
415
|
-
return (h("justifi-sezzle-payment-method", { paymentMethodOption: paymentMethodOption, "is-selected": isSelected, paymentAmount: this.paymentAmount, bnpl: this.bnpl, ref: (el) => {
|
|
416
|
-
if (isSelected) {
|
|
417
|
-
this.selectedPaymentMethodOptionRef = el;
|
|
418
|
-
}
|
|
419
|
-
} }));
|
|
420
|
-
}
|
|
421
|
-
else if (this.showSavedPaymentMethods) {
|
|
422
|
-
return (h("justifi-saved-payment-method", { paymentMethodOption: paymentMethodOption, "is-selected": isSelected, ref: (el) => {
|
|
423
|
-
if (isSelected) {
|
|
424
|
-
this.selectedPaymentMethodOptionRef = el;
|
|
425
|
-
}
|
|
426
|
-
} }));
|
|
427
|
-
}
|
|
428
|
-
})));
|
|
429
|
-
}
|
|
430
|
-
static get watchers() { return {
|
|
431
|
-
"savedPaymentMethods": ["paymentMethodsChanged"]
|
|
432
|
-
}; }
|
|
433
|
-
};
|
|
434
|
-
|
|
435
|
-
const SaveNewPaymentMethod = class {
|
|
436
|
-
constructor(hostRef) {
|
|
437
|
-
registerInstance(this, hostRef);
|
|
438
|
-
this.checkboxChanged = createEvent(this, "checkboxChanged");
|
|
439
|
-
this.isChecked = false;
|
|
440
|
-
}
|
|
441
|
-
handleCheckboxChange(_name, value) {
|
|
442
|
-
this.isChecked = value;
|
|
443
|
-
this.checkboxChanged.emit(this.isChecked);
|
|
444
|
-
}
|
|
445
|
-
render() {
|
|
446
|
-
return (h("div", { key: 'e6e7a75237ec2062188bf85deadac58892663b3b', class: "mt-4 form-check" }, h("form-control-checkbox", { key: 'abbaeb4e9119c4d41f0a727c7a070c14b7418302', label: "Save new payment method", name: "saveNewPaymentMethod", checked: this.isChecked, inputHandler: this.handleCheckboxChange.bind(this) })));
|
|
447
|
-
}
|
|
448
|
-
};
|
|
449
|
-
|
|
450
|
-
const SavedPaymentMethod = class {
|
|
451
|
-
constructor(hostRef) {
|
|
452
|
-
registerInstance(this, hostRef);
|
|
453
|
-
this.paymentMethodOptionSelected = createEvent(this, "paymentMethodOptionSelected");
|
|
454
|
-
this.onPaymentMethodOptionClick = (e) => {
|
|
455
|
-
e.preventDefault();
|
|
456
|
-
this.paymentMethodOptionSelected.emit(this.paymentMethodOption);
|
|
457
|
-
};
|
|
458
|
-
}
|
|
459
|
-
async resolvePaymentMethod(insuranceValidation) {
|
|
460
|
-
var _a;
|
|
461
|
-
if (!insuranceValidation.isValid) {
|
|
462
|
-
return { validationError: true };
|
|
463
|
-
}
|
|
464
|
-
return { token: (_a = this.paymentMethodOption) === null || _a === void 0 ? void 0 : _a.id };
|
|
465
|
-
}
|
|
466
|
-
;
|
|
467
|
-
render() {
|
|
468
|
-
var _a, _b, _c;
|
|
469
|
-
return (h(Host, { key: '78487e52f549547f4c89f48a238a8916d77d4f1c', class: "payment-method" }, h("div", { key: 'd437a5f9e79356b1177703da2b5d7f4ca98072ce', class: "radio-list-item p-3", part: radioListItem, onClick: this.onPaymentMethodOptionClick }, h("form-control-radio", { key: '0dd03b9ebae98c441c63717aba310d77e587b1c8', name: "paymentMethodType", value: (_a = this.paymentMethodOption) === null || _a === void 0 ? void 0 : _a.id, checked: this.isSelected, label: `${CardBrandLabels[(_b = this.paymentMethodOption) === null || _b === void 0 ? void 0 : _b.brand] || ''} *${(_c = this.paymentMethodOption) === null || _c === void 0 ? void 0 : _c.acct_last_four}` }))));
|
|
470
|
-
}
|
|
471
|
-
};
|
|
472
|
-
|
|
473
|
-
const sezzleLogo = (h("img", { class: "sezzle-smart-button-logo-img", src: "https://media.sezzle.com/branding/2.0/Sezzle_Logo_FullColor.svg", alt: "Sezzle", style: {
|
|
474
|
-
display: 'inline',
|
|
475
|
-
width: '80px',
|
|
476
|
-
marginLeft: '5px',
|
|
477
|
-
marginTop: '-5px',
|
|
478
|
-
} }));
|
|
479
|
-
const SezzlePaymentMethod = class {
|
|
480
|
-
constructor(hostRef) {
|
|
481
|
-
registerInstance(this, hostRef);
|
|
482
|
-
this.paymentMethodOptionSelected = createEvent(this, "paymentMethodOptionSelected");
|
|
483
|
-
this.onPaymentMethodOptionClick = (e) => {
|
|
484
|
-
e.preventDefault();
|
|
485
|
-
this.paymentMethodOptionSelected.emit(this.paymentMethodOption);
|
|
486
|
-
};
|
|
487
|
-
this.initializeSezzleCheckout = () => {
|
|
488
|
-
let resolveSezzlePromise;
|
|
489
|
-
this.sezzlePromise = new Promise((resolve) => { resolveSezzlePromise = resolve; });
|
|
490
|
-
const bnpl = this.bnpl;
|
|
491
|
-
const amount = +this.paymentAmount; // convert to number
|
|
492
|
-
const Checkout = window.Checkout;
|
|
493
|
-
const checkout = new Checkout({
|
|
494
|
-
mode: 'popup',
|
|
495
|
-
publicKey: bnpl.provider_client_id,
|
|
496
|
-
apiMode: bnpl.provider_mode,
|
|
497
|
-
apiVersion: bnpl.provider_api_version,
|
|
498
|
-
});
|
|
499
|
-
checkout.sezzleButtonElement = this.sezzleButtonRef;
|
|
500
|
-
checkout.init({
|
|
501
|
-
onClick: function (event) {
|
|
502
|
-
event.preventDefault();
|
|
503
|
-
checkout.startCheckout({
|
|
504
|
-
checkout_url: bnpl.provider_checkout_url
|
|
505
|
-
});
|
|
506
|
-
},
|
|
507
|
-
onComplete: (event) => resolveSezzlePromise({ bnpl: event.data }),
|
|
508
|
-
onCancel: (event) => resolveSezzlePromise({ bnpl: event.data }),
|
|
509
|
-
onFailure: (event) => resolveSezzlePromise({ bnpl: event.data }),
|
|
510
|
-
});
|
|
511
|
-
this.sezzleCheckout = checkout;
|
|
512
|
-
this.installmentPlan = this.sezzleCheckout.getInstallmentPlan(amount);
|
|
513
|
-
};
|
|
514
|
-
}
|
|
515
|
-
componentDidRender() {
|
|
516
|
-
this.scriptRef.onload = () => {
|
|
517
|
-
this.sezzleButtonRef = document.createElement('button');
|
|
518
|
-
this.initializeSezzleCheckout();
|
|
519
|
-
};
|
|
520
|
-
}
|
|
521
|
-
async resolvePaymentMethod(insuranceValidation) {
|
|
522
|
-
if (!insuranceValidation.isValid) {
|
|
523
|
-
return { validationError: true };
|
|
524
|
-
}
|
|
525
|
-
this.sezzleButtonRef.click();
|
|
526
|
-
return this.sezzlePromise;
|
|
527
|
-
}
|
|
528
|
-
render() {
|
|
529
|
-
var _a, _b, _c;
|
|
530
|
-
return (h(Host, { key: '4ae50e7bbb15d0049d069edacd0d95ba7c13dbe5', class: "payment-method" }, h("script", { key: '42a0590d89626ba7a93852e421eb121626b48375', src: "https://checkout-sdk.sezzle.com/checkout.min.js", async: true, ref: (el) => (this.scriptRef = el) }), h("div", { key: '31a2a72650486c258267c6d4de3723f7afa5b063', class: "radio-list-item p-3", part: radioListItem, onClick: this.onPaymentMethodOptionClick }, h("form-control-radio", { key: 'eac1adbcd82fcb4f9c440c53c40ce34af6092991', name: "paymentMethodType", value: (_a = this.paymentMethodOption) === null || _a === void 0 ? void 0 : _a.id, checked: this.isSelected, label: h("div", null, h("div", null, "Buy now, pay later with ", sezzleLogo), this.installmentPlan && (h("small", null, h("span", null, (_b = this.installmentPlan) === null || _b === void 0 ? void 0 : _b.installments.length), "\u00A0", h("span", null, this.installmentPlan.schedule, " payments of"), "\u00A0", h("span", { class: "fw-bold" }, formatCurrency((_c = this.installmentPlan) === null || _c === void 0 ? void 0 : _c.installments[0].amountInCents))))) }))));
|
|
531
|
-
}
|
|
532
|
-
};
|
|
533
|
-
|
|
534
|
-
export { BankAccountForm as bank_account_form, CardForm as card_form, HiddenInput as hidden_input, BillingForm as justifi_billing_form, NewPaymentMethod as justifi_new_payment_method, PaymentMethodOptions as justifi_payment_method_options, SaveNewPaymentMethod as justifi_save_new_payment_method, SavedPaymentMethod as justifi_saved_payment_method, SezzlePaymentMethod as justifi_sezzle_payment_method };
|