@justifi/webcomponents 4.16.0 → 4.17.0
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/{Analytics-423b2bb5.js → Analytics-80336968.js} +1 -1
- package/dist/cjs/{SubAccount-4f4fac22.js → SubAccount-135ff8c8.js} +1 -1
- package/dist/cjs/additional-questions-details_5.cjs.entry.js +1 -1
- package/dist/cjs/{business-additional-questions-schema-606d1292.js → business-additional-questions-schema-cf545610.js} +2 -2
- package/dist/cjs/form-alert_5.cjs.entry.js +2 -2
- package/dist/cjs/form-control-checkbox_5.cjs.entry.js +7 -10
- package/dist/cjs/form-control-date_3.cjs.entry.js +3 -3
- package/dist/cjs/form-control-error-text_4.cjs.entry.js +2 -2
- package/dist/cjs/form-control-file.cjs.entry.js +1 -1
- package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
- package/dist/cjs/form-control-number.cjs.entry.js +1 -1
- package/dist/cjs/gross-payment-chart-core.cjs.entry.js +2 -2
- package/dist/cjs/justifi-additional-questions-form-step_10.cjs.entry.js +8 -11
- package/dist/cjs/justifi-bank-account-form.cjs.entry.js +2 -2
- package/dist/cjs/justifi-billing-form_2.cjs.entry.js +13 -1678
- package/dist/cjs/justifi-business-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-business-form.cjs.entry.js +5 -5
- package/dist/cjs/justifi-business-list.cjs.entry.js +1 -1
- package/dist/cjs/justifi-card-form.cjs.entry.js +2 -2
- package/dist/cjs/justifi-checkout-core.cjs.entry.js +13 -5
- package/dist/cjs/justifi-checkout.cjs.entry.js +11 -3
- package/dist/cjs/justifi-details.cjs.entry.js +1 -1
- package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
- package/dist/cjs/justifi-new-payment-method_4.cjs.entry.js +68 -26
- package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payment-form.cjs.entry.js +6 -6
- package/dist/cjs/justifi-payment-method-form.cjs.entry.js +1688 -0
- package/dist/cjs/justifi-payment-method-selector.cjs.entry.js +1 -1
- package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payments-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
- package/dist/cjs/justifi-payouts-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-proceeds-list.cjs.entry.js +2 -2
- package/dist/cjs/justifi-refund-form.cjs.entry.js +1 -1
- package/dist/cjs/justifi-season-interruption-insurance-core.cjs.entry.js +3 -3
- package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +1 -1
- package/dist/cjs/justifi-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/justifi-subaccount-details.cjs.entry.js +3 -3
- package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{package-b40227dd.js → package-7b63c02b.js} +1 -1
- package/dist/cjs/{payload-parsers-6e4cf5d7.js → payload-parsers-78445405.js} +1 -1
- package/dist/cjs/payment-details-core.cjs.entry.js +8 -8
- package/dist/cjs/payments-list-core.cjs.entry.js +2 -2
- package/dist/cjs/payout-details-core.cjs.entry.js +2 -2
- package/dist/cjs/payouts-list-core.cjs.entry.js +2 -2
- package/dist/cjs/{schema-validations-9668fd79.js → schema-validations-2733de42.js} +3 -4
- package/dist/cjs/subaccount-account-details_4.cjs.entry.js +5 -5
- package/dist/cjs/subaccount-bank-details.cjs.entry.js +1 -1
- package/dist/cjs/subaccount-terms-details.cjs.entry.js +1 -1
- package/dist/cjs/{utils-fd644316.js → utils-742da2e3.js} +12 -3
- package/dist/cjs/{utils-17869710.js → utils-80191fbe.js} +6 -0
- package/dist/cjs/webcomponents.cjs.js +1 -1
- package/dist/collection/api/Checkout.js +0 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/billing-form/billing-form.js +2 -2
- package/dist/collection/components/business-forms/business-form/additional-questions/additional-questions.js +1 -1
- package/dist/collection/components/business-forms/owner-form/owner-form.js +2 -5
- 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/business-core-info/business-core-info-form-step.js +3 -2
- package/dist/collection/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.js +1 -4
- package/dist/collection/components/business-forms/schemas/business-core-info-schema.js +1 -1
- package/dist/collection/components/business-forms/schemas/schema-helpers.js +0 -1
- package/dist/collection/components/business-forms/schemas/schema-validations.js +4 -4
- package/dist/collection/components/checkout/checkout-core.js +64 -5
- package/dist/collection/components/checkout/checkout.js +59 -1
- package/dist/collection/components/checkout/new-payment-method.js +94 -14
- package/dist/collection/components/checkout/payment-method-option-utils.js +2 -0
- package/dist/collection/components/checkout/payment-method-options.css +8 -0
- package/dist/collection/components/checkout/payment-method-options.js +98 -14
- package/dist/collection/components/checkout/save-new-payment-method.js +38 -0
- package/dist/collection/components/checkout/saved-payment-method.js +11 -4
- package/dist/collection/components/checkout/sezzle-payment-method.js +11 -4
- package/dist/collection/components/details/details.js +1 -1
- package/dist/collection/components/form/form-control-checkbox.js +1 -1
- package/dist/collection/components/form/form-control-date.js +1 -1
- package/dist/collection/components/form/form-control-file.js +1 -1
- package/dist/collection/components/form/form-control-monetary.js +1 -1
- package/dist/collection/components/form/form-control-number-masked.js +1 -1
- package/dist/collection/components/form/form-control-number.js +1 -1
- package/dist/collection/components/form/form-control-select.js +1 -1
- package/dist/collection/components/form/form-control-text.js +1 -1
- package/dist/collection/components/form/utils.js +12 -3
- package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +1 -1
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance-core.js +2 -2
- package/dist/collection/components/insurance/season-interruption/season-interruption-insurance.js +1 -1
- package/dist/collection/components/payment-balance-transactions/payment-balance-transactions.js +1 -1
- package/dist/collection/components/payment-details/payment-details-core.js +7 -7
- package/dist/collection/components/payment-form/payment-form.js +3 -3
- package/dist/collection/components/payment-form/payment-method-selector.js +1 -1
- package/dist/collection/components/payments-list/payments-list-core.js +1 -1
- package/dist/collection/components/payout-details/payout-details-core.js +1 -1
- package/dist/collection/components/payouts-list/payouts-list-core.js +1 -1
- package/dist/collection/components/proceeds-list/proceeds-list.js +1 -1
- package/dist/collection/components/refund-form/refund-form.js +1 -1
- package/dist/collection/components/skeleton/skeleton.js +1 -1
- package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +1 -1
- package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +1 -1
- package/dist/collection/components/subaccount-details/subaccount-details.js +1 -1
- package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +1 -1
- package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +1 -1
- package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +1 -1
- package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +1 -1
- package/dist/collection/components/subaccounts-list/subaccounts-list.js +1 -1
- package/dist/collection/utils/utils.js +5 -0
- package/dist/docs.json +415 -41
- package/dist/esm/{Analytics-17c33e9e.js → Analytics-c52faca6.js} +1 -1
- package/dist/esm/{SubAccount-8bf9cb0c.js → SubAccount-7fcb1450.js} +1 -1
- package/dist/esm/additional-questions-details_5.entry.js +1 -1
- package/dist/esm/{business-additional-questions-schema-b00a73ba.js → business-additional-questions-schema-956e3caf.js} +2 -2
- package/dist/esm/form-alert_5.entry.js +2 -2
- package/dist/esm/form-control-checkbox_5.entry.js +7 -10
- package/dist/esm/form-control-date_3.entry.js +3 -3
- package/dist/esm/form-control-error-text_4.entry.js +2 -2
- package/dist/esm/form-control-file.entry.js +1 -1
- package/dist/esm/form-control-monetary.entry.js +1 -1
- package/dist/esm/form-control-number.entry.js +1 -1
- package/dist/esm/gross-payment-chart-core.entry.js +2 -2
- package/dist/esm/justifi-additional-questions-form-step_10.entry.js +9 -12
- package/dist/esm/justifi-bank-account-form.entry.js +2 -2
- package/dist/esm/justifi-billing-form_2.entry.js +13 -1678
- package/dist/esm/justifi-business-details.entry.js +2 -2
- package/dist/esm/justifi-business-form.entry.js +5 -5
- package/dist/esm/justifi-business-list.entry.js +1 -1
- package/dist/esm/justifi-card-form.entry.js +2 -2
- package/dist/esm/justifi-checkout-core.entry.js +13 -5
- package/dist/esm/justifi-checkout.entry.js +11 -3
- package/dist/esm/justifi-details.entry.js +1 -1
- package/dist/esm/justifi-gross-payment-chart.entry.js +2 -2
- package/dist/esm/justifi-new-payment-method_4.entry.js +68 -26
- package/dist/esm/justifi-payment-balance-transactions.entry.js +2 -2
- package/dist/esm/justifi-payment-details.entry.js +2 -2
- package/dist/esm/justifi-payment-form.entry.js +6 -6
- package/dist/esm/justifi-payment-method-form.entry.js +1684 -0
- package/dist/esm/justifi-payment-method-selector.entry.js +1 -1
- package/dist/esm/justifi-payment-provisioning.entry.js +2 -2
- package/dist/esm/justifi-payments-list.entry.js +2 -2
- package/dist/esm/justifi-payout-details.entry.js +2 -2
- package/dist/esm/justifi-payouts-list.entry.js +2 -2
- package/dist/esm/justifi-proceeds-list.entry.js +2 -2
- package/dist/esm/justifi-refund-form.entry.js +1 -1
- package/dist/esm/justifi-season-interruption-insurance-core.entry.js +3 -3
- package/dist/esm/justifi-season-interruption-insurance.entry.js +1 -1
- package/dist/esm/justifi-skeleton.entry.js +1 -1
- package/dist/esm/justifi-subaccount-details.entry.js +3 -3
- package/dist/esm/justifi-subaccounts-list.entry.js +3 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{package-02a6e473.js → package-8ab448a3.js} +1 -1
- package/dist/esm/{payload-parsers-a9e8f8cc.js → payload-parsers-57289fc4.js} +1 -1
- package/dist/esm/payment-details-core.entry.js +8 -8
- package/dist/esm/payments-list-core.entry.js +2 -2
- package/dist/esm/payout-details-core.entry.js +2 -2
- package/dist/esm/payouts-list-core.entry.js +2 -2
- package/dist/esm/{schema-validations-770bdf3e.js → schema-validations-a83ff220.js} +3 -4
- package/dist/esm/subaccount-account-details_4.entry.js +5 -5
- package/dist/esm/subaccount-bank-details.entry.js +1 -1
- package/dist/esm/subaccount-terms-details.entry.js +1 -1
- package/dist/esm/{utils-61a21dea.js → utils-5f4c4faa.js} +6 -1
- package/dist/esm/{utils-8de964da.js → utils-c7b3f21a.js} +12 -3
- package/dist/esm/webcomponents.js +1 -1
- package/dist/module/SubAccount.js +1 -1
- package/dist/module/additional-questions.js +1 -1
- package/dist/module/billing-form.js +2 -2
- package/dist/module/business-additional-questions-form-step.js +1 -1
- package/dist/module/business-core-info-form-step.js +3 -2
- package/dist/module/business-core-info-schema.js +1 -1
- package/dist/module/business-representative-form-step.js +1 -4
- package/dist/module/checkout-core.js +37 -21
- package/dist/module/details.js +1 -1
- package/dist/module/form-control-checkbox2.js +1 -1
- package/dist/module/form-control-date2.js +1 -1
- package/dist/module/form-control-file2.js +1 -1
- package/dist/module/form-control-monetary2.js +1 -1
- package/dist/module/form-control-number-masked2.js +1 -1
- package/dist/module/form-control-number.js +1 -1
- package/dist/module/form-control-select2.js +1 -1
- package/dist/module/form-control-text2.js +1 -1
- package/dist/module/gross-payment-chart-core2.js +1 -1
- package/dist/module/justifi-checkout.js +35 -20
- package/dist/module/justifi-payment-balance-transactions.js +2 -2
- package/dist/module/justifi-payment-form.js +3 -3
- package/dist/module/justifi-proceeds-list.js +1 -1
- package/dist/module/justifi-refund-form.js +1 -1
- package/dist/module/justifi-save-new-payment-method.d.ts +11 -0
- package/dist/module/justifi-save-new-payment-method.js +6 -0
- package/dist/module/justifi-season-interruption-insurance.js +1 -1
- package/dist/module/justifi-subaccount-details.js +2 -2
- package/dist/module/justifi-subaccounts-list.js +2 -2
- package/dist/module/new-payment-method.js +52 -24
- package/dist/module/owner-form.js +2 -5
- package/dist/module/package.js +1 -1
- package/dist/module/payment-details-core2.js +8 -8
- package/dist/module/payment-method-options.js +51 -26
- package/dist/module/payment-method-selector.js +1 -1
- package/dist/module/payments-list-core2.js +2 -2
- package/dist/module/payout-details-core2.js +2 -2
- package/dist/module/payouts-list-core2.js +2 -2
- package/dist/module/save-new-payment-method.js +36 -0
- package/dist/module/saved-payment-method.js +7 -2
- package/dist/module/schema-validations.js +3 -4
- package/dist/module/season-interruption-insurance-core.js +2 -2
- package/dist/module/sezzle-payment-method.js +5 -2
- package/dist/module/skeleton.js +1 -1
- package/dist/module/subaccount-account-details2.js +1 -1
- package/dist/module/subaccount-bank-details.js +1 -1
- package/dist/module/subaccount-merchant-details2.js +2 -2
- package/dist/module/subaccount-owners-details2.js +1 -1
- package/dist/module/subaccount-representative-details2.js +1 -1
- package/dist/module/subaccount-terms-details.js +1 -1
- package/dist/module/utils2.js +6 -1
- package/dist/module/utils3.js +12 -3
- package/dist/types/api/Checkout.d.ts +6 -0
- package/dist/types/components/business-forms/owner-form/owner-form.d.ts +0 -1
- package/dist/types/components/business-forms/payment-provisioning/business-representative/business-representative-form-step.d.ts +0 -1
- package/dist/types/components/business-forms/schemas/schema-helpers.d.ts +0 -1
- package/dist/types/components/checkout/checkout-core.d.ts +5 -1
- package/dist/types/components/checkout/checkout.d.ts +5 -0
- package/dist/types/components/checkout/new-payment-method.d.ts +8 -2
- package/dist/types/components/checkout/payment-method-option-utils.d.ts +1 -0
- package/dist/types/components/checkout/payment-method-options.d.ts +6 -2
- package/dist/types/components/checkout/payment-method-payload.d.ts +1 -0
- package/dist/types/components/checkout/save-new-payment-method.d.ts +7 -0
- package/dist/types/components/checkout/saved-payment-method.d.ts +1 -1
- package/dist/types/components/checkout/sezzle-payment-method.d.ts +1 -1
- package/dist/types/components/form/utils.d.ts +1 -1
- package/dist/types/components/payment-method-form/payment-method-responses.d.ts +6 -4
- package/dist/types/components.d.ts +55 -12
- package/dist/types/utils/utils.d.ts +1 -0
- package/dist/webcomponents/{p-4791c1f2.entry.js → p-00de4ae0.entry.js} +1 -1
- package/dist/webcomponents/{p-0f10316f.entry.js → p-015ba24e.entry.js} +1 -1
- package/dist/webcomponents/p-0575daac.js +1 -0
- package/dist/webcomponents/p-0a09edbb.entry.js +1 -0
- package/dist/webcomponents/{p-31031d15.entry.js → p-0fc18c89.entry.js} +1 -1
- package/dist/webcomponents/{p-f14db665.entry.js → p-100cb35c.entry.js} +1 -1
- package/dist/webcomponents/{p-b01c0120.entry.js → p-189dee9f.entry.js} +1 -1
- package/dist/webcomponents/{p-288c95b3.entry.js → p-1c60004a.entry.js} +1 -1
- package/dist/webcomponents/{p-65969627.entry.js → p-30a7bebc.entry.js} +2 -2
- package/dist/webcomponents/{p-7ae2d26f.entry.js → p-378bb067.entry.js} +1 -1
- package/dist/webcomponents/p-3fd13ca3.js +1 -0
- package/dist/webcomponents/{p-923c37a2.entry.js → p-404d7c56.entry.js} +1 -1
- package/dist/webcomponents/{p-f18e63c3.entry.js → p-43326623.entry.js} +1 -1
- package/dist/webcomponents/{p-9228912b.entry.js → p-4c5f9260.entry.js} +1 -1
- package/dist/webcomponents/{p-7c28a80d.entry.js → p-5309e887.entry.js} +1 -1
- package/dist/webcomponents/{p-fee616cf.entry.js → p-6006e085.entry.js} +1 -1
- package/dist/webcomponents/{p-9c00adf1.entry.js → p-61e486ad.entry.js} +1 -1
- package/dist/webcomponents/{p-eefe2f29.entry.js → p-738049aa.entry.js} +1 -1
- package/dist/webcomponents/{p-56275f64.entry.js → p-739f1e09.entry.js} +1 -1
- package/dist/webcomponents/{p-4b260a52.entry.js → p-7f77d91f.entry.js} +1 -1
- package/dist/webcomponents/{p-ebce7b2f.entry.js → p-84b3cead.entry.js} +1 -1
- package/dist/webcomponents/{p-06baf263.entry.js → p-8805d083.entry.js} +1 -1
- package/dist/webcomponents/p-89887332.js +1 -0
- package/dist/webcomponents/p-95c18035.entry.js +1 -0
- package/dist/webcomponents/{p-fa9773c0.entry.js → p-95c8c313.entry.js} +1 -1
- package/dist/webcomponents/p-97220d5b.entry.js +1 -0
- package/dist/webcomponents/{p-8e8f5033.entry.js → p-98985c7d.entry.js} +1 -1
- package/dist/webcomponents/{p-e3a31451.entry.js → p-9936c393.entry.js} +1 -1
- package/dist/webcomponents/p-9d03464e.entry.js +1 -0
- package/dist/webcomponents/{p-3a7e0753.entry.js → p-a34c28af.entry.js} +1 -1
- package/dist/webcomponents/{p-d42e284d.entry.js → p-a6477232.entry.js} +1 -1
- package/dist/webcomponents/{p-2451611d.entry.js → p-a90a6703.entry.js} +1 -1
- package/dist/webcomponents/{p-a33c3e1c.entry.js → p-b1a24d24.entry.js} +1 -1
- package/dist/webcomponents/{p-9b1e7f5e.entry.js → p-b27d2ce1.entry.js} +1 -1
- package/dist/webcomponents/{p-3394ff6c.js → p-b7d9d9fa.js} +1 -1
- package/dist/webcomponents/{p-1e53021d.entry.js → p-be049573.entry.js} +1 -1
- package/dist/webcomponents/{p-c85fb952.entry.js → p-bfe69314.entry.js} +1 -1
- package/dist/webcomponents/{p-9601cf9d.entry.js → p-c2d6a5e2.entry.js} +1 -1
- package/dist/webcomponents/{p-4b4fc43d.js → p-c4264aaf.js} +1 -1
- package/dist/webcomponents/{p-808c8988.entry.js → p-c69713c2.entry.js} +1 -1
- package/dist/webcomponents/{p-9e5d765c.js → p-c8c08fe3.js} +1 -1
- package/dist/webcomponents/{p-b94bf537.entry.js → p-d779f2f2.entry.js} +1 -1
- package/dist/webcomponents/{p-26779944.entry.js → p-da313a7e.entry.js} +1 -1
- package/dist/webcomponents/{p-6ce586e0.entry.js → p-e04f7070.entry.js} +1 -1
- package/dist/webcomponents/p-e7915927.entry.js +1 -0
- package/dist/webcomponents/{p-fb53112b.js → p-e8c651b8.js} +1 -1
- package/dist/webcomponents/p-eb142b8a.entry.js +1 -0
- package/dist/webcomponents/{p-851e57f4.js → p-edb605b3.js} +1 -1
- package/dist/webcomponents/{p-e673e681.entry.js → p-efe744ce.entry.js} +1 -1
- package/dist/webcomponents/p-f6858597.entry.js +1 -0
- package/dist/webcomponents/p-f68cf935.entry.js +1 -0
- package/dist/webcomponents/{p-3f06ce2f.entry.js → p-fcf42299.entry.js} +1 -1
- package/dist/webcomponents/webcomponents.esm.js +1 -1
- package/package.json +1 -1
- package/dist/webcomponents/p-038fb958.entry.js +0 -1
- package/dist/webcomponents/p-144e4bda.js +0 -1
- package/dist/webcomponents/p-1feebf9c.entry.js +0 -1
- package/dist/webcomponents/p-306aea52.entry.js +0 -1
- package/dist/webcomponents/p-6b05f357.entry.js +0 -1
- package/dist/webcomponents/p-71800e4c.js +0 -1
- package/dist/webcomponents/p-88d68804.entry.js +0 -1
- package/dist/webcomponents/p-8a6049ed.js +0 -1
- package/dist/webcomponents/p-bacd9d6e.entry.js +0 -1
- package/dist/webcomponents/p-f3ae3cb6.entry.js +0 -1
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2024-
|
|
2
|
+
"timestamp": "2024-08-29T16:47:20",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.19.2",
|
|
@@ -5922,7 +5922,47 @@
|
|
|
5922
5922
|
"required": false
|
|
5923
5923
|
}
|
|
5924
5924
|
],
|
|
5925
|
-
"methods": [
|
|
5925
|
+
"methods": [
|
|
5926
|
+
{
|
|
5927
|
+
"name": "fillBillingForm",
|
|
5928
|
+
"returns": {
|
|
5929
|
+
"type": "Promise<void>",
|
|
5930
|
+
"docs": ""
|
|
5931
|
+
},
|
|
5932
|
+
"complexType": {
|
|
5933
|
+
"signature": "(fields: BillingFormFields) => Promise<void>",
|
|
5934
|
+
"parameters": [
|
|
5935
|
+
{
|
|
5936
|
+
"name": "fields",
|
|
5937
|
+
"type": "BillingFormFields",
|
|
5938
|
+
"docs": ""
|
|
5939
|
+
}
|
|
5940
|
+
],
|
|
5941
|
+
"references": {
|
|
5942
|
+
"Promise": {
|
|
5943
|
+
"location": "global",
|
|
5944
|
+
"id": "global::Promise"
|
|
5945
|
+
},
|
|
5946
|
+
"BillingFormFields": {
|
|
5947
|
+
"location": "import",
|
|
5948
|
+
"path": "../billing-form/billing-form-schema",
|
|
5949
|
+
"id": "src/components/billing-form/billing-form-schema.ts::BillingFormFields"
|
|
5950
|
+
}
|
|
5951
|
+
},
|
|
5952
|
+
"return": "Promise<void>"
|
|
5953
|
+
},
|
|
5954
|
+
"signature": "fillBillingForm(fields: BillingFormFields) => Promise<void>",
|
|
5955
|
+
"parameters": [
|
|
5956
|
+
{
|
|
5957
|
+
"name": "fields",
|
|
5958
|
+
"type": "BillingFormFields",
|
|
5959
|
+
"docs": ""
|
|
5960
|
+
}
|
|
5961
|
+
],
|
|
5962
|
+
"docs": "",
|
|
5963
|
+
"docsTags": []
|
|
5964
|
+
}
|
|
5965
|
+
],
|
|
5926
5966
|
"events": [
|
|
5927
5967
|
{
|
|
5928
5968
|
"event": "error-event",
|
|
@@ -5943,6 +5983,26 @@
|
|
|
5943
5983
|
"composed": true,
|
|
5944
5984
|
"docs": "",
|
|
5945
5985
|
"docsTags": []
|
|
5986
|
+
},
|
|
5987
|
+
{
|
|
5988
|
+
"event": "loaded",
|
|
5989
|
+
"detail": "{ checkout_status: ICheckoutStatus; }",
|
|
5990
|
+
"bubbles": true,
|
|
5991
|
+
"complexType": {
|
|
5992
|
+
"original": "ILoadedEventResponse",
|
|
5993
|
+
"resolved": "{ checkout_status: ICheckoutStatus; }",
|
|
5994
|
+
"references": {
|
|
5995
|
+
"ILoadedEventResponse": {
|
|
5996
|
+
"location": "import",
|
|
5997
|
+
"path": "../../api",
|
|
5998
|
+
"id": "src/api/index.ts::ILoadedEventResponse"
|
|
5999
|
+
}
|
|
6000
|
+
}
|
|
6001
|
+
},
|
|
6002
|
+
"cancelable": true,
|
|
6003
|
+
"composed": true,
|
|
6004
|
+
"docs": "",
|
|
6005
|
+
"docsTags": []
|
|
5946
6006
|
}
|
|
5947
6007
|
],
|
|
5948
6008
|
"listeners": [],
|
|
@@ -5968,7 +6028,8 @@
|
|
|
5968
6028
|
],
|
|
5969
6029
|
"justifi-new-payment-method": [
|
|
5970
6030
|
"justifi-payment-method-form",
|
|
5971
|
-
"justifi-billing-form"
|
|
6031
|
+
"justifi-billing-form",
|
|
6032
|
+
"justifi-save-new-payment-method"
|
|
5972
6033
|
],
|
|
5973
6034
|
"justifi-billing-form": [
|
|
5974
6035
|
"form-control-text",
|
|
@@ -6192,7 +6253,47 @@
|
|
|
6192
6253
|
"required": false
|
|
6193
6254
|
}
|
|
6194
6255
|
],
|
|
6195
|
-
"methods": [
|
|
6256
|
+
"methods": [
|
|
6257
|
+
{
|
|
6258
|
+
"name": "fillBillingForm",
|
|
6259
|
+
"returns": {
|
|
6260
|
+
"type": "Promise<void>",
|
|
6261
|
+
"docs": ""
|
|
6262
|
+
},
|
|
6263
|
+
"complexType": {
|
|
6264
|
+
"signature": "(fields: BillingFormFields) => Promise<void>",
|
|
6265
|
+
"parameters": [
|
|
6266
|
+
{
|
|
6267
|
+
"name": "fields",
|
|
6268
|
+
"type": "BillingFormFields",
|
|
6269
|
+
"docs": ""
|
|
6270
|
+
}
|
|
6271
|
+
],
|
|
6272
|
+
"references": {
|
|
6273
|
+
"Promise": {
|
|
6274
|
+
"location": "global",
|
|
6275
|
+
"id": "global::Promise"
|
|
6276
|
+
},
|
|
6277
|
+
"BillingFormFields": {
|
|
6278
|
+
"location": "import",
|
|
6279
|
+
"path": "../billing-form/billing-form-schema",
|
|
6280
|
+
"id": "src/components/billing-form/billing-form-schema.ts::BillingFormFields"
|
|
6281
|
+
}
|
|
6282
|
+
},
|
|
6283
|
+
"return": "Promise<void>"
|
|
6284
|
+
},
|
|
6285
|
+
"signature": "fillBillingForm(fields: BillingFormFields) => Promise<void>",
|
|
6286
|
+
"parameters": [
|
|
6287
|
+
{
|
|
6288
|
+
"name": "fields",
|
|
6289
|
+
"type": "BillingFormFields",
|
|
6290
|
+
"docs": ""
|
|
6291
|
+
}
|
|
6292
|
+
],
|
|
6293
|
+
"docs": "",
|
|
6294
|
+
"docsTags": []
|
|
6295
|
+
}
|
|
6296
|
+
],
|
|
6196
6297
|
"events": [
|
|
6197
6298
|
{
|
|
6198
6299
|
"event": "error-event",
|
|
@@ -6214,6 +6315,26 @@
|
|
|
6214
6315
|
"docs": "",
|
|
6215
6316
|
"docsTags": []
|
|
6216
6317
|
},
|
|
6318
|
+
{
|
|
6319
|
+
"event": "loaded",
|
|
6320
|
+
"detail": "{ checkout_status: ICheckoutStatus; }",
|
|
6321
|
+
"bubbles": true,
|
|
6322
|
+
"complexType": {
|
|
6323
|
+
"original": "ILoadedEventResponse",
|
|
6324
|
+
"resolved": "{ checkout_status: ICheckoutStatus; }",
|
|
6325
|
+
"references": {
|
|
6326
|
+
"ILoadedEventResponse": {
|
|
6327
|
+
"location": "import",
|
|
6328
|
+
"path": "../../api/Checkout",
|
|
6329
|
+
"id": "src/api/Checkout.ts::ILoadedEventResponse"
|
|
6330
|
+
}
|
|
6331
|
+
}
|
|
6332
|
+
},
|
|
6333
|
+
"cancelable": true,
|
|
6334
|
+
"composed": true,
|
|
6335
|
+
"docs": "",
|
|
6336
|
+
"docsTags": []
|
|
6337
|
+
},
|
|
6217
6338
|
{
|
|
6218
6339
|
"event": "submitted",
|
|
6219
6340
|
"detail": "IApiResponse<{ payment_mode: \"ecom\" | \"bnpl\"; payment_token: null; payment_status: string; payment_response: null; checkout_id: string; additional_transactions: any[]; checkout: ICheckout; }>",
|
|
@@ -6263,7 +6384,8 @@
|
|
|
6263
6384
|
],
|
|
6264
6385
|
"justifi-new-payment-method": [
|
|
6265
6386
|
"justifi-payment-method-form",
|
|
6266
|
-
"justifi-billing-form"
|
|
6387
|
+
"justifi-billing-form",
|
|
6388
|
+
"justifi-save-new-payment-method"
|
|
6267
6389
|
],
|
|
6268
6390
|
"justifi-billing-form": [
|
|
6269
6391
|
"form-control-text",
|
|
@@ -6855,7 +6977,7 @@
|
|
|
6855
6977
|
"required": false
|
|
6856
6978
|
},
|
|
6857
6979
|
{
|
|
6858
|
-
"name": "
|
|
6980
|
+
"name": "authToken",
|
|
6859
6981
|
"type": "string",
|
|
6860
6982
|
"complexType": {
|
|
6861
6983
|
"original": "string",
|
|
@@ -6863,7 +6985,7 @@
|
|
|
6863
6985
|
"references": {}
|
|
6864
6986
|
},
|
|
6865
6987
|
"mutable": false,
|
|
6866
|
-
"attr": "
|
|
6988
|
+
"attr": "auth-token",
|
|
6867
6989
|
"reflectToAttr": false,
|
|
6868
6990
|
"docs": "",
|
|
6869
6991
|
"docsTags": [],
|
|
@@ -6918,6 +7040,27 @@
|
|
|
6918
7040
|
"optional": false,
|
|
6919
7041
|
"required": false
|
|
6920
7042
|
},
|
|
7043
|
+
{
|
|
7044
|
+
"name": "paymentMethodGroupId",
|
|
7045
|
+
"type": "string",
|
|
7046
|
+
"complexType": {
|
|
7047
|
+
"original": "string",
|
|
7048
|
+
"resolved": "string",
|
|
7049
|
+
"references": {}
|
|
7050
|
+
},
|
|
7051
|
+
"mutable": false,
|
|
7052
|
+
"attr": "payment-method-group-id",
|
|
7053
|
+
"reflectToAttr": false,
|
|
7054
|
+
"docs": "",
|
|
7055
|
+
"docsTags": [],
|
|
7056
|
+
"values": [
|
|
7057
|
+
{
|
|
7058
|
+
"type": "string"
|
|
7059
|
+
}
|
|
7060
|
+
],
|
|
7061
|
+
"optional": true,
|
|
7062
|
+
"required": false
|
|
7063
|
+
},
|
|
6921
7064
|
{
|
|
6922
7065
|
"name": "paymentMethodOption",
|
|
6923
7066
|
"type": "PaymentMethodOption",
|
|
@@ -6946,6 +7089,45 @@
|
|
|
6946
7089
|
}
|
|
6947
7090
|
],
|
|
6948
7091
|
"methods": [
|
|
7092
|
+
{
|
|
7093
|
+
"name": "fillBillingForm",
|
|
7094
|
+
"returns": {
|
|
7095
|
+
"type": "Promise<void>",
|
|
7096
|
+
"docs": ""
|
|
7097
|
+
},
|
|
7098
|
+
"complexType": {
|
|
7099
|
+
"signature": "(fields: BillingFormFields) => Promise<void>",
|
|
7100
|
+
"parameters": [
|
|
7101
|
+
{
|
|
7102
|
+
"name": "fields",
|
|
7103
|
+
"type": "BillingFormFields",
|
|
7104
|
+
"docs": ""
|
|
7105
|
+
}
|
|
7106
|
+
],
|
|
7107
|
+
"references": {
|
|
7108
|
+
"Promise": {
|
|
7109
|
+
"location": "global",
|
|
7110
|
+
"id": "global::Promise"
|
|
7111
|
+
},
|
|
7112
|
+
"BillingFormFields": {
|
|
7113
|
+
"location": "import",
|
|
7114
|
+
"path": "../billing-form/billing-form-schema",
|
|
7115
|
+
"id": "src/components/billing-form/billing-form-schema.ts::BillingFormFields"
|
|
7116
|
+
}
|
|
7117
|
+
},
|
|
7118
|
+
"return": "Promise<void>"
|
|
7119
|
+
},
|
|
7120
|
+
"signature": "fillBillingForm(fields: BillingFormFields) => Promise<void>",
|
|
7121
|
+
"parameters": [
|
|
7122
|
+
{
|
|
7123
|
+
"name": "fields",
|
|
7124
|
+
"type": "BillingFormFields",
|
|
7125
|
+
"docs": ""
|
|
7126
|
+
}
|
|
7127
|
+
],
|
|
7128
|
+
"docs": "",
|
|
7129
|
+
"docsTags": []
|
|
7130
|
+
},
|
|
6949
7131
|
{
|
|
6950
7132
|
"name": "resolvePaymentMethod",
|
|
6951
7133
|
"returns": {
|
|
@@ -6953,8 +7135,14 @@
|
|
|
6953
7135
|
"docs": ""
|
|
6954
7136
|
},
|
|
6955
7137
|
"complexType": {
|
|
6956
|
-
"signature": "() => Promise<PaymentMethodPayload>",
|
|
6957
|
-
"parameters": [
|
|
7138
|
+
"signature": "(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
7139
|
+
"parameters": [
|
|
7140
|
+
{
|
|
7141
|
+
"name": "insuranceValidation",
|
|
7142
|
+
"type": "any",
|
|
7143
|
+
"docs": ""
|
|
7144
|
+
}
|
|
7145
|
+
],
|
|
6958
7146
|
"references": {
|
|
6959
7147
|
"Promise": {
|
|
6960
7148
|
"location": "global",
|
|
@@ -6968,8 +7156,14 @@
|
|
|
6968
7156
|
},
|
|
6969
7157
|
"return": "Promise<PaymentMethodPayload>"
|
|
6970
7158
|
},
|
|
6971
|
-
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
6972
|
-
"parameters": [
|
|
7159
|
+
"signature": "resolvePaymentMethod(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
7160
|
+
"parameters": [
|
|
7161
|
+
{
|
|
7162
|
+
"name": "insuranceValidation",
|
|
7163
|
+
"type": "any",
|
|
7164
|
+
"docs": ""
|
|
7165
|
+
}
|
|
7166
|
+
],
|
|
6973
7167
|
"docs": "",
|
|
6974
7168
|
"docsTags": []
|
|
6975
7169
|
}
|
|
@@ -6990,7 +7184,13 @@
|
|
|
6990
7184
|
"docsTags": []
|
|
6991
7185
|
}
|
|
6992
7186
|
],
|
|
6993
|
-
"listeners": [
|
|
7187
|
+
"listeners": [
|
|
7188
|
+
{
|
|
7189
|
+
"event": "checkboxChanged",
|
|
7190
|
+
"capture": false,
|
|
7191
|
+
"passive": false
|
|
7192
|
+
}
|
|
7193
|
+
],
|
|
6994
7194
|
"styles": [],
|
|
6995
7195
|
"slots": [],
|
|
6996
7196
|
"parts": [],
|
|
@@ -6999,12 +7199,14 @@
|
|
|
6999
7199
|
],
|
|
7000
7200
|
"dependencies": [
|
|
7001
7201
|
"justifi-payment-method-form",
|
|
7002
|
-
"justifi-billing-form"
|
|
7202
|
+
"justifi-billing-form",
|
|
7203
|
+
"justifi-save-new-payment-method"
|
|
7003
7204
|
],
|
|
7004
7205
|
"dependencyGraph": {
|
|
7005
7206
|
"justifi-new-payment-method": [
|
|
7006
7207
|
"justifi-payment-method-form",
|
|
7007
|
-
"justifi-billing-form"
|
|
7208
|
+
"justifi-billing-form",
|
|
7209
|
+
"justifi-save-new-payment-method"
|
|
7008
7210
|
],
|
|
7009
7211
|
"justifi-billing-form": [
|
|
7010
7212
|
"form-control-text",
|
|
@@ -8266,6 +8468,27 @@
|
|
|
8266
8468
|
"optional": false,
|
|
8267
8469
|
"required": false
|
|
8268
8470
|
},
|
|
8471
|
+
{
|
|
8472
|
+
"name": "authToken",
|
|
8473
|
+
"type": "string",
|
|
8474
|
+
"complexType": {
|
|
8475
|
+
"original": "string",
|
|
8476
|
+
"resolved": "string",
|
|
8477
|
+
"references": {}
|
|
8478
|
+
},
|
|
8479
|
+
"mutable": false,
|
|
8480
|
+
"attr": "auth-token",
|
|
8481
|
+
"reflectToAttr": false,
|
|
8482
|
+
"docs": "",
|
|
8483
|
+
"docsTags": [],
|
|
8484
|
+
"values": [
|
|
8485
|
+
{
|
|
8486
|
+
"type": "string"
|
|
8487
|
+
}
|
|
8488
|
+
],
|
|
8489
|
+
"optional": false,
|
|
8490
|
+
"required": false
|
|
8491
|
+
},
|
|
8269
8492
|
{
|
|
8270
8493
|
"name": "bnpl",
|
|
8271
8494
|
"type": "IBnpl",
|
|
@@ -8293,46 +8516,46 @@
|
|
|
8293
8516
|
"required": false
|
|
8294
8517
|
},
|
|
8295
8518
|
{
|
|
8296
|
-
"name": "
|
|
8519
|
+
"name": "iframeOrigin",
|
|
8297
8520
|
"type": "string",
|
|
8298
8521
|
"complexType": {
|
|
8299
8522
|
"original": "string",
|
|
8300
8523
|
"resolved": "string",
|
|
8301
8524
|
"references": {}
|
|
8302
8525
|
},
|
|
8303
|
-
"mutable":
|
|
8304
|
-
"attr": "
|
|
8526
|
+
"mutable": true,
|
|
8527
|
+
"attr": "iframe-origin",
|
|
8305
8528
|
"reflectToAttr": false,
|
|
8306
8529
|
"docs": "",
|
|
8307
8530
|
"docsTags": [],
|
|
8531
|
+
"default": "config.iframeOrigin",
|
|
8308
8532
|
"values": [
|
|
8309
8533
|
{
|
|
8310
8534
|
"type": "string"
|
|
8311
8535
|
}
|
|
8312
8536
|
],
|
|
8313
|
-
"optional":
|
|
8537
|
+
"optional": true,
|
|
8314
8538
|
"required": false
|
|
8315
8539
|
},
|
|
8316
8540
|
{
|
|
8317
|
-
"name": "
|
|
8318
|
-
"type": "
|
|
8541
|
+
"name": "insuranceToggled",
|
|
8542
|
+
"type": "boolean",
|
|
8319
8543
|
"complexType": {
|
|
8320
|
-
"original": "
|
|
8321
|
-
"resolved": "
|
|
8544
|
+
"original": "boolean",
|
|
8545
|
+
"resolved": "boolean",
|
|
8322
8546
|
"references": {}
|
|
8323
8547
|
},
|
|
8324
|
-
"mutable":
|
|
8325
|
-
"attr": "
|
|
8548
|
+
"mutable": false,
|
|
8549
|
+
"attr": "insurance-toggled",
|
|
8326
8550
|
"reflectToAttr": false,
|
|
8327
8551
|
"docs": "",
|
|
8328
8552
|
"docsTags": [],
|
|
8329
|
-
"default": "config.iframeOrigin",
|
|
8330
8553
|
"values": [
|
|
8331
8554
|
{
|
|
8332
|
-
"type": "
|
|
8555
|
+
"type": "boolean"
|
|
8333
8556
|
}
|
|
8334
8557
|
],
|
|
8335
|
-
"optional":
|
|
8558
|
+
"optional": false,
|
|
8336
8559
|
"required": false
|
|
8337
8560
|
},
|
|
8338
8561
|
{
|
|
@@ -8356,6 +8579,27 @@
|
|
|
8356
8579
|
"optional": false,
|
|
8357
8580
|
"required": false
|
|
8358
8581
|
},
|
|
8582
|
+
{
|
|
8583
|
+
"name": "paymentMethodGroupId",
|
|
8584
|
+
"type": "string",
|
|
8585
|
+
"complexType": {
|
|
8586
|
+
"original": "string",
|
|
8587
|
+
"resolved": "string",
|
|
8588
|
+
"references": {}
|
|
8589
|
+
},
|
|
8590
|
+
"mutable": false,
|
|
8591
|
+
"attr": "payment-method-group-id",
|
|
8592
|
+
"reflectToAttr": false,
|
|
8593
|
+
"docs": "",
|
|
8594
|
+
"docsTags": [],
|
|
8595
|
+
"values": [
|
|
8596
|
+
{
|
|
8597
|
+
"type": "string"
|
|
8598
|
+
}
|
|
8599
|
+
],
|
|
8600
|
+
"optional": true,
|
|
8601
|
+
"required": false
|
|
8602
|
+
},
|
|
8359
8603
|
{
|
|
8360
8604
|
"name": "savedPaymentMethods",
|
|
8361
8605
|
"type": "any[]",
|
|
@@ -8463,6 +8707,49 @@
|
|
|
8463
8707
|
}
|
|
8464
8708
|
],
|
|
8465
8709
|
"methods": [
|
|
8710
|
+
{
|
|
8711
|
+
"name": "fillBillingForm",
|
|
8712
|
+
"returns": {
|
|
8713
|
+
"type": "Promise<void>",
|
|
8714
|
+
"docs": ""
|
|
8715
|
+
},
|
|
8716
|
+
"complexType": {
|
|
8717
|
+
"signature": "(fields: BillingFormFields) => Promise<void>",
|
|
8718
|
+
"parameters": [
|
|
8719
|
+
{
|
|
8720
|
+
"name": "fields",
|
|
8721
|
+
"type": "BillingFormFields",
|
|
8722
|
+
"docs": ""
|
|
8723
|
+
}
|
|
8724
|
+
],
|
|
8725
|
+
"references": {
|
|
8726
|
+
"Promise": {
|
|
8727
|
+
"location": "global",
|
|
8728
|
+
"id": "global::Promise"
|
|
8729
|
+
},
|
|
8730
|
+
"BillingFormFields": {
|
|
8731
|
+
"location": "import",
|
|
8732
|
+
"path": "../billing-form/billing-form-schema",
|
|
8733
|
+
"id": "src/components/billing-form/billing-form-schema.ts::BillingFormFields"
|
|
8734
|
+
},
|
|
8735
|
+
"HTMLJustifiNewPaymentMethodElement": {
|
|
8736
|
+
"location": "global",
|
|
8737
|
+
"id": "global::HTMLJustifiNewPaymentMethodElement"
|
|
8738
|
+
}
|
|
8739
|
+
},
|
|
8740
|
+
"return": "Promise<void>"
|
|
8741
|
+
},
|
|
8742
|
+
"signature": "fillBillingForm(fields: BillingFormFields) => Promise<void>",
|
|
8743
|
+
"parameters": [
|
|
8744
|
+
{
|
|
8745
|
+
"name": "fields",
|
|
8746
|
+
"type": "BillingFormFields",
|
|
8747
|
+
"docs": ""
|
|
8748
|
+
}
|
|
8749
|
+
],
|
|
8750
|
+
"docs": "",
|
|
8751
|
+
"docsTags": []
|
|
8752
|
+
},
|
|
8466
8753
|
{
|
|
8467
8754
|
"name": "resolvePaymentMethod",
|
|
8468
8755
|
"returns": {
|
|
@@ -8470,8 +8757,14 @@
|
|
|
8470
8757
|
"docs": ""
|
|
8471
8758
|
},
|
|
8472
8759
|
"complexType": {
|
|
8473
|
-
"signature": "() => Promise<PaymentMethodPayload>",
|
|
8474
|
-
"parameters": [
|
|
8760
|
+
"signature": "(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
8761
|
+
"parameters": [
|
|
8762
|
+
{
|
|
8763
|
+
"name": "insuranceValidation",
|
|
8764
|
+
"type": "any",
|
|
8765
|
+
"docs": ""
|
|
8766
|
+
}
|
|
8767
|
+
],
|
|
8475
8768
|
"references": {
|
|
8476
8769
|
"Promise": {
|
|
8477
8770
|
"location": "global",
|
|
@@ -8485,8 +8778,14 @@
|
|
|
8485
8778
|
},
|
|
8486
8779
|
"return": "Promise<PaymentMethodPayload>"
|
|
8487
8780
|
},
|
|
8488
|
-
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
8489
|
-
"parameters": [
|
|
8781
|
+
"signature": "resolvePaymentMethod(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
8782
|
+
"parameters": [
|
|
8783
|
+
{
|
|
8784
|
+
"name": "insuranceValidation",
|
|
8785
|
+
"type": "any",
|
|
8786
|
+
"docs": ""
|
|
8787
|
+
}
|
|
8788
|
+
],
|
|
8490
8789
|
"docs": "",
|
|
8491
8790
|
"docsTags": []
|
|
8492
8791
|
}
|
|
@@ -8533,7 +8832,8 @@
|
|
|
8533
8832
|
],
|
|
8534
8833
|
"justifi-new-payment-method": [
|
|
8535
8834
|
"justifi-payment-method-form",
|
|
8536
|
-
"justifi-billing-form"
|
|
8835
|
+
"justifi-billing-form",
|
|
8836
|
+
"justifi-save-new-payment-method"
|
|
8537
8837
|
],
|
|
8538
8838
|
"justifi-billing-form": [
|
|
8539
8839
|
"form-control-text",
|
|
@@ -10378,6 +10678,46 @@
|
|
|
10378
10678
|
]
|
|
10379
10679
|
}
|
|
10380
10680
|
},
|
|
10681
|
+
{
|
|
10682
|
+
"filePath": "src/components/checkout/save-new-payment-method.tsx",
|
|
10683
|
+
"encapsulation": "none",
|
|
10684
|
+
"tag": "justifi-save-new-payment-method",
|
|
10685
|
+
"readme": "<h1>\n <code><justifi-payment-form /></code>\n</h1>\n\n## Examples\n\n```html\n<!DOCTYPE html>\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta charset=\"utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0\" />\n <title>justifi-payment-form: Simple example</title>\n\n <!--\n If you are including the components via CDN the src should be the following:\n https://cdn.jsdelivr.net/npm/@justifi/webcomponents@2.1.0/dist/webcomponents/webcomponents.esm.js\n -->\n <script type=\"module\" src=\"/build/webcomponents.esm.js\"></script>\n <script nomodule src=\"/build/webcomponents.js\"></script>\n </head>\n\n <body>\n <h1>PaymentForm</h1>\n <hr />\n <justifi-payment-form></justifi-payment-form>\n </body>\n\n <script>\n (function () {})();\n </script>\n</html>\n```\n",
|
|
10686
|
+
"docs": "<h1>\n <code><justifi-payment-form /></code>\n</h1>",
|
|
10687
|
+
"docsTags": [],
|
|
10688
|
+
"usage": {},
|
|
10689
|
+
"props": [],
|
|
10690
|
+
"methods": [],
|
|
10691
|
+
"events": [
|
|
10692
|
+
{
|
|
10693
|
+
"event": "checkboxChanged",
|
|
10694
|
+
"detail": "boolean",
|
|
10695
|
+
"bubbles": true,
|
|
10696
|
+
"complexType": {
|
|
10697
|
+
"original": "boolean",
|
|
10698
|
+
"resolved": "boolean",
|
|
10699
|
+
"references": {}
|
|
10700
|
+
},
|
|
10701
|
+
"cancelable": true,
|
|
10702
|
+
"composed": true,
|
|
10703
|
+
"docs": "",
|
|
10704
|
+
"docsTags": []
|
|
10705
|
+
}
|
|
10706
|
+
],
|
|
10707
|
+
"listeners": [],
|
|
10708
|
+
"styles": [],
|
|
10709
|
+
"slots": [],
|
|
10710
|
+
"parts": [],
|
|
10711
|
+
"dependents": [
|
|
10712
|
+
"justifi-new-payment-method"
|
|
10713
|
+
],
|
|
10714
|
+
"dependencies": [],
|
|
10715
|
+
"dependencyGraph": {
|
|
10716
|
+
"justifi-new-payment-method": [
|
|
10717
|
+
"justifi-save-new-payment-method"
|
|
10718
|
+
]
|
|
10719
|
+
}
|
|
10720
|
+
},
|
|
10381
10721
|
{
|
|
10382
10722
|
"filePath": "src/components/checkout/saved-payment-method.tsx",
|
|
10383
10723
|
"encapsulation": "none",
|
|
@@ -10465,8 +10805,14 @@
|
|
|
10465
10805
|
"docs": ""
|
|
10466
10806
|
},
|
|
10467
10807
|
"complexType": {
|
|
10468
|
-
"signature": "() => Promise<PaymentMethodPayload>",
|
|
10469
|
-
"parameters": [
|
|
10808
|
+
"signature": "(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
10809
|
+
"parameters": [
|
|
10810
|
+
{
|
|
10811
|
+
"name": "insuranceValidation",
|
|
10812
|
+
"type": "any",
|
|
10813
|
+
"docs": ""
|
|
10814
|
+
}
|
|
10815
|
+
],
|
|
10470
10816
|
"references": {
|
|
10471
10817
|
"Promise": {
|
|
10472
10818
|
"location": "global",
|
|
@@ -10480,8 +10826,14 @@
|
|
|
10480
10826
|
},
|
|
10481
10827
|
"return": "Promise<PaymentMethodPayload>"
|
|
10482
10828
|
},
|
|
10483
|
-
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
10484
|
-
"parameters": [
|
|
10829
|
+
"signature": "resolvePaymentMethod(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
10830
|
+
"parameters": [
|
|
10831
|
+
{
|
|
10832
|
+
"name": "insuranceValidation",
|
|
10833
|
+
"type": "any",
|
|
10834
|
+
"docs": ""
|
|
10835
|
+
}
|
|
10836
|
+
],
|
|
10485
10837
|
"docs": "",
|
|
10486
10838
|
"docsTags": []
|
|
10487
10839
|
}
|
|
@@ -11416,8 +11768,14 @@
|
|
|
11416
11768
|
"docs": ""
|
|
11417
11769
|
},
|
|
11418
11770
|
"complexType": {
|
|
11419
|
-
"signature": "() => Promise<PaymentMethodPayload>",
|
|
11420
|
-
"parameters": [
|
|
11771
|
+
"signature": "(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
11772
|
+
"parameters": [
|
|
11773
|
+
{
|
|
11774
|
+
"name": "insuranceValidation",
|
|
11775
|
+
"type": "any",
|
|
11776
|
+
"docs": ""
|
|
11777
|
+
}
|
|
11778
|
+
],
|
|
11421
11779
|
"references": {
|
|
11422
11780
|
"Promise": {
|
|
11423
11781
|
"location": "global",
|
|
@@ -11431,8 +11789,14 @@
|
|
|
11431
11789
|
},
|
|
11432
11790
|
"return": "Promise<PaymentMethodPayload>"
|
|
11433
11791
|
},
|
|
11434
|
-
"signature": "resolvePaymentMethod() => Promise<PaymentMethodPayload>",
|
|
11435
|
-
"parameters": [
|
|
11792
|
+
"signature": "resolvePaymentMethod(insuranceValidation: any) => Promise<PaymentMethodPayload>",
|
|
11793
|
+
"parameters": [
|
|
11794
|
+
{
|
|
11795
|
+
"name": "insuranceValidation",
|
|
11796
|
+
"type": "any",
|
|
11797
|
+
"docs": ""
|
|
11798
|
+
}
|
|
11799
|
+
],
|
|
11436
11800
|
"docs": "",
|
|
11437
11801
|
"docsTags": []
|
|
11438
11802
|
}
|
|
@@ -13148,13 +13512,23 @@
|
|
|
13148
13512
|
"docstring": "",
|
|
13149
13513
|
"path": "src/api/Checkout.ts"
|
|
13150
13514
|
},
|
|
13515
|
+
"src/api/Checkout.ts::ILoadedEventResponse": {
|
|
13516
|
+
"declaration": "{\n checkout_status: ICheckoutStatus;\n}",
|
|
13517
|
+
"docstring": "",
|
|
13518
|
+
"path": "src/api/Checkout.ts"
|
|
13519
|
+
},
|
|
13520
|
+
"src/api/index.ts::ILoadedEventResponse": {
|
|
13521
|
+
"declaration": "any",
|
|
13522
|
+
"docstring": "",
|
|
13523
|
+
"path": "src/api/index.ts"
|
|
13524
|
+
},
|
|
13151
13525
|
"src/components/checkout/payment-method-option-utils.tsx::PaymentMethodOption": {
|
|
13152
13526
|
"declaration": "any",
|
|
13153
13527
|
"docstring": "",
|
|
13154
13528
|
"path": "src/components/checkout/payment-method-option-utils.tsx"
|
|
13155
13529
|
},
|
|
13156
13530
|
"src/components/checkout/payment-method-payload.ts::PaymentMethodPayload": {
|
|
13157
|
-
"declaration": "export interface PaymentMethodPayload {\n token?: string;\n bnpl?: {\n order_uuid: string;\n status: string;\n session_uuid: string;\n },\n error?: {\n code: string;\n message: string;\n decline_code: string;\n };\n}",
|
|
13531
|
+
"declaration": "export interface PaymentMethodPayload {\n token?: string;\n bnpl?: {\n order_uuid: string;\n status: string;\n session_uuid: string;\n },\n error?: {\n code: string;\n message: string;\n decline_code: string;\n },\n validationError?: boolean;\n}",
|
|
13158
13532
|
"docstring": "",
|
|
13159
13533
|
"path": "src/components/checkout/payment-method-payload.ts"
|
|
13160
13534
|
},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as formatPercentage, b as formatCurrency, f as formatDate, a as formatTime } from './utils-
|
|
1
|
+
import { c as formatPercentage, b as formatCurrency, f as formatDate, a as formatTime } from './utils-5f4c4faa.js';
|
|
2
2
|
|
|
3
3
|
var TagTypes;
|
|
4
4
|
(function (TagTypes) {
|