@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
|
@@ -0,0 +1,782 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('./index-C9hBD-32.js');
|
|
4
|
+
var Api = require('./Api-DyimBzKT.js');
|
|
5
|
+
var styledHost = require('./styled-host-BfVJlAsJ.js');
|
|
6
|
+
require('./event-types-YOY5TKUN.js');
|
|
7
|
+
var skeleton = require('./skeleton-C7DQRD6r.js');
|
|
8
|
+
var checkout_store = require('./checkout.store-BGvYPPz0.js');
|
|
9
|
+
require('./config-state-BBOZIS8x.js');
|
|
10
|
+
require('./index-B32W0A3m.js');
|
|
11
|
+
require('./utils-ChCUZgUy.js');
|
|
12
|
+
require('./dinero-BwNN_k7x.js');
|
|
13
|
+
require('./parts-9jMf1erK.js');
|
|
14
|
+
require('./ComponentError-D4OLnOkg.js');
|
|
15
|
+
require('./Refund-BefKONu4.js');
|
|
16
|
+
require('./Dispute-CruQTF6_.js');
|
|
17
|
+
require('./Pagination-Dediz133.js');
|
|
18
|
+
require('./Business-DCRzZf0w.js');
|
|
19
|
+
require('./helpers-B5OCqlIM.js');
|
|
20
|
+
require('./state-options-CIT9xdTz.js');
|
|
21
|
+
require('./index-D-dD-aC2.js');
|
|
22
|
+
|
|
23
|
+
var ApplePaySessionStatus;
|
|
24
|
+
(function (ApplePaySessionStatus) {
|
|
25
|
+
ApplePaySessionStatus["STATUS_SUCCESS"] = "STATUS_SUCCESS";
|
|
26
|
+
ApplePaySessionStatus["STATUS_FAILURE"] = "STATUS_FAILURE";
|
|
27
|
+
})(ApplePaySessionStatus || (ApplePaySessionStatus = {}));
|
|
28
|
+
var ApplePayButtonType;
|
|
29
|
+
(function (ApplePayButtonType) {
|
|
30
|
+
ApplePayButtonType["PLAIN"] = "plain";
|
|
31
|
+
ApplePayButtonType["BUY"] = "buy";
|
|
32
|
+
ApplePayButtonType["SET_UP"] = "set-up";
|
|
33
|
+
ApplePayButtonType["DONATE"] = "donate";
|
|
34
|
+
ApplePayButtonType["CHECK_OUT"] = "check-out";
|
|
35
|
+
ApplePayButtonType["BOOK"] = "book";
|
|
36
|
+
ApplePayButtonType["SUBSCRIBE"] = "subscribe";
|
|
37
|
+
})(ApplePayButtonType || (ApplePayButtonType = {}));
|
|
38
|
+
var ApplePayButtonStyle;
|
|
39
|
+
(function (ApplePayButtonStyle) {
|
|
40
|
+
ApplePayButtonStyle["BLACK"] = "black";
|
|
41
|
+
ApplePayButtonStyle["WHITE"] = "white";
|
|
42
|
+
ApplePayButtonStyle["WHITE_OUTLINE"] = "white-outline";
|
|
43
|
+
})(ApplePayButtonStyle || (ApplePayButtonStyle = {}));
|
|
44
|
+
var ApplePayMerchantCapability;
|
|
45
|
+
(function (ApplePayMerchantCapability) {
|
|
46
|
+
ApplePayMerchantCapability["SUPPORTS_3DS"] = "supports3DS";
|
|
47
|
+
ApplePayMerchantCapability["SUPPORTS_EMV"] = "supportsEMV";
|
|
48
|
+
ApplePayMerchantCapability["SUPPORTS_CREDIT"] = "supportsCredit";
|
|
49
|
+
ApplePayMerchantCapability["SUPPORTS_DEBIT"] = "supportsDebit";
|
|
50
|
+
})(ApplePayMerchantCapability || (ApplePayMerchantCapability = {}));
|
|
51
|
+
class ApplePayConfig {
|
|
52
|
+
constructor(data) {
|
|
53
|
+
this.merchantIdentifier = data.merchantIdentifier;
|
|
54
|
+
this.displayName = data.displayName;
|
|
55
|
+
this.initiative = data.initiative;
|
|
56
|
+
this.initiativeContext = data.initiativeContext;
|
|
57
|
+
this.buttonType = data.buttonType || ApplePayButtonType.PLAIN;
|
|
58
|
+
this.buttonStyle = data.buttonStyle || ApplePayButtonStyle.BLACK;
|
|
59
|
+
this.buttonLocale = data.buttonLocale || 'en-US';
|
|
60
|
+
}
|
|
61
|
+
get isValid() {
|
|
62
|
+
return !!(this.merchantIdentifier &&
|
|
63
|
+
this.displayName &&
|
|
64
|
+
this.initiative &&
|
|
65
|
+
this.initiativeContext);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
class ApplePayPaymentRequest {
|
|
69
|
+
constructor(data) {
|
|
70
|
+
this.countryCode = data.countryCode;
|
|
71
|
+
this.currencyCode = data.currencyCode;
|
|
72
|
+
this.merchantCapabilities = data.merchantCapabilities;
|
|
73
|
+
this.supportedNetworks = data.supportedNetworks;
|
|
74
|
+
this.total = data.total;
|
|
75
|
+
this.lineItems = data.lineItems;
|
|
76
|
+
this.shippingMethods = data.shippingMethods;
|
|
77
|
+
this.applicationData = data.applicationData;
|
|
78
|
+
this.supportedCountries = data.supportedCountries;
|
|
79
|
+
}
|
|
80
|
+
get isValid() {
|
|
81
|
+
var _a, _b, _c, _d;
|
|
82
|
+
return !!(this.countryCode &&
|
|
83
|
+
this.currencyCode &&
|
|
84
|
+
((_a = this.merchantCapabilities) === null || _a === void 0 ? void 0 : _a.length) &&
|
|
85
|
+
((_b = this.supportedNetworks) === null || _b === void 0 ? void 0 : _b.length) &&
|
|
86
|
+
((_c = this.total) === null || _c === void 0 ? void 0 : _c.label) &&
|
|
87
|
+
((_d = this.total) === null || _d === void 0 ? void 0 : _d.amount));
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
class ApplePayHelpers {
|
|
91
|
+
static isApplePaySupported() {
|
|
92
|
+
var _a;
|
|
93
|
+
return (typeof window !== 'undefined' &&
|
|
94
|
+
'ApplePaySession' in window &&
|
|
95
|
+
((_a = window.ApplePaySession) === null || _a === void 0 ? void 0 : _a.supportsVersion(3)));
|
|
96
|
+
}
|
|
97
|
+
static canMakePayments() {
|
|
98
|
+
var _a;
|
|
99
|
+
if (!this.isApplePaySupported()) {
|
|
100
|
+
return false;
|
|
101
|
+
}
|
|
102
|
+
return ((_a = window.ApplePaySession) === null || _a === void 0 ? void 0 : _a.canMakePayments()) || false;
|
|
103
|
+
}
|
|
104
|
+
static async canMakePaymentsWithActiveCard(merchantIdentifier) {
|
|
105
|
+
var _a;
|
|
106
|
+
if (!this.isApplePaySupported()) {
|
|
107
|
+
return false;
|
|
108
|
+
}
|
|
109
|
+
try {
|
|
110
|
+
return ((await ((_a = window.ApplePaySession) === null || _a === void 0 ? void 0 : _a.canMakePaymentsWithActiveCard(merchantIdentifier))) || false);
|
|
111
|
+
}
|
|
112
|
+
catch (error) {
|
|
113
|
+
console.error('Error checking Apple Pay active card:', error);
|
|
114
|
+
return false;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
static formatAmount(amount) {
|
|
118
|
+
return (amount / 100).toFixed(2);
|
|
119
|
+
}
|
|
120
|
+
static parseAmount(amount) {
|
|
121
|
+
return Math.round(parseFloat(amount) * 100);
|
|
122
|
+
}
|
|
123
|
+
static createLineItem(label, amount, type = 'final') {
|
|
124
|
+
return {
|
|
125
|
+
label,
|
|
126
|
+
amount: this.formatAmount(amount),
|
|
127
|
+
type,
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
static getDefaultSupportedNetworks() {
|
|
131
|
+
return ['amex', 'discover', 'masterCard', 'visa'];
|
|
132
|
+
}
|
|
133
|
+
static getDefaultMerchantCapabilities() {
|
|
134
|
+
return [
|
|
135
|
+
ApplePayMerchantCapability.SUPPORTS_3DS,
|
|
136
|
+
ApplePayMerchantCapability.SUPPORTS_EMV,
|
|
137
|
+
ApplePayMerchantCapability.SUPPORTS_CREDIT,
|
|
138
|
+
ApplePayMerchantCapability.SUPPORTS_DEBIT,
|
|
139
|
+
];
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
class ApplePayService {
|
|
144
|
+
constructor() {
|
|
145
|
+
this.api = Api.Api();
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* Initialize Apple Pay configuration
|
|
149
|
+
*/
|
|
150
|
+
initialize(applePayConfig) {
|
|
151
|
+
this.applePayConfig = new ApplePayConfig(applePayConfig);
|
|
152
|
+
if (!this.applePayConfig.isValid) {
|
|
153
|
+
throw new Error('Invalid Apple Pay configuration provided');
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* Validate merchant with Apple Pay servers via API
|
|
158
|
+
*/
|
|
159
|
+
async validateMerchant(authToken, accountId) {
|
|
160
|
+
const endpoint = 'apple_pay/merchant_session';
|
|
161
|
+
try {
|
|
162
|
+
const response = await this.api.post({
|
|
163
|
+
endpoint,
|
|
164
|
+
authToken,
|
|
165
|
+
headers: {
|
|
166
|
+
'Sub-Account': accountId,
|
|
167
|
+
},
|
|
168
|
+
});
|
|
169
|
+
return response;
|
|
170
|
+
}
|
|
171
|
+
catch (error) {
|
|
172
|
+
console.error('Backend validation failed:', error);
|
|
173
|
+
throw new Error('Merchant validation failed');
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* Process Apple Pay payment via API (fixed to match original logic)
|
|
178
|
+
*/
|
|
179
|
+
async processPayment(authToken, accountId, payload) {
|
|
180
|
+
const endpoint = 'apple_pay/process_token';
|
|
181
|
+
const result = await this.api.post({
|
|
182
|
+
endpoint,
|
|
183
|
+
authToken,
|
|
184
|
+
body: payload,
|
|
185
|
+
headers: {
|
|
186
|
+
'Sub-Account': accountId,
|
|
187
|
+
},
|
|
188
|
+
});
|
|
189
|
+
return {
|
|
190
|
+
success: result.id && !!result.data.token,
|
|
191
|
+
data: result,
|
|
192
|
+
};
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Check if Apple Pay is available on this device/browser
|
|
196
|
+
*/
|
|
197
|
+
isAvailable() {
|
|
198
|
+
return (ApplePayHelpers.isApplePaySupported() && ApplePayHelpers.canMakePayments());
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* Check if the user has an active card for the merchant
|
|
202
|
+
*/
|
|
203
|
+
async canMakePaymentsWithActiveCard() {
|
|
204
|
+
if (!this.applePayConfig) {
|
|
205
|
+
throw new Error('Apple Pay not initialized. Call initialize() first.');
|
|
206
|
+
}
|
|
207
|
+
return await ApplePayHelpers.canMakePaymentsWithActiveCard(this.applePayConfig.merchantIdentifier);
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* Start Apple Pay session
|
|
211
|
+
*/
|
|
212
|
+
async startPaymentSession(paymentRequest, authToken, accountId) {
|
|
213
|
+
if (!this.applePayConfig) {
|
|
214
|
+
throw new Error('Apple Pay not initialized. Call initialize() first.');
|
|
215
|
+
}
|
|
216
|
+
// if (!this.isAvailable()) {
|
|
217
|
+
// throw new Error('Apple Pay is not available on this device/browser');
|
|
218
|
+
// }
|
|
219
|
+
const request = new ApplePayPaymentRequest(paymentRequest);
|
|
220
|
+
if (!request.isValid) {
|
|
221
|
+
throw new Error('Invalid payment request provided');
|
|
222
|
+
}
|
|
223
|
+
this.currentPaymentRequest = request;
|
|
224
|
+
return new Promise((resolve, reject) => {
|
|
225
|
+
try {
|
|
226
|
+
this.currentSession = new window.ApplePaySession(3, request);
|
|
227
|
+
this.setupSessionEventHandlers(resolve, reject, authToken, accountId);
|
|
228
|
+
this.currentSession.begin();
|
|
229
|
+
}
|
|
230
|
+
catch (error) {
|
|
231
|
+
reject({
|
|
232
|
+
success: false,
|
|
233
|
+
error: {
|
|
234
|
+
code: 'SESSION_ERROR',
|
|
235
|
+
message: error instanceof Error
|
|
236
|
+
? error.message
|
|
237
|
+
: 'Failed to start Apple Pay session',
|
|
238
|
+
},
|
|
239
|
+
});
|
|
240
|
+
}
|
|
241
|
+
});
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* Abort current Apple Pay session
|
|
245
|
+
*/
|
|
246
|
+
abortPaymentSession() {
|
|
247
|
+
if (this.currentSession) {
|
|
248
|
+
this.currentSession.abort();
|
|
249
|
+
this.currentSession = undefined;
|
|
250
|
+
this.currentPaymentRequest = undefined;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Setup Apple Pay session event handlers
|
|
255
|
+
*/
|
|
256
|
+
setupSessionEventHandlers(resolve, reject, authToken, accountId) {
|
|
257
|
+
if (!this.currentSession ||
|
|
258
|
+
!this.applePayConfig ||
|
|
259
|
+
!this.currentPaymentRequest) {
|
|
260
|
+
return;
|
|
261
|
+
}
|
|
262
|
+
this.currentSession.onvalidatemerchant = async () => {
|
|
263
|
+
try {
|
|
264
|
+
if (!authToken) {
|
|
265
|
+
throw new Error('Authentication token not provided.');
|
|
266
|
+
}
|
|
267
|
+
const merchantSession = await this.validateMerchant(authToken, accountId);
|
|
268
|
+
try {
|
|
269
|
+
this.currentSession.completeMerchantValidation(merchantSession);
|
|
270
|
+
}
|
|
271
|
+
catch (completionError) {
|
|
272
|
+
console.error('Error calling completeMerchantValidation:', completionError);
|
|
273
|
+
throw completionError;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
catch (error) {
|
|
277
|
+
console.error('=== MERCHANT VALIDATION ERROR ===');
|
|
278
|
+
console.error('Error during merchant validation:', error);
|
|
279
|
+
console.error('Error stack:', error.stack);
|
|
280
|
+
this.currentSession.abort();
|
|
281
|
+
reject({
|
|
282
|
+
success: false,
|
|
283
|
+
error: {
|
|
284
|
+
code: 'MERCHANT_VALIDATION_ERROR',
|
|
285
|
+
message: error instanceof Error
|
|
286
|
+
? error.message
|
|
287
|
+
: 'Merchant validation failed',
|
|
288
|
+
},
|
|
289
|
+
});
|
|
290
|
+
}
|
|
291
|
+
};
|
|
292
|
+
this.currentSession.onpaymentauthorized = async (event) => {
|
|
293
|
+
try {
|
|
294
|
+
const payment = event.payment;
|
|
295
|
+
const paymentPayload = Object.assign(Object.assign({}, payment.token), { product_details: {
|
|
296
|
+
name: this.currentPaymentRequest.total.label,
|
|
297
|
+
price: ApplePayHelpers.parseAmount(this.currentPaymentRequest.total.amount),
|
|
298
|
+
description: this.currentPaymentRequest.total.label,
|
|
299
|
+
} });
|
|
300
|
+
const paymentResult = await this.processPayment(authToken, accountId, paymentPayload);
|
|
301
|
+
if (paymentResult.success) {
|
|
302
|
+
this.currentSession.completePayment({
|
|
303
|
+
status: ApplePaySessionStatus.STATUS_SUCCESS,
|
|
304
|
+
});
|
|
305
|
+
resolve({
|
|
306
|
+
success: true,
|
|
307
|
+
token: payment.token,
|
|
308
|
+
paymentMethodId: paymentResult.data.id,
|
|
309
|
+
});
|
|
310
|
+
}
|
|
311
|
+
else {
|
|
312
|
+
console.error('PSP reported payment failure:', paymentResult.data);
|
|
313
|
+
this.currentSession.completePayment({
|
|
314
|
+
status: ApplePaySessionStatus.STATUS_FAILURE,
|
|
315
|
+
});
|
|
316
|
+
reject({
|
|
317
|
+
success: false,
|
|
318
|
+
error: {
|
|
319
|
+
code: 'PAYMENT_PROCESSING_ERROR',
|
|
320
|
+
message: 'Payment processing failed',
|
|
321
|
+
},
|
|
322
|
+
});
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
catch (error) {
|
|
326
|
+
console.error('=== PAYMENT PROCESSING ERROR ===');
|
|
327
|
+
console.error('Error processing payment:', error);
|
|
328
|
+
console.error('Error stack:', error.stack);
|
|
329
|
+
this.currentSession.completePayment({
|
|
330
|
+
status: ApplePaySessionStatus.STATUS_FAILURE,
|
|
331
|
+
});
|
|
332
|
+
reject({
|
|
333
|
+
success: false,
|
|
334
|
+
error: {
|
|
335
|
+
code: 'PAYMENT_PROCESSING_ERROR',
|
|
336
|
+
message: error instanceof Error
|
|
337
|
+
? error.message
|
|
338
|
+
: 'Payment processing failed',
|
|
339
|
+
},
|
|
340
|
+
});
|
|
341
|
+
}
|
|
342
|
+
finally {
|
|
343
|
+
this.currentSession = undefined;
|
|
344
|
+
this.currentPaymentRequest = undefined;
|
|
345
|
+
}
|
|
346
|
+
};
|
|
347
|
+
this.currentSession.onpaymentmethodselected = () => {
|
|
348
|
+
const paymentUpdate = {
|
|
349
|
+
newTotal: this.currentPaymentRequest.total,
|
|
350
|
+
newLineItems: this.currentPaymentRequest.lineItems || [],
|
|
351
|
+
};
|
|
352
|
+
try {
|
|
353
|
+
this.currentSession.completePaymentMethodSelection(paymentUpdate);
|
|
354
|
+
}
|
|
355
|
+
catch (error) {
|
|
356
|
+
console.error('Error completing payment method selection:', error);
|
|
357
|
+
this.currentSession.abort();
|
|
358
|
+
}
|
|
359
|
+
};
|
|
360
|
+
this.currentSession.onshippingmethodselected = () => {
|
|
361
|
+
this.currentSession.completeShippingMethodSelection({
|
|
362
|
+
status: ApplePaySessionStatus.STATUS_SUCCESS,
|
|
363
|
+
newTotal: this.currentPaymentRequest.total,
|
|
364
|
+
newLineItems: this.currentPaymentRequest.lineItems || [],
|
|
365
|
+
});
|
|
366
|
+
};
|
|
367
|
+
this.currentSession.oncancel = (event) => {
|
|
368
|
+
if (event.sessionError) {
|
|
369
|
+
console.error(event.sessionError);
|
|
370
|
+
switch (event.sessionError.code) {
|
|
371
|
+
case 'unknown':
|
|
372
|
+
console.error('Unknown error - likely merchant validation issue');
|
|
373
|
+
console.error('This usually means:');
|
|
374
|
+
console.error('1. Merchant certificate is invalid or expired');
|
|
375
|
+
console.error('2. Merchant identifier mismatch');
|
|
376
|
+
console.error('3. Backend validation endpoint issues');
|
|
377
|
+
break;
|
|
378
|
+
case 'invalidMerchantSession':
|
|
379
|
+
console.error('Invalid merchant session provided');
|
|
380
|
+
console.error('Check that the merchant session from backend is valid');
|
|
381
|
+
break;
|
|
382
|
+
case 'userCancel':
|
|
383
|
+
console.error('User cancelled the payment');
|
|
384
|
+
break;
|
|
385
|
+
default:
|
|
386
|
+
console.error('Other error code:', event.sessionError.code);
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
this.currentSession = undefined;
|
|
390
|
+
this.currentPaymentRequest = undefined;
|
|
391
|
+
reject({
|
|
392
|
+
success: false,
|
|
393
|
+
error: {
|
|
394
|
+
code: 'USER_CANCELLED',
|
|
395
|
+
message: 'User cancelled the Apple Pay session',
|
|
396
|
+
},
|
|
397
|
+
});
|
|
398
|
+
};
|
|
399
|
+
if ('onerror' in this.currentSession) {
|
|
400
|
+
this.currentSession.onerror = (error) => {
|
|
401
|
+
console.error('=== APPLE PAY SESSION ERROR ===');
|
|
402
|
+
console.error('Session error:', error);
|
|
403
|
+
this.currentSession = undefined;
|
|
404
|
+
this.currentPaymentRequest = undefined;
|
|
405
|
+
reject({
|
|
406
|
+
success: false,
|
|
407
|
+
error: {
|
|
408
|
+
code: 'SESSION_ERROR',
|
|
409
|
+
message: 'Apple Pay session error occurred',
|
|
410
|
+
},
|
|
411
|
+
});
|
|
412
|
+
};
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
/**
|
|
416
|
+
* Create a basic payment request
|
|
417
|
+
*/
|
|
418
|
+
static createPaymentRequest(amount, label, countryCode = 'US', currencyCode = 'USD') {
|
|
419
|
+
return {
|
|
420
|
+
countryCode,
|
|
421
|
+
currencyCode,
|
|
422
|
+
merchantCapabilities: ApplePayHelpers.getDefaultMerchantCapabilities(),
|
|
423
|
+
supportedNetworks: ApplePayHelpers.getDefaultSupportedNetworks(),
|
|
424
|
+
total: ApplePayHelpers.createLineItem(label, amount),
|
|
425
|
+
};
|
|
426
|
+
}
|
|
427
|
+
/**
|
|
428
|
+
* Get current configuration
|
|
429
|
+
*/
|
|
430
|
+
getApplePayConfig() {
|
|
431
|
+
return this.applePayConfig;
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
const ApplePaySkeleton = (props) => {
|
|
436
|
+
const { isReady } = props;
|
|
437
|
+
if (isReady) {
|
|
438
|
+
return null;
|
|
439
|
+
}
|
|
440
|
+
return (index.h("div", { class: 'container-fluid p-0' },
|
|
441
|
+
index.h("div", { class: 'row mb-3' },
|
|
442
|
+
index.h("div", { class: 'col-12 align-content-center' },
|
|
443
|
+
index.h(skeleton.Skeleton, { height: '44px', width: '100%', styles: { borderRadius: "8px" } })))));
|
|
444
|
+
};
|
|
445
|
+
|
|
446
|
+
const ProcessingSpinner = () => (index.h("div", { class: 'processing-overlay' },
|
|
447
|
+
index.h("div", { class: 'spinner' }),
|
|
448
|
+
index.h("span", null, "Processing...")));
|
|
449
|
+
const ApplePayButton = (props) => {
|
|
450
|
+
const getApplePayButtonClass = () => {
|
|
451
|
+
let classes = "apple-pay-button";
|
|
452
|
+
switch (props.buttonStyle) {
|
|
453
|
+
case ApplePayButtonStyle.WHITE:
|
|
454
|
+
classes += " apple-pay-button-white";
|
|
455
|
+
break;
|
|
456
|
+
case ApplePayButtonStyle.WHITE_OUTLINE:
|
|
457
|
+
classes += " apple-pay-button-white-outline";
|
|
458
|
+
break;
|
|
459
|
+
case ApplePayButtonStyle.BLACK:
|
|
460
|
+
default:
|
|
461
|
+
classes += " apple-pay-button-black";
|
|
462
|
+
break;
|
|
463
|
+
}
|
|
464
|
+
switch (props.buttonType) {
|
|
465
|
+
case ApplePayButtonType.BUY:
|
|
466
|
+
classes += " apple-pay-button-type-buy";
|
|
467
|
+
break;
|
|
468
|
+
case ApplePayButtonType.DONATE:
|
|
469
|
+
classes += " apple-pay-button-type-donate";
|
|
470
|
+
break;
|
|
471
|
+
case ApplePayButtonType.PLAIN:
|
|
472
|
+
default:
|
|
473
|
+
classes += " apple-pay-button-type-plain";
|
|
474
|
+
break;
|
|
475
|
+
}
|
|
476
|
+
if (props.disabled || props.isProcessing || !props.isAvailable) {
|
|
477
|
+
classes += " disabled";
|
|
478
|
+
}
|
|
479
|
+
return classes;
|
|
480
|
+
};
|
|
481
|
+
const getButtonStyles = () => {
|
|
482
|
+
return {
|
|
483
|
+
width: props.width || "200px",
|
|
484
|
+
height: props.height || "48px",
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
const handleClick = () => {
|
|
488
|
+
if (!props.disabled &&
|
|
489
|
+
!props.isProcessing &&
|
|
490
|
+
props.isAvailable &&
|
|
491
|
+
props.clickHandler) {
|
|
492
|
+
props.clickHandler();
|
|
493
|
+
}
|
|
494
|
+
};
|
|
495
|
+
return (index.h("div", { class: 'apple-pay-button-container' },
|
|
496
|
+
index.h("button", Object.assign({ class: getApplePayButtonClass(), style: getButtonStyles(), onClick: handleClick, disabled: props.disabled || props.isProcessing || !props.isAvailable, "aria-label": 'Pay with Apple Pay', type: 'button' }, props), props.isProcessing && ProcessingSpinner()),
|
|
497
|
+
index.h("style", null, `
|
|
498
|
+
.apple-pay-button-container {
|
|
499
|
+
display: inline-block;
|
|
500
|
+
position: relative;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
/* Apple Pay CSS classes - these are the official Apple Pay button styles */
|
|
504
|
+
.apple-pay-button {
|
|
505
|
+
display: inline-block;
|
|
506
|
+
-webkit-appearance: -apple-pay-button;
|
|
507
|
+
-apple-pay-button-type: plain; /* default */
|
|
508
|
+
-apple-pay-button-style: black; /* default */
|
|
509
|
+
border-radius: 8px;
|
|
510
|
+
cursor: pointer;
|
|
511
|
+
border: none;
|
|
512
|
+
outline: none;
|
|
513
|
+
transition: opacity 0.2s ease;
|
|
514
|
+
position: relative;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
/* Button styles */
|
|
518
|
+
.apple-pay-button.apple-pay-button-black {
|
|
519
|
+
-apple-pay-button-style: black;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
.apple-pay-button.apple-pay-button-white {
|
|
523
|
+
-apple-pay-button-style: white;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.apple-pay-button.apple-pay-button-white-outline {
|
|
527
|
+
-apple-pay-button-style: white-outline;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
/* Button types */
|
|
531
|
+
.apple-pay-button.apple-pay-button-type-plain {
|
|
532
|
+
-apple-pay-button-type: plain;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.apple-pay-button.apple-pay-button-type-buy {
|
|
536
|
+
-apple-pay-button-type: buy;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.apple-pay-button.apple-pay-button-type-donate {
|
|
540
|
+
-apple-pay-button-type: donate;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
/* Hover and disabled states */
|
|
544
|
+
.apple-pay-button:hover:not(.disabled) {
|
|
545
|
+
opacity: 0.9;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.apple-pay-button.disabled {
|
|
549
|
+
opacity: 0.5;
|
|
550
|
+
cursor: not-allowed;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
/* Processing overlay */
|
|
554
|
+
.processing-overlay {
|
|
555
|
+
position: absolute;
|
|
556
|
+
top: 0;
|
|
557
|
+
left: 0;
|
|
558
|
+
right: 0;
|
|
559
|
+
bottom: 0;
|
|
560
|
+
display: flex;
|
|
561
|
+
align-items: center;
|
|
562
|
+
justify-content: center;
|
|
563
|
+
gap: 8px;
|
|
564
|
+
background: rgba(0, 0, 0, 0.8);
|
|
565
|
+
color: white;
|
|
566
|
+
border-radius: 8px;
|
|
567
|
+
font-size: 14px;
|
|
568
|
+
font-weight: 500;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.spinner {
|
|
572
|
+
width: 16px;
|
|
573
|
+
height: 16px;
|
|
574
|
+
border: 2px solid rgba(255, 255, 255, 0.3);
|
|
575
|
+
border-top: 2px solid #fff;
|
|
576
|
+
border-radius: 50%;
|
|
577
|
+
animation: spin 1s linear infinite;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
@keyframes spin {
|
|
581
|
+
0% { transform: rotate(0deg); }
|
|
582
|
+
100% { transform: rotate(360deg); }
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
/* Responsive design */
|
|
586
|
+
@media (max-width: 480px) {
|
|
587
|
+
.apple-pay-button {
|
|
588
|
+
width: 100% !important;
|
|
589
|
+
min-width: 200px;
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
`)));
|
|
593
|
+
};
|
|
594
|
+
|
|
595
|
+
const ApplePay = class {
|
|
596
|
+
constructor(hostRef) {
|
|
597
|
+
index.registerInstance(this, hostRef);
|
|
598
|
+
this.applePayStarted = index.createEvent(this, "applePayStarted");
|
|
599
|
+
this.applePayCompleted = index.createEvent(this, "applePayCompleted");
|
|
600
|
+
this.applePayCancelled = index.createEvent(this, "applePayCancelled");
|
|
601
|
+
this.applePayError = index.createEvent(this, "applePayError");
|
|
602
|
+
this.countryCode = "US";
|
|
603
|
+
this.merchantIdentifier = "merchant.com.staging-justifi.checkout-dev";
|
|
604
|
+
this.merchantDisplayName = "JustiFi Checkout";
|
|
605
|
+
this.initiativeContext = "dev-checkout.justifi-staging.com";
|
|
606
|
+
this.buttonType = ApplePayButtonType.PLAIN;
|
|
607
|
+
this.buttonStyle = ApplePayButtonStyle.BLACK;
|
|
608
|
+
this.disabled = false;
|
|
609
|
+
this.showSkeleton = true;
|
|
610
|
+
this.isLoading = true;
|
|
611
|
+
this.isProcessing = false;
|
|
612
|
+
this.isAvailable = false;
|
|
613
|
+
this.canMakePayments = false;
|
|
614
|
+
this.isConfigValid = true;
|
|
615
|
+
this.error = null;
|
|
616
|
+
this.handleApplePayClick = async () => {
|
|
617
|
+
var _a;
|
|
618
|
+
if (this.isProcessing || this.disabled || !this.isAvailable) {
|
|
619
|
+
return;
|
|
620
|
+
}
|
|
621
|
+
try {
|
|
622
|
+
this.isProcessing = true;
|
|
623
|
+
this.error = null;
|
|
624
|
+
this.applePayStarted.emit();
|
|
625
|
+
const paymentRequest = {
|
|
626
|
+
countryCode: this.countryCode,
|
|
627
|
+
currencyCode: checkout_store.checkoutStore.paymentCurrency,
|
|
628
|
+
merchantCapabilities: ApplePayHelpers.getDefaultMerchantCapabilities(),
|
|
629
|
+
supportedNetworks: ApplePayHelpers.getDefaultSupportedNetworks(),
|
|
630
|
+
total: ApplePayHelpers.createLineItem(checkout_store.checkoutStore.paymentDescription, checkout_store.checkoutStore.paymentAmount),
|
|
631
|
+
};
|
|
632
|
+
const result = await this.applePayService.startPaymentSession(paymentRequest, checkout_store.checkoutStore.authToken, checkout_store.checkoutStore.accountId);
|
|
633
|
+
if (result.success) {
|
|
634
|
+
this.applePayCompleted.emit({
|
|
635
|
+
success: true,
|
|
636
|
+
token: result.token,
|
|
637
|
+
paymentMethodId: result.paymentMethodId,
|
|
638
|
+
});
|
|
639
|
+
}
|
|
640
|
+
else {
|
|
641
|
+
this.applePayCompleted.emit({
|
|
642
|
+
success: false,
|
|
643
|
+
error: result.error,
|
|
644
|
+
});
|
|
645
|
+
this.applePayError.emit({
|
|
646
|
+
error: ((_a = result.error) === null || _a === void 0 ? void 0 : _a.message) || "Payment failed",
|
|
647
|
+
});
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
catch (error) {
|
|
651
|
+
console.error("Apple Pay payment error:", error);
|
|
652
|
+
const errorMessage = error instanceof Error ? error.message : "Payment failed";
|
|
653
|
+
this.error = errorMessage;
|
|
654
|
+
this.applePayError.emit({ error: errorMessage });
|
|
655
|
+
this.applePayCompleted.emit({
|
|
656
|
+
success: false,
|
|
657
|
+
error: errorMessage,
|
|
658
|
+
});
|
|
659
|
+
}
|
|
660
|
+
finally {
|
|
661
|
+
this.isProcessing = false;
|
|
662
|
+
}
|
|
663
|
+
};
|
|
664
|
+
}
|
|
665
|
+
componentWillLoad() {
|
|
666
|
+
this.applePayService = new ApplePayService();
|
|
667
|
+
this.initializeApplePay();
|
|
668
|
+
}
|
|
669
|
+
componentDidLoad() {
|
|
670
|
+
checkout_store.onChange("paymentAmount", () => {
|
|
671
|
+
this.initializeApplePay();
|
|
672
|
+
});
|
|
673
|
+
checkout_store.onChange("authToken", () => {
|
|
674
|
+
this.initializeApplePay();
|
|
675
|
+
});
|
|
676
|
+
}
|
|
677
|
+
watchPropsChange() {
|
|
678
|
+
this.initializeApplePay();
|
|
679
|
+
}
|
|
680
|
+
async initializeApplePay() {
|
|
681
|
+
try {
|
|
682
|
+
this.isLoading = true;
|
|
683
|
+
this.error = null;
|
|
684
|
+
this.isConfigValid = true;
|
|
685
|
+
const hasRequiredConfig = Boolean(checkout_store.checkoutStore.paymentAmount) &&
|
|
686
|
+
Boolean(checkout_store.checkoutStore.paymentCurrency) &&
|
|
687
|
+
Boolean(checkout_store.checkoutStore.authToken);
|
|
688
|
+
if (!hasRequiredConfig) {
|
|
689
|
+
this.error = "Missing required Apple Pay configuration";
|
|
690
|
+
this.isConfigValid = false;
|
|
691
|
+
console.error("Apple Pay config error: missing required values", {
|
|
692
|
+
paymentAmount: checkout_store.checkoutStore.paymentAmount,
|
|
693
|
+
paymentCurrency: checkout_store.checkoutStore.paymentCurrency,
|
|
694
|
+
hasAuthToken: Boolean(checkout_store.checkoutStore.authToken),
|
|
695
|
+
});
|
|
696
|
+
this.applePayError.emit({ error: this.error });
|
|
697
|
+
this.isLoading = false;
|
|
698
|
+
return;
|
|
699
|
+
}
|
|
700
|
+
this.isAvailable = ApplePayHelpers.isApplePaySupported();
|
|
701
|
+
this.canMakePayments = ApplePayHelpers.canMakePayments();
|
|
702
|
+
if (!this.isAvailable) {
|
|
703
|
+
this.error = "Apple Pay is not supported on this device";
|
|
704
|
+
console.error(this.error);
|
|
705
|
+
this.applePayError.emit({ error: this.error });
|
|
706
|
+
this.isLoading = false;
|
|
707
|
+
return;
|
|
708
|
+
}
|
|
709
|
+
if (!this.canMakePayments) {
|
|
710
|
+
this.error = "Apple Pay is not available";
|
|
711
|
+
console.error(this.error);
|
|
712
|
+
this.applePayError.emit({ error: this.error });
|
|
713
|
+
this.isLoading = false;
|
|
714
|
+
return;
|
|
715
|
+
}
|
|
716
|
+
const applePayConfig = {
|
|
717
|
+
merchantIdentifier: this.merchantIdentifier,
|
|
718
|
+
displayName: this.merchantDisplayName,
|
|
719
|
+
initiative: "web",
|
|
720
|
+
initiativeContext: this.initiativeContext,
|
|
721
|
+
buttonType: this.buttonType,
|
|
722
|
+
buttonStyle: this.buttonStyle,
|
|
723
|
+
};
|
|
724
|
+
this.applePayService.initialize(applePayConfig);
|
|
725
|
+
const hasActiveCard = await this.applePayService.canMakePaymentsWithActiveCard();
|
|
726
|
+
if (!hasActiveCard) {
|
|
727
|
+
console.warn("No Apple Pay cards available, but continuing...");
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
catch (error) {
|
|
731
|
+
console.error("Apple Pay initialization error:", error);
|
|
732
|
+
this.error =
|
|
733
|
+
error instanceof Error
|
|
734
|
+
? error.message
|
|
735
|
+
: "Failed to initialize Apple Pay";
|
|
736
|
+
this.applePayError.emit({ error: this.error });
|
|
737
|
+
}
|
|
738
|
+
finally {
|
|
739
|
+
this.isLoading = false;
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
async isSupported() {
|
|
743
|
+
return this.isAvailable && this.canMakePayments;
|
|
744
|
+
}
|
|
745
|
+
async getPaymentMethods() {
|
|
746
|
+
if (!this.isAvailable) {
|
|
747
|
+
return [];
|
|
748
|
+
}
|
|
749
|
+
return ApplePayHelpers.getDefaultSupportedNetworks();
|
|
750
|
+
}
|
|
751
|
+
async abort() {
|
|
752
|
+
this.applePayService.abortPaymentSession();
|
|
753
|
+
this.isProcessing = false;
|
|
754
|
+
this.applePayCancelled.emit();
|
|
755
|
+
}
|
|
756
|
+
render() {
|
|
757
|
+
const shouldHide = !this.isLoading &&
|
|
758
|
+
(!this.isConfigValid || !this.isAvailable || !this.canMakePayments);
|
|
759
|
+
if (shouldHide) {
|
|
760
|
+
return null;
|
|
761
|
+
}
|
|
762
|
+
const isReady = !this.isLoading &&
|
|
763
|
+
this.isAvailable &&
|
|
764
|
+
this.canMakePayments &&
|
|
765
|
+
this.isConfigValid;
|
|
766
|
+
return (index.h(styledHost.StyledHost, null, index.h("script", { async: true, src: 'https://applepay.cdn-apple.com/jsapi/1.latest/apple-pay-sdk.js' }), index.h("div", { class: 'apple-pay-container' }, index.h(ApplePaySkeleton, { isReady: isReady }), !this.isLoading &&
|
|
767
|
+
this.isAvailable &&
|
|
768
|
+
this.canMakePayments && (index.h(ApplePayButton, { buttonType: this.buttonType, buttonStyle: this.buttonStyle, disabled: this.disabled, isProcessing: this.isProcessing, isAvailable: this.isAvailable, clickHandler: this.handleApplePayClick }))), index.h("style", null, `
|
|
769
|
+
.apple-pay-container {
|
|
770
|
+
width: 100%;
|
|
771
|
+
}
|
|
772
|
+
`)));
|
|
773
|
+
}
|
|
774
|
+
static get watchers() { return {
|
|
775
|
+
"merchantIdentifier": ["watchPropsChange"],
|
|
776
|
+
"buttonType": ["watchPropsChange"],
|
|
777
|
+
"buttonStyle": ["watchPropsChange"],
|
|
778
|
+
"disabled": ["watchPropsChange"]
|
|
779
|
+
}; }
|
|
780
|
+
};
|
|
781
|
+
|
|
782
|
+
exports.justifi_apple_pay = ApplePay;
|