@justifi/webcomponents 6.0.0-rc.1 → 6.0.0-rc.2

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.
Files changed (422) hide show
  1. package/dist/cjs/bank-account-document-form-inputs_4.cjs.entry.js +2 -2
  2. package/dist/cjs/bank-account-form.cjs.entry.js +2 -2
  3. package/dist/cjs/card-form.cjs.entry.js +2 -2
  4. package/dist/cjs/{check-pkg-version-D_lazhBQ.js → check-pkg-version-BfmeLSXP.js} +1 -1
  5. package/dist/cjs/{checkout.store-CV_fuGQw.js → checkout.store-Cn3Jj5gi.js} +1 -0
  6. package/dist/cjs/checkouts-list-core.cjs.entry.js +1 -1
  7. package/dist/cjs/custom-popper_2.cjs.entry.js +2 -2
  8. package/dist/cjs/form-control-checkbox.cjs.entry.js +2 -2
  9. package/dist/cjs/form-control-date.cjs.entry.js +2 -2
  10. package/dist/cjs/form-control-file-v2_2.cjs.entry.js +3 -3
  11. package/dist/cjs/form-control-monetary.cjs.entry.js +2 -2
  12. package/dist/cjs/form-control-number-masked_2.cjs.entry.js +2 -2
  13. package/dist/cjs/form-control-number.cjs.entry.js +2 -2
  14. package/dist/cjs/form-control-radio.cjs.entry.js +2 -2
  15. package/dist/cjs/form-control-select_2.cjs.entry.js +4 -4
  16. package/dist/cjs/gross-payment-chart-core.cjs.entry.js +1 -1
  17. package/dist/cjs/hidden-input_2.cjs.entry.js +5 -5
  18. package/dist/cjs/justifi-additional-statement_8.cjs.entry.js +8 -8
  19. package/dist/cjs/justifi-apple-pay.cjs.entry.js +830 -0
  20. package/dist/cjs/justifi-bank-account-billing-form-simple_9.cjs.entry.js +11 -11
  21. package/dist/cjs/justifi-business-details.cjs.entry.js +2 -2
  22. package/dist/cjs/justifi-business-form.cjs.entry.js +2 -2
  23. package/dist/cjs/justifi-checkout-summary_6.cjs.entry.js +98 -11
  24. package/dist/cjs/justifi-checkout.cjs.entry.js +3 -3
  25. package/dist/cjs/justifi-checkouts-list-filters.cjs.entry.js +1 -1
  26. package/dist/cjs/justifi-checkouts-list.cjs.entry.js +3 -3
  27. package/dist/cjs/justifi-dispute-management-core.cjs.entry.js +1 -1
  28. package/dist/cjs/justifi-dispute-management.cjs.entry.js +3 -3
  29. package/dist/cjs/justifi-dispute-notification_3.cjs.entry.js +5 -5
  30. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +2 -2
  31. package/dist/cjs/justifi-order-terminals.cjs.entry.js +3 -3
  32. package/dist/cjs/justifi-payment-details.cjs.entry.js +2 -2
  33. package/dist/cjs/justifi-payment-provisioning.cjs.entry.js +2 -2
  34. package/dist/cjs/justifi-payment-transactions-list.cjs.entry.js +3 -3
  35. package/dist/cjs/justifi-payments-list-filters.cjs.entry.js +2 -2
  36. package/dist/cjs/justifi-payments-list.cjs.entry.js +3 -3
  37. package/dist/cjs/justifi-payout-details.cjs.entry.js +2 -2
  38. package/dist/cjs/justifi-payout-transactions-list.cjs.entry.js +3 -3
  39. package/dist/cjs/justifi-payouts-list-filters.cjs.entry.js +2 -2
  40. package/dist/cjs/justifi-payouts-list.cjs.entry.js +3 -3
  41. package/dist/cjs/justifi-refund-payment.cjs.entry.js +2 -2
  42. package/dist/cjs/justifi-saved-payment-method.cjs.entry.js +1 -1
  43. package/dist/cjs/justifi-season-interruption-insurance.cjs.entry.js +3 -3
  44. package/dist/cjs/justifi-skeleton.cjs.entry.js +1 -1
  45. package/dist/cjs/justifi-terminal-orders-list-filters.cjs.entry.js +2 -2
  46. package/dist/cjs/justifi-terminal-orders-list.cjs.entry.js +3 -3
  47. package/dist/cjs/justifi-terminals-list-filters.cjs.entry.js +1 -1
  48. package/dist/cjs/justifi-terminals-list.cjs.entry.js +3 -3
  49. package/dist/cjs/loader.cjs.js +1 -1
  50. package/dist/cjs/{package-Cp_7Ls2E.js → package-CuNDvHTB.js} +1 -1
  51. package/dist/cjs/payment-details-core.cjs.entry.js +8 -8
  52. package/dist/cjs/payment-method-option.cjs.entry.js +1 -1
  53. package/dist/cjs/payments-list-core.cjs.entry.js +1 -1
  54. package/dist/cjs/payout-details-core.cjs.entry.js +3 -3
  55. package/dist/cjs/payouts-list-core.cjs.entry.js +1 -1
  56. package/dist/cjs/table-filters-menu.cjs.entry.js +1 -1
  57. package/dist/cjs/terminal-orders-list-core.cjs.entry.js +1 -1
  58. package/dist/cjs/terminal-quantity-selector.cjs.entry.js +1 -1
  59. package/dist/cjs/terminals-list-core.cjs.entry.js +1 -1
  60. package/dist/cjs/webcomponents.cjs.js +1 -1
  61. package/dist/collection/api/ApplePay.js +119 -0
  62. package/dist/collection/api/services/apple-pay.service.js +329 -0
  63. package/dist/collection/collection-manifest.json +1 -0
  64. package/dist/collection/components/checkout/bank-account-form/bank-account-form.js +2 -2
  65. package/dist/collection/components/checkout/card-form/card-form.js +2 -2
  66. package/dist/collection/components/checkout/save-new-payment-method.js +1 -1
  67. package/dist/collection/components/checkout/saved-payment-method.js +1 -1
  68. package/dist/collection/components/checkouts-list/checkouts-list-core.js +1 -1
  69. package/dist/collection/components/checkouts-list/checkouts-list-filters.js +1 -1
  70. package/dist/collection/components/checkouts-list/checkouts-list.js +1 -1
  71. package/dist/collection/components/dispute-management/dispute-management-core.js +1 -1
  72. package/dist/collection/components/dispute-management/dispute-management.js +1 -1
  73. package/dist/collection/components/dispute-management/dispute-notification.js +1 -1
  74. package/dist/collection/components/dispute-management/dispute-response/additional-statement.js +1 -1
  75. package/dist/collection/components/dispute-management/dispute-response/cancellation-policy.js +1 -1
  76. package/dist/collection/components/dispute-management/dispute-response/customer-details.js +1 -1
  77. package/dist/collection/components/dispute-management/dispute-response/dispute-response-core.js +1 -1
  78. package/dist/collection/components/dispute-management/dispute-response/dispute-response.js +1 -1
  79. package/dist/collection/components/dispute-management/dispute-response/duplicate-charge.js +1 -1
  80. package/dist/collection/components/dispute-management/dispute-response/electronic-evidence.js +1 -1
  81. package/dist/collection/components/dispute-management/dispute-response/product-or-service.js +1 -1
  82. package/dist/collection/components/dispute-management/dispute-response/refund-policy.js +1 -1
  83. package/dist/collection/components/dispute-management/dispute-response/shipping-details.js +1 -1
  84. package/dist/collection/components/filters/table-filters-menu.js +1 -1
  85. package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +1 -1
  86. package/dist/collection/components/modular-checkout/modular-checkout.js +92 -5
  87. package/dist/collection/components/modular-checkout/sub-components/apple-pay-skeleton.js +10 -0
  88. package/dist/collection/components/modular-checkout/sub-components/apple-pay.js +554 -0
  89. package/dist/collection/components/modular-checkout/sub-components/bank-account-billing-form-simple.js +1 -1
  90. package/dist/collection/components/modular-checkout/sub-components/bank-account.js +2 -2
  91. package/dist/collection/components/modular-checkout/sub-components/card-billing-form-simple.js +1 -1
  92. package/dist/collection/components/modular-checkout/sub-components/card-form.js +2 -2
  93. package/dist/collection/components/modular-checkout/sub-components/payment-method-option.js +1 -1
  94. package/dist/collection/components/modular-checkout/sub-components/summary.js +1 -1
  95. package/dist/collection/components/order-terminals/order-terminals.js +1 -1
  96. package/dist/collection/components/order-terminals/terminal-quantity-selector/terminal-quantity-selector.js +1 -1
  97. package/dist/collection/components/payment-details/payment-details-core.js +8 -8
  98. package/dist/collection/components/payment-transactions-list/payment-transactions-list.js +1 -1
  99. package/dist/collection/components/payments-list/payments-list-core.js +1 -1
  100. package/dist/collection/components/payments-list/payments-list-filters.js +2 -2
  101. package/dist/collection/components/payments-list/payments-list.js +1 -1
  102. package/dist/collection/components/payout-details/payout-details-core.js +3 -3
  103. package/dist/collection/components/payout-transactions-list/payout-transactions-list.js +1 -1
  104. package/dist/collection/components/payouts-list/payouts-list-core.js +1 -1
  105. package/dist/collection/components/payouts-list/payouts-list-filters.js +2 -2
  106. package/dist/collection/components/payouts-list/payouts-list.js +1 -1
  107. package/dist/collection/components/terminal-orders-list/terminal-orders-list-core.js +1 -1
  108. package/dist/collection/components/terminal-orders-list/terminal-orders-list-filters.js +2 -2
  109. package/dist/collection/components/terminal-orders-list/terminal-orders-list.js +1 -1
  110. package/dist/collection/components/terminals-list/terminals-list-core.js +1 -1
  111. package/dist/collection/components/terminals-list/terminals-list-filters.js +1 -1
  112. package/dist/collection/components/terminals-list/terminals-list.js +1 -1
  113. package/dist/collection/components/tokenize-payment-method/tokenize-payment-method.js +1 -1
  114. package/dist/collection/store/checkout.store.js +1 -0
  115. package/dist/collection/ui-components/apple-pay-button.js +146 -0
  116. package/dist/collection/ui-components/custom-popper/custom-popper.js +2 -2
  117. package/dist/collection/ui-components/form/form-control-checkbox.js +2 -2
  118. package/dist/collection/ui-components/form/form-control-date.js +2 -2
  119. package/dist/collection/ui-components/form/form-control-file-v2.js +1 -1
  120. package/dist/collection/ui-components/form/form-control-file.js +2 -2
  121. package/dist/collection/ui-components/form/form-control-monetary.js +2 -2
  122. package/dist/collection/ui-components/form/form-control-number-masked.js +2 -2
  123. package/dist/collection/ui-components/form/form-control-number.js +2 -2
  124. package/dist/collection/ui-components/form/form-control-radio.js +2 -2
  125. package/dist/collection/ui-components/form/form-control-select.js +2 -2
  126. package/dist/collection/ui-components/form/form-control-text.js +2 -2
  127. package/dist/collection/ui-components/form/form-control-textarea.js +2 -2
  128. package/dist/collection/ui-components/form/hidden-input.js +1 -1
  129. package/dist/collection/ui-components/form/iframe-input.js +3 -3
  130. package/dist/collection/ui-components/shadow-dom-components/justifi-button.js +1 -1
  131. package/dist/collection/ui-components/shadow-dom-components/justifi-header.js +1 -1
  132. package/dist/collection/ui-components/shadow-dom-components/justifi-skeleton.js +1 -1
  133. package/dist/docs.json +463 -1
  134. package/dist/esm/additional-questions-details_5.entry.js +2 -2
  135. package/dist/esm/{badge-D_mzXSCQ.js → badge-D4ZXPFjL.js} +1 -1
  136. package/dist/esm/bank-account-document-form-inputs_4.entry.js +5 -5
  137. package/dist/esm/bank-account-form.entry.js +4 -4
  138. package/dist/esm/business-details-core.entry.js +3 -3
  139. package/dist/esm/{button-CeR8qVS3.js → button-C0wLsDP3.js} +1 -1
  140. package/dist/esm/card-form.entry.js +4 -4
  141. package/dist/esm/{check-pkg-version-Bb69ihTN.js → check-pkg-version-BuYkk-jV.js} +1 -1
  142. package/dist/esm/{checkout.store-B60siz2l.js → checkout.store-OAv_iY1u.js} +1 -0
  143. package/dist/esm/checkouts-list-core.entry.js +6 -6
  144. package/dist/esm/{checkouts-table-CFZYoYjn.js → checkouts-table-DjGKtqoc.js} +2 -2
  145. package/dist/esm/custom-popper_2.entry.js +3 -3
  146. package/dist/esm/form-alert_5.entry.js +1 -1
  147. package/dist/esm/form-control-checkbox.entry.js +5 -5
  148. package/dist/esm/form-control-date.entry.js +4 -4
  149. package/dist/esm/{form-control-error-text-D3ZwkOv-.js → form-control-error-text-Bzfs_rxk.js} +1 -1
  150. package/dist/esm/form-control-file-v2_2.entry.js +5 -5
  151. package/dist/esm/{form-control-help-text-C39ZW65w.js → form-control-help-text-ueLctOBN.js} +1 -1
  152. package/dist/esm/form-control-monetary-provisioning.entry.js +3 -3
  153. package/dist/esm/form-control-monetary.entry.js +5 -5
  154. package/dist/esm/form-control-number-masked_2.entry.js +4 -4
  155. package/dist/esm/form-control-number.entry.js +5 -5
  156. package/dist/esm/form-control-radio.entry.js +3 -3
  157. package/dist/esm/form-control-select_2.entry.js +6 -6
  158. package/dist/esm/gross-payment-chart-core.entry.js +4 -4
  159. package/dist/esm/{header-1-E-hEi3wF.js → header-1-BMKEv9y6.js} +1 -1
  160. package/dist/esm/{header-3-Dm7M85kz.js → header-3-C3t3m27b.js} +1 -1
  161. package/dist/esm/hidden-input_2.entry.js +7 -7
  162. package/dist/esm/{insurance-state-CB4l8sOv.js → insurance-state-d4hjThzE.js} +1 -1
  163. package/dist/esm/justifi-additional-questions-form-step-core_6.entry.js +3 -3
  164. package/dist/esm/justifi-additional-questions-form-step_9.entry.js +2 -2
  165. package/dist/esm/justifi-additional-statement_8.entry.js +9 -9
  166. package/dist/esm/justifi-apple-pay.entry.js +828 -0
  167. package/dist/esm/justifi-bank-account-billing-form-simple_9.entry.js +15 -15
  168. package/dist/esm/justifi-business-details.entry.js +4 -4
  169. package/dist/esm/justifi-business-form.entry.js +6 -6
  170. package/dist/esm/justifi-business-representative-form-inputs.entry.js +1 -1
  171. package/dist/esm/justifi-checkout-summary_6.entry.js +102 -15
  172. package/dist/esm/justifi-checkout.entry.js +4 -4
  173. package/dist/esm/justifi-checkouts-list-filters.entry.js +2 -2
  174. package/dist/esm/justifi-checkouts-list.entry.js +6 -6
  175. package/dist/esm/justifi-details.entry.js +2 -2
  176. package/dist/esm/justifi-dispute-management-core.entry.js +1 -1
  177. package/dist/esm/justifi-dispute-management.entry.js +3 -3
  178. package/dist/esm/justifi-dispute-notification_3.entry.js +8 -8
  179. package/dist/esm/justifi-gross-payment-chart.entry.js +4 -4
  180. package/dist/esm/justifi-order-terminals.entry.js +5 -5
  181. package/dist/esm/justifi-owner-form_3.entry.js +2 -2
  182. package/dist/esm/justifi-payment-details.entry.js +4 -4
  183. package/dist/esm/justifi-payment-provisioning-core.entry.js +2 -2
  184. package/dist/esm/justifi-payment-provisioning.entry.js +2 -2
  185. package/dist/esm/justifi-payment-transactions-list.entry.js +6 -6
  186. package/dist/esm/justifi-payments-list-filters.entry.js +3 -3
  187. package/dist/esm/justifi-payments-list.entry.js +7 -7
  188. package/dist/esm/justifi-payout-details.entry.js +4 -4
  189. package/dist/esm/justifi-payout-transactions-list.entry.js +6 -6
  190. package/dist/esm/justifi-payouts-list-filters.entry.js +3 -3
  191. package/dist/esm/justifi-payouts-list.entry.js +7 -7
  192. package/dist/esm/justifi-refund-payment.entry.js +5 -5
  193. package/dist/esm/justifi-saved-payment-method.entry.js +2 -2
  194. package/dist/esm/justifi-season-interruption-insurance.entry.js +6 -6
  195. package/dist/esm/justifi-skeleton.entry.js +3 -3
  196. package/dist/esm/justifi-terminal-orders-list-filters.entry.js +3 -3
  197. package/dist/esm/justifi-terminal-orders-list.entry.js +6 -6
  198. package/dist/esm/justifi-terminals-list-filters.entry.js +2 -2
  199. package/dist/esm/justifi-terminals-list.entry.js +6 -6
  200. package/dist/esm/loader.js +1 -1
  201. package/dist/esm/{package-O3LY2Da6.js → package-C60pS6qh.js} +1 -1
  202. package/dist/esm/pagination-menu.entry.js +1 -1
  203. package/dist/esm/{parts-CfF8KKwx.js → parts-RvUQ__Pq.js} +1 -1
  204. package/dist/esm/payment-details-core.entry.js +13 -13
  205. package/dist/esm/payment-method-option.entry.js +2 -2
  206. package/dist/esm/payments-list-core.entry.js +7 -7
  207. package/dist/esm/{payments-status-XoZrlbiZ.js → payments-status-1yRdTNeS.js} +1 -1
  208. package/dist/esm/{payments-table-Dh4P9mTb.js → payments-table-8RADYkma.js} +2 -2
  209. package/dist/esm/payout-details-core.entry.js +9 -9
  210. package/dist/esm/payouts-list-core.entry.js +7 -7
  211. package/dist/esm/{payouts-status-Qm2jZG1-.js → payouts-status-BqsQVtBp.js} +1 -1
  212. package/dist/esm/{payouts-table-DMVAZp-r.js → payouts-table-DPw7yIx8.js} +2 -2
  213. package/dist/esm/{skeleton-DrHwsgs_.js → skeleton-BmTjpTYa.js} +1 -1
  214. package/dist/esm/{spinner-XBq6mVJW.js → spinner-YGDOI-CS.js} +1 -1
  215. package/dist/esm/table-filters-menu.entry.js +3 -3
  216. package/dist/esm/{table-qqt2Ew5y.js → table-ybHxxc9f.js} +2 -2
  217. package/dist/esm/terminal-orders-list-core.entry.js +6 -6
  218. package/dist/esm/{terminal-orders-table-BN4Co4T8.js → terminal-orders-table-D-xP5WuM.js} +2 -2
  219. package/dist/esm/terminal-quantity-selector.entry.js +2 -2
  220. package/dist/esm/terminals-list-core.entry.js +6 -6
  221. package/dist/esm/{terminals-table-C8LczeG_.js → terminals-table-DVAPCgEr.js} +2 -2
  222. package/dist/esm/{utils-kWaZhFAd.js → utils-DG5aMFmf.js} +1 -1
  223. package/dist/esm/webcomponents.js +1 -1
  224. package/dist/module/additional-statement.js +1 -1
  225. package/dist/module/bank-account-billing-form-simple.js +1 -1
  226. package/dist/module/bank-account-form.js +2 -2
  227. package/dist/module/bank-account.js +2 -2
  228. package/dist/module/cancellation-policy.js +1 -1
  229. package/dist/module/card-billing-form-simple.js +1 -1
  230. package/dist/module/card-form.js +2 -2
  231. package/dist/module/card-form2.js +2 -2
  232. package/dist/module/checkout.store.js +1 -0
  233. package/dist/module/checkouts-list-core2.js +1 -1
  234. package/dist/module/custom-popper2.js +2 -2
  235. package/dist/module/customer-details.js +1 -1
  236. package/dist/module/dispute-management-core.js +1 -1
  237. package/dist/module/dispute-notification.js +1 -1
  238. package/dist/module/dispute-response-core.js +1 -1
  239. package/dist/module/dispute-response.js +1 -1
  240. package/dist/module/duplicate-charge.js +1 -1
  241. package/dist/module/electronic-evidence.js +1 -1
  242. package/dist/module/form-control-checkbox2.js +2 -2
  243. package/dist/module/form-control-date2.js +2 -2
  244. package/dist/module/form-control-file-v22.js +1 -1
  245. package/dist/module/form-control-file2.js +2 -2
  246. package/dist/module/form-control-monetary2.js +2 -2
  247. package/dist/module/form-control-number-masked2.js +2 -2
  248. package/dist/module/form-control-number.js +2 -2
  249. package/dist/module/form-control-radio2.js +2 -2
  250. package/dist/module/form-control-select2.js +2 -2
  251. package/dist/module/form-control-text2.js +2 -2
  252. package/dist/module/form-control-textarea2.js +2 -2
  253. package/dist/module/gross-payment-chart-core2.js +1 -1
  254. package/dist/module/hidden-input2.js +1 -1
  255. package/dist/module/iframe-input2.js +3 -3
  256. package/dist/module/justifi-apple-pay.d.ts +11 -0
  257. package/dist/module/justifi-apple-pay.js +871 -0
  258. package/dist/module/justifi-button2.js +1 -1
  259. package/dist/module/justifi-checkouts-list-filters.js +1 -1
  260. package/dist/module/justifi-checkouts-list.js +1 -1
  261. package/dist/module/justifi-dispute-management.js +1 -1
  262. package/dist/module/justifi-header2.js +1 -1
  263. package/dist/module/justifi-order-terminals.js +1 -1
  264. package/dist/module/justifi-payment-transactions-list.js +1 -1
  265. package/dist/module/justifi-payments-list-filters.js +2 -2
  266. package/dist/module/justifi-payments-list.js +1 -1
  267. package/dist/module/justifi-payout-transactions-list.js +1 -1
  268. package/dist/module/justifi-payouts-list-filters.js +2 -2
  269. package/dist/module/justifi-payouts-list.js +1 -1
  270. package/dist/module/justifi-saved-payment-method.js +1 -1
  271. package/dist/module/justifi-skeleton.js +1 -1
  272. package/dist/module/justifi-terminal-orders-list-filters.js +2 -2
  273. package/dist/module/justifi-terminal-orders-list.js +1 -1
  274. package/dist/module/justifi-terminals-list-filters.js +1 -1
  275. package/dist/module/justifi-terminals-list.js +1 -1
  276. package/dist/module/modular-checkout.js +92 -5
  277. package/dist/module/package.js +1 -1
  278. package/dist/module/payment-details-core2.js +8 -8
  279. package/dist/module/payment-method-option.js +1 -1
  280. package/dist/module/payments-list-core2.js +1 -1
  281. package/dist/module/payout-details-core2.js +3 -3
  282. package/dist/module/payouts-list-core2.js +1 -1
  283. package/dist/module/product-or-service.js +1 -1
  284. package/dist/module/refund-policy.js +1 -1
  285. package/dist/module/save-new-payment-method.js +1 -1
  286. package/dist/module/shipping-details.js +1 -1
  287. package/dist/module/summary.js +1 -1
  288. package/dist/module/table-filters-menu2.js +1 -1
  289. package/dist/module/terminal-orders-list-core2.js +1 -1
  290. package/dist/module/terminal-quantity-selector2.js +1 -1
  291. package/dist/module/terminals-list-core2.js +1 -1
  292. package/dist/module/tokenize-payment-method.js +1 -1
  293. package/dist/types/api/ApplePay.d.ts +196 -0
  294. package/dist/types/api/services/apple-pay.service.d.ts +65 -0
  295. package/dist/types/components/modular-checkout/modular-checkout.d.ts +8 -0
  296. package/dist/types/components/modular-checkout/sub-components/apple-pay-skeleton.d.ts +6 -0
  297. package/dist/types/components/modular-checkout/sub-components/apple-pay.d.ts +38 -0
  298. package/dist/types/components.d.ts +120 -0
  299. package/dist/types/store/checkout.store.d.ts +1 -0
  300. package/dist/types/ui-components/apple-pay-button.d.ts +17 -0
  301. package/dist/webcomponents/{p-48bccf3b.entry.js → p-03c7cee8.entry.js} +1 -1
  302. package/dist/webcomponents/{p-4ba144ac.entry.js → p-08a5cc2f.entry.js} +1 -1
  303. package/dist/webcomponents/{p-f47095cd.entry.js → p-0aa78c58.entry.js} +1 -1
  304. package/dist/webcomponents/{p-424f491c.entry.js → p-0aee6da6.entry.js} +1 -1
  305. package/dist/webcomponents/p-0e64cd09.entry.js +1 -0
  306. package/dist/webcomponents/{p-2f31a4e5.entry.js → p-1202181b.entry.js} +1 -1
  307. package/dist/webcomponents/p-1246b999.entry.js +1 -0
  308. package/dist/webcomponents/p-12c312a0.entry.js +1 -0
  309. package/dist/webcomponents/p-1a83d9f2.entry.js +1 -0
  310. package/dist/webcomponents/{p-df199396.entry.js → p-1b892b3a.entry.js} +1 -1
  311. package/dist/webcomponents/p-1c0c1d7b.entry.js +1 -0
  312. package/dist/webcomponents/p-1e206c92.entry.js +1 -0
  313. package/dist/webcomponents/{p-828a61b9.entry.js → p-2169c3d1.entry.js} +1 -1
  314. package/dist/webcomponents/{p-77515be6.entry.js → p-281e36be.entry.js} +1 -1
  315. package/dist/webcomponents/{p-7322c86e.entry.js → p-2988e82c.entry.js} +1 -1
  316. package/dist/webcomponents/p-2a0a907d.entry.js +1 -0
  317. package/dist/webcomponents/{p-dd689b5e.entry.js → p-32cc081a.entry.js} +1 -1
  318. package/dist/webcomponents/{p-f01953ea.entry.js → p-387bcdee.entry.js} +1 -1
  319. package/dist/webcomponents/{p-1f8cd44e.entry.js → p-41416b5f.entry.js} +1 -1
  320. package/dist/webcomponents/{p-131d799c.entry.js → p-42994618.entry.js} +1 -1
  321. package/dist/webcomponents/{p-7c51805a.entry.js → p-4a79c737.entry.js} +1 -1
  322. package/dist/webcomponents/{p-a8205044.entry.js → p-4c994761.entry.js} +1 -1
  323. package/dist/webcomponents/{p-c3a2c619.entry.js → p-4cf9168d.entry.js} +1 -1
  324. package/dist/webcomponents/p-5510b57c.entry.js +1 -0
  325. package/dist/webcomponents/{p-6849bf8e.entry.js → p-55b7bdba.entry.js} +1 -1
  326. package/dist/webcomponents/{p-1bdce018.entry.js → p-59e8f027.entry.js} +1 -1
  327. package/dist/webcomponents/p-5a5f07be.entry.js +1 -0
  328. package/dist/webcomponents/p-5acd6add.entry.js +1 -0
  329. package/dist/webcomponents/{p-6e18d13f.entry.js → p-5ad70aae.entry.js} +1 -1
  330. package/dist/webcomponents/p-5afbfafb.entry.js +1 -0
  331. package/dist/webcomponents/p-6974a44c.entry.js +1 -0
  332. package/dist/webcomponents/p-6f2b41f5.entry.js +1 -0
  333. package/dist/webcomponents/p-6f9755cc.entry.js +1 -0
  334. package/dist/webcomponents/p-7288473f.entry.js +1 -0
  335. package/dist/webcomponents/{p-79055216.entry.js → p-76a95d07.entry.js} +1 -1
  336. package/dist/webcomponents/{p-a4172773.entry.js → p-7b9fa1fb.entry.js} +1 -1
  337. package/dist/webcomponents/{p-dfd7c212.entry.js → p-92efb3f2.entry.js} +1 -1
  338. package/dist/webcomponents/p-98939b74.entry.js +1 -0
  339. package/dist/webcomponents/{p-BTkXk7ol.js → p-BUadwxkh.js} +1 -1
  340. package/dist/webcomponents/{p-CCME-fyU.js → p-BXKEChoo.js} +1 -1
  341. package/dist/webcomponents/p-BZzESzqz.js +1 -0
  342. package/dist/webcomponents/{p-Dvxpy_P1.js → p-BhdBpAn9.js} +1 -1
  343. package/dist/webcomponents/p-BmFoKOM3.js +1 -0
  344. package/dist/webcomponents/p-BtOB_CaO.js +1 -0
  345. package/dist/webcomponents/{p-qMrd7_Gp.js → p-C0AHrswP.js} +1 -1
  346. package/dist/webcomponents/p-C60pS6qh.js +1 -0
  347. package/dist/webcomponents/{p-BeszVz87.js → p-CP_tg-uH.js} +1 -1
  348. package/dist/webcomponents/{p-JgbsbAhz.js → p-D48iERjQ.js} +1 -1
  349. package/dist/webcomponents/p-D7eeJWA-.js +1 -0
  350. package/dist/webcomponents/{p-BNz6wy4f.js → p-D9Sv4eV5.js} +1 -1
  351. package/dist/webcomponents/{p-CsNubTqD.js → p-DBsw4qpn.js} +1 -1
  352. package/dist/webcomponents/{p-vRhNRfmB.js → p-DKRXPZKS.js} +1 -1
  353. package/dist/webcomponents/p-DOd8HaWV.js +1 -0
  354. package/dist/webcomponents/p-DcE8SQPv.js +1 -0
  355. package/dist/webcomponents/p-Drz6LnIw.js +1 -0
  356. package/dist/webcomponents/{p-DO3INvI2.js → p-DuXN7Akd.js} +1 -1
  357. package/dist/webcomponents/{p-Bz164TKZ.js → p-HAk7yBNq.js} +1 -1
  358. package/dist/webcomponents/{p-CfF8KKwx.js → p-RvUQ__Pq.js} +1 -1
  359. package/dist/webcomponents/p-a1a8f6bd.entry.js +1 -0
  360. package/dist/webcomponents/{p-15777cfe.entry.js → p-a406bf1a.entry.js} +1 -1
  361. package/dist/webcomponents/{p-fa33df9f.entry.js → p-a70bc148.entry.js} +1 -1
  362. package/dist/webcomponents/{p-57143978.entry.js → p-a9d2dd5e.entry.js} +1 -1
  363. package/dist/webcomponents/{p-ded22005.entry.js → p-ab308ee3.entry.js} +1 -1
  364. package/dist/webcomponents/{p-c5b48e8d.entry.js → p-afc83e27.entry.js} +1 -1
  365. package/dist/webcomponents/{p-3d85d046.entry.js → p-b04cc606.entry.js} +1 -1
  366. package/dist/webcomponents/p-b41d2b8f.entry.js +1 -0
  367. package/dist/webcomponents/p-b8f63e28.entry.js +1 -0
  368. package/dist/webcomponents/p-ba84c3bd.entry.js +1 -0
  369. package/dist/webcomponents/{p-bea4309d.entry.js → p-bfc38bc2.entry.js} +1 -1
  370. package/dist/webcomponents/{p-283cd78b.entry.js → p-c62e23c1.entry.js} +1 -1
  371. package/dist/webcomponents/{p-b0bfa20f.entry.js → p-c6860f60.entry.js} +1 -1
  372. package/dist/webcomponents/{p-cebe360b.entry.js → p-c7e5245a.entry.js} +1 -1
  373. package/dist/webcomponents/{p-9106fd74.entry.js → p-cabaf013.entry.js} +1 -1
  374. package/dist/webcomponents/{p-dd6d6ddb.entry.js → p-cbfc8269.entry.js} +1 -1
  375. package/dist/webcomponents/{p-ae4297dd.entry.js → p-cf16498f.entry.js} +1 -1
  376. package/dist/webcomponents/{p-f3a757b2.entry.js → p-d014a155.entry.js} +1 -1
  377. package/dist/webcomponents/{p-28c7bef7.entry.js → p-dc245644.entry.js} +4 -4
  378. package/dist/webcomponents/{p-ba8ae31f.entry.js → p-e6ca1872.entry.js} +1 -1
  379. package/dist/webcomponents/{p-904a95e5.entry.js → p-e8a198fa.entry.js} +1 -1
  380. package/dist/webcomponents/{p-1d53f0b8.entry.js → p-ea1b161a.entry.js} +1 -1
  381. package/dist/webcomponents/p-eff0b0e9.entry.js +1 -0
  382. package/dist/webcomponents/p-f3be7b2b.entry.js +1 -0
  383. package/dist/webcomponents/p-f787bc18.entry.js +1 -0
  384. package/dist/webcomponents/p-fb1904d2.entry.js +1 -0
  385. package/dist/webcomponents/{p-36d72e2d.entry.js → p-fbaf62a5.entry.js} +1 -1
  386. package/dist/webcomponents/p-fcb6e870.entry.js +1 -0
  387. package/dist/webcomponents/{p-YND5pTuF.js → p-nWGo6sHu.js} +1 -1
  388. package/dist/webcomponents/{p-BisQ61nK.js → p-wyEq9Pa1.js} +1 -1
  389. package/dist/webcomponents/webcomponents.esm.js +1 -1
  390. package/package.json +1 -1
  391. package/dist/webcomponents/p-08ea8974.entry.js +0 -1
  392. package/dist/webcomponents/p-0932f6a9.entry.js +0 -1
  393. package/dist/webcomponents/p-09e768fe.entry.js +0 -1
  394. package/dist/webcomponents/p-0dcc83ac.entry.js +0 -1
  395. package/dist/webcomponents/p-22be0859.entry.js +0 -1
  396. package/dist/webcomponents/p-3a4ca4df.entry.js +0 -1
  397. package/dist/webcomponents/p-40ba49e4.entry.js +0 -1
  398. package/dist/webcomponents/p-466f33d7.entry.js +0 -1
  399. package/dist/webcomponents/p-57802e57.entry.js +0 -1
  400. package/dist/webcomponents/p-818f51fd.entry.js +0 -1
  401. package/dist/webcomponents/p-89e27079.entry.js +0 -1
  402. package/dist/webcomponents/p-8f0339de.entry.js +0 -1
  403. package/dist/webcomponents/p-9b75aced.entry.js +0 -1
  404. package/dist/webcomponents/p-BC8YDY7M.js +0 -1
  405. package/dist/webcomponents/p-BbYVgLcf.js +0 -1
  406. package/dist/webcomponents/p-C1fMfnu0.js +0 -1
  407. package/dist/webcomponents/p-C_CXv7AN.js +0 -1
  408. package/dist/webcomponents/p-CwZKT93w.js +0 -1
  409. package/dist/webcomponents/p-D599ZMGU.js +0 -1
  410. package/dist/webcomponents/p-O3LY2Da6.js +0 -1
  411. package/dist/webcomponents/p-a7d5e434.entry.js +0 -1
  412. package/dist/webcomponents/p-ae5a3c2a.entry.js +0 -1
  413. package/dist/webcomponents/p-be06d86a.entry.js +0 -1
  414. package/dist/webcomponents/p-d0e24727.entry.js +0 -1
  415. package/dist/webcomponents/p-d77908ca.entry.js +0 -1
  416. package/dist/webcomponents/p-dd257e60.entry.js +0 -1
  417. package/dist/webcomponents/p-e830a580.entry.js +0 -1
  418. package/dist/webcomponents/p-e859ece8.entry.js +0 -1
  419. package/dist/webcomponents/p-eaea7cc1.entry.js +0 -1
  420. package/dist/webcomponents/p-ff3377e7.entry.js +0 -1
  421. package/dist/webcomponents/p-ff869ded.entry.js +0 -1
  422. package/dist/webcomponents/p-zrUQD0Wr.js +0 -1
@@ -0,0 +1,871 @@
1
+ import { h, proxyCustomElement, HTMLElement, createEvent } from '@stencil/core/internal/client';
2
+ import { c as configState } from './config-state.js';
3
+ import { S as StyledHost } from './styled-host.js';
4
+ import './details.js';
5
+ import './event-types.js';
6
+ import './justifi-radio-list-item2.js';
7
+ import { S as Skeleton } from './skeleton.js';
8
+ import { c as checkoutStore, o as onChange } from './checkout.store.js';
9
+
10
+ var ApplePaySessionStatus;
11
+ (function (ApplePaySessionStatus) {
12
+ ApplePaySessionStatus["STATUS_SUCCESS"] = "STATUS_SUCCESS";
13
+ ApplePaySessionStatus["STATUS_FAILURE"] = "STATUS_FAILURE";
14
+ })(ApplePaySessionStatus || (ApplePaySessionStatus = {}));
15
+ var ApplePayButtonType;
16
+ (function (ApplePayButtonType) {
17
+ ApplePayButtonType["PLAIN"] = "plain";
18
+ ApplePayButtonType["BUY"] = "buy";
19
+ ApplePayButtonType["SET_UP"] = "set-up";
20
+ ApplePayButtonType["DONATE"] = "donate";
21
+ ApplePayButtonType["CHECK_OUT"] = "check-out";
22
+ ApplePayButtonType["BOOK"] = "book";
23
+ ApplePayButtonType["SUBSCRIBE"] = "subscribe";
24
+ })(ApplePayButtonType || (ApplePayButtonType = {}));
25
+ var ApplePayButtonStyle;
26
+ (function (ApplePayButtonStyle) {
27
+ ApplePayButtonStyle["BLACK"] = "black";
28
+ ApplePayButtonStyle["WHITE"] = "white";
29
+ ApplePayButtonStyle["WHITE_OUTLINE"] = "white-outline";
30
+ })(ApplePayButtonStyle || (ApplePayButtonStyle = {}));
31
+ var ApplePayMerchantCapability;
32
+ (function (ApplePayMerchantCapability) {
33
+ ApplePayMerchantCapability["SUPPORTS_3DS"] = "supports3DS";
34
+ ApplePayMerchantCapability["SUPPORTS_EMV"] = "supportsEMV";
35
+ ApplePayMerchantCapability["SUPPORTS_CREDIT"] = "supportsCredit";
36
+ ApplePayMerchantCapability["SUPPORTS_DEBIT"] = "supportsDebit";
37
+ })(ApplePayMerchantCapability || (ApplePayMerchantCapability = {}));
38
+ class ApplePayConfig {
39
+ constructor(data) {
40
+ this.merchantIdentifier = data.merchantIdentifier;
41
+ this.displayName = data.displayName;
42
+ this.initiative = data.initiative;
43
+ this.initiativeContext = data.initiativeContext;
44
+ this.buttonType = data.buttonType || ApplePayButtonType.PLAIN;
45
+ this.buttonStyle = data.buttonStyle || ApplePayButtonStyle.BLACK;
46
+ this.buttonLocale = data.buttonLocale || 'en-US';
47
+ }
48
+ get isValid() {
49
+ return !!(this.merchantIdentifier &&
50
+ this.displayName &&
51
+ this.initiative &&
52
+ this.initiativeContext);
53
+ }
54
+ }
55
+ class ApplePayPaymentRequest {
56
+ constructor(data) {
57
+ this.countryCode = data.countryCode;
58
+ this.currencyCode = data.currencyCode;
59
+ this.merchantCapabilities = data.merchantCapabilities;
60
+ this.supportedNetworks = data.supportedNetworks;
61
+ this.total = data.total;
62
+ this.lineItems = data.lineItems;
63
+ this.shippingMethods = data.shippingMethods;
64
+ this.applicationData = data.applicationData;
65
+ this.supportedCountries = data.supportedCountries;
66
+ }
67
+ get isValid() {
68
+ var _a, _b, _c, _d;
69
+ return !!(this.countryCode &&
70
+ this.currencyCode &&
71
+ ((_a = this.merchantCapabilities) === null || _a === void 0 ? void 0 : _a.length) &&
72
+ ((_b = this.supportedNetworks) === null || _b === void 0 ? void 0 : _b.length) &&
73
+ ((_c = this.total) === null || _c === void 0 ? void 0 : _c.label) &&
74
+ ((_d = this.total) === null || _d === void 0 ? void 0 : _d.amount));
75
+ }
76
+ }
77
+ class ApplePayHelpers {
78
+ static isApplePaySupported() {
79
+ var _a;
80
+ return (typeof window !== 'undefined' &&
81
+ 'ApplePaySession' in window &&
82
+ ((_a = window.ApplePaySession) === null || _a === void 0 ? void 0 : _a.supportsVersion(3)));
83
+ }
84
+ static canMakePayments() {
85
+ var _a;
86
+ if (!this.isApplePaySupported()) {
87
+ return false;
88
+ }
89
+ return ((_a = window.ApplePaySession) === null || _a === void 0 ? void 0 : _a.canMakePayments()) || false;
90
+ }
91
+ static async canMakePaymentsWithActiveCard(merchantIdentifier) {
92
+ var _a;
93
+ if (!this.isApplePaySupported()) {
94
+ return false;
95
+ }
96
+ try {
97
+ return ((await ((_a = window.ApplePaySession) === null || _a === void 0 ? void 0 : _a.canMakePaymentsWithActiveCard(merchantIdentifier))) || false);
98
+ }
99
+ catch (error) {
100
+ console.error('Error checking Apple Pay active card:', error);
101
+ return false;
102
+ }
103
+ }
104
+ static formatAmount(amount) {
105
+ return (amount / 100).toFixed(2);
106
+ }
107
+ static parseAmount(amount) {
108
+ return Math.round(parseFloat(amount) * 100);
109
+ }
110
+ static createLineItem(label, amount, type = 'final') {
111
+ return {
112
+ label,
113
+ amount: this.formatAmount(amount),
114
+ type,
115
+ };
116
+ }
117
+ static getDefaultSupportedNetworks() {
118
+ return ['amex', 'discover', 'masterCard', 'visa'];
119
+ }
120
+ static getDefaultMerchantCapabilities() {
121
+ return [
122
+ ApplePayMerchantCapability.SUPPORTS_3DS,
123
+ ApplePayMerchantCapability.SUPPORTS_EMV,
124
+ ApplePayMerchantCapability.SUPPORTS_CREDIT,
125
+ ApplePayMerchantCapability.SUPPORTS_DEBIT,
126
+ ];
127
+ }
128
+ }
129
+
130
+ class ApplePayService {
131
+ constructor() {
132
+ this.apiBaseUrl = configState.apiOrigin;
133
+ }
134
+ /**
135
+ * Set custom API base URL
136
+ */
137
+ setApiBaseUrl(url) {
138
+ this.apiBaseUrl = url;
139
+ }
140
+ /**
141
+ * Set authentication token
142
+ */
143
+ setAuthToken(authToken) {
144
+ this.authToken = authToken;
145
+ }
146
+ setAccountId(accountId) {
147
+ this.accountId = accountId;
148
+ }
149
+ /**
150
+ * Initialize Apple Pay configuration
151
+ */
152
+ initialize(applePayConfig) {
153
+ this.applePayConfig = new ApplePayConfig(applePayConfig);
154
+ if (!this.applePayConfig.isValid) {
155
+ throw new Error('Invalid Apple Pay configuration provided');
156
+ }
157
+ }
158
+ /**
159
+ * Validate merchant with Apple Pay servers via API
160
+ */
161
+ async validateMerchant(authToken) {
162
+ const endpoint = `${this.apiBaseUrl}/v1/apple_pay/merchant_session`;
163
+ console.log('=== MERCHANT VALIDATION REQUEST ===');
164
+ console.log('Endpoint:', endpoint);
165
+ console.log('Auth token present:', !!authToken);
166
+ console.log('Account ID:', this.accountId);
167
+ const response = await fetch(endpoint, {
168
+ method: 'POST',
169
+ headers: {
170
+ 'Content-Type': 'application/json',
171
+ Accept: 'application/json',
172
+ Authorization: `Bearer ${authToken}`,
173
+ 'Sub-Account': this.accountId,
174
+ },
175
+ });
176
+ console.log('Response status:', response.status);
177
+ if (!response.ok) {
178
+ const errorData = await response.text();
179
+ console.error('Backend validation failed - Raw response:', errorData);
180
+ try {
181
+ const jsonError = JSON.parse(errorData);
182
+ console.error('Backend validation failed - Parsed error:', jsonError);
183
+ }
184
+ catch (parseError) {
185
+ console.error('Could not parse error response as JSON:', parseError);
186
+ }
187
+ throw new Error(`Merchant validation failed: ${response.status}`);
188
+ }
189
+ const merchantSession = await response.json();
190
+ console.log('Merchant session received:', merchantSession);
191
+ return merchantSession;
192
+ }
193
+ /**
194
+ * Process Apple Pay payment via API (fixed to match original logic)
195
+ */
196
+ async processPayment(authToken, payload) {
197
+ const endpoint = `${this.apiBaseUrl}/v1/apple_pay/process_token`;
198
+ const body = payload;
199
+ const response = await fetch(endpoint, {
200
+ method: 'POST',
201
+ headers: {
202
+ 'Content-Type': 'application/json',
203
+ Accept: 'application/json',
204
+ Authorization: `Bearer ${authToken}`,
205
+ 'Sub-Account': this.accountId,
206
+ },
207
+ body: JSON.stringify(body),
208
+ });
209
+ const result = await response.json();
210
+ return {
211
+ success: result.id && !!result.data.token,
212
+ data: result,
213
+ };
214
+ }
215
+ /**
216
+ * Check if Apple Pay is available on this device/browser
217
+ */
218
+ isAvailable() {
219
+ return (ApplePayHelpers.isApplePaySupported() && ApplePayHelpers.canMakePayments());
220
+ }
221
+ /**
222
+ * Check if the user has an active card for the merchant
223
+ */
224
+ async canMakePaymentsWithActiveCard() {
225
+ if (!this.applePayConfig) {
226
+ throw new Error('Apple Pay not initialized. Call initialize() first.');
227
+ }
228
+ return await ApplePayHelpers.canMakePaymentsWithActiveCard(this.applePayConfig.merchantIdentifier);
229
+ }
230
+ /**
231
+ * Start Apple Pay session
232
+ */
233
+ async startPaymentSession(paymentRequest) {
234
+ if (!this.applePayConfig) {
235
+ throw new Error('Apple Pay not initialized. Call initialize() first.');
236
+ }
237
+ // if (!this.isAvailable()) {
238
+ // throw new Error('Apple Pay is not available on this device/browser');
239
+ // }
240
+ const request = new ApplePayPaymentRequest(paymentRequest);
241
+ if (!request.isValid) {
242
+ throw new Error('Invalid payment request provided');
243
+ }
244
+ this.currentPaymentRequest = request;
245
+ return new Promise((resolve, reject) => {
246
+ try {
247
+ this.currentSession = new window.ApplePaySession(3, request);
248
+ this.setupSessionEventHandlers(resolve, reject);
249
+ this.currentSession.begin();
250
+ }
251
+ catch (error) {
252
+ reject({
253
+ success: false,
254
+ error: {
255
+ code: 'SESSION_ERROR',
256
+ message: error instanceof Error
257
+ ? error.message
258
+ : 'Failed to start Apple Pay session',
259
+ },
260
+ });
261
+ }
262
+ });
263
+ }
264
+ /**
265
+ * Abort current Apple Pay session
266
+ */
267
+ abortPaymentSession() {
268
+ if (this.currentSession) {
269
+ this.currentSession.abort();
270
+ this.currentSession = undefined;
271
+ this.currentPaymentRequest = undefined;
272
+ }
273
+ }
274
+ /**
275
+ * Setup Apple Pay session event handlers
276
+ */
277
+ setupSessionEventHandlers(resolve, reject) {
278
+ if (!this.currentSession ||
279
+ !this.applePayConfig ||
280
+ !this.currentPaymentRequest) {
281
+ return;
282
+ }
283
+ this.currentSession.onvalidatemerchant = async () => {
284
+ try {
285
+ if (!this.authToken) {
286
+ throw new Error('Authentication token not set. Call setAuthToken() first.');
287
+ }
288
+ const merchantSession = await this.validateMerchant(this.authToken);
289
+ try {
290
+ this.currentSession.completeMerchantValidation(merchantSession);
291
+ }
292
+ catch (completionError) {
293
+ console.error('Error calling completeMerchantValidation:', completionError);
294
+ throw completionError;
295
+ }
296
+ }
297
+ catch (error) {
298
+ console.error('=== MERCHANT VALIDATION ERROR ===');
299
+ console.error('Error during merchant validation:', error);
300
+ console.error('Error stack:', error.stack);
301
+ this.currentSession.abort();
302
+ reject({
303
+ success: false,
304
+ error: {
305
+ code: 'MERCHANT_VALIDATION_ERROR',
306
+ message: error instanceof Error
307
+ ? error.message
308
+ : 'Merchant validation failed',
309
+ },
310
+ });
311
+ }
312
+ };
313
+ this.currentSession.onpaymentauthorized = async (event) => {
314
+ try {
315
+ const payment = event.payment;
316
+ const paymentPayload = Object.assign(Object.assign({}, payment.token), { product_details: {
317
+ name: this.currentPaymentRequest.total.label,
318
+ price: ApplePayHelpers.parseAmount(this.currentPaymentRequest.total.amount),
319
+ description: this.currentPaymentRequest.total.label,
320
+ } });
321
+ if (!this.authToken) {
322
+ throw new Error('Authentication token not set. Call setAuthToken() first.');
323
+ }
324
+ const paymentResult = await this.processPayment(this.authToken, paymentPayload);
325
+ if (paymentResult.success) {
326
+ this.currentSession.completePayment({
327
+ status: ApplePaySessionStatus.STATUS_SUCCESS,
328
+ });
329
+ resolve({
330
+ success: true,
331
+ token: payment.token,
332
+ });
333
+ }
334
+ else {
335
+ console.error('PSP reported payment failure:', paymentResult.data);
336
+ this.currentSession.completePayment({
337
+ status: ApplePaySessionStatus.STATUS_FAILURE,
338
+ });
339
+ reject({
340
+ success: false,
341
+ error: {
342
+ code: 'PAYMENT_PROCESSING_ERROR',
343
+ message: 'Payment processing failed',
344
+ },
345
+ });
346
+ }
347
+ }
348
+ catch (error) {
349
+ console.error('=== PAYMENT PROCESSING ERROR ===');
350
+ console.error('Error processing payment:', error);
351
+ console.error('Error stack:', error.stack);
352
+ this.currentSession.completePayment({
353
+ status: ApplePaySessionStatus.STATUS_FAILURE,
354
+ });
355
+ reject({
356
+ success: false,
357
+ error: {
358
+ code: 'PAYMENT_PROCESSING_ERROR',
359
+ message: error instanceof Error
360
+ ? error.message
361
+ : 'Payment processing failed',
362
+ },
363
+ });
364
+ }
365
+ finally {
366
+ this.currentSession = undefined;
367
+ this.currentPaymentRequest = undefined;
368
+ }
369
+ };
370
+ this.currentSession.onpaymentmethodselected = () => {
371
+ const paymentUpdate = {
372
+ newTotal: this.currentPaymentRequest.total,
373
+ newLineItems: this.currentPaymentRequest.lineItems || [],
374
+ };
375
+ try {
376
+ this.currentSession.completePaymentMethodSelection(paymentUpdate);
377
+ }
378
+ catch (error) {
379
+ console.error('Error completing payment method selection:', error);
380
+ this.currentSession.abort();
381
+ }
382
+ };
383
+ this.currentSession.onshippingmethodselected = () => {
384
+ this.currentSession.completeShippingMethodSelection({
385
+ status: ApplePaySessionStatus.STATUS_SUCCESS,
386
+ newTotal: this.currentPaymentRequest.total,
387
+ newLineItems: this.currentPaymentRequest.lineItems || [],
388
+ });
389
+ };
390
+ this.currentSession.oncancel = (event) => {
391
+ if (event.sessionError) {
392
+ console.error(event.sessionError);
393
+ switch (event.sessionError.code) {
394
+ case 'unknown':
395
+ console.error('Unknown error - likely merchant validation issue');
396
+ console.error('This usually means:');
397
+ console.error('1. Merchant certificate is invalid or expired');
398
+ console.error('2. Merchant identifier mismatch');
399
+ console.error('3. Backend validation endpoint issues');
400
+ break;
401
+ case 'invalidMerchantSession':
402
+ console.error('Invalid merchant session provided');
403
+ console.error('Check that the merchant session from backend is valid');
404
+ break;
405
+ case 'userCancel':
406
+ console.error('User cancelled the payment');
407
+ break;
408
+ default:
409
+ console.error('Other error code:', event.sessionError.code);
410
+ }
411
+ }
412
+ this.currentSession = undefined;
413
+ this.currentPaymentRequest = undefined;
414
+ reject({
415
+ success: false,
416
+ error: {
417
+ code: 'USER_CANCELLED',
418
+ message: 'User cancelled the Apple Pay session',
419
+ },
420
+ });
421
+ };
422
+ if ('onerror' in this.currentSession) {
423
+ this.currentSession.onerror = (error) => {
424
+ console.error('=== APPLE PAY SESSION ERROR ===');
425
+ console.error('Session error:', error);
426
+ this.currentSession = undefined;
427
+ this.currentPaymentRequest = undefined;
428
+ reject({
429
+ success: false,
430
+ error: {
431
+ code: 'SESSION_ERROR',
432
+ message: 'Apple Pay session error occurred',
433
+ },
434
+ });
435
+ };
436
+ }
437
+ }
438
+ /**
439
+ * Create a basic payment request
440
+ */
441
+ static createPaymentRequest(amount, label, countryCode = 'US', currencyCode = 'USD') {
442
+ return {
443
+ countryCode,
444
+ currencyCode,
445
+ merchantCapabilities: ApplePayHelpers.getDefaultMerchantCapabilities(),
446
+ supportedNetworks: ApplePayHelpers.getDefaultSupportedNetworks(),
447
+ total: ApplePayHelpers.createLineItem(label, amount),
448
+ };
449
+ }
450
+ /**
451
+ * Get current configuration
452
+ */
453
+ getApplePayConfig() {
454
+ return this.applePayConfig;
455
+ }
456
+ }
457
+
458
+ const ApplePaySkeleton = (props) => {
459
+ const { isReady } = props;
460
+ if (isReady) {
461
+ return null;
462
+ }
463
+ return (h("div", { class: 'container-fluid p-0' },
464
+ h("div", { class: 'row mb-3' },
465
+ h("div", { class: 'col-12 align-content-center' },
466
+ h(Skeleton, { height: '44px', width: '100%', styles: { borderRadius: "8px" } })))));
467
+ };
468
+
469
+ const ProcessingSpinner = () => (h("div", { class: 'processing-overlay' },
470
+ h("div", { class: 'spinner' }),
471
+ h("span", null, "Processing...")));
472
+ const ApplePayButton = (props) => {
473
+ const getApplePayButtonClass = () => {
474
+ let classes = "apple-pay-button";
475
+ switch (props.buttonStyle) {
476
+ case ApplePayButtonStyle.WHITE:
477
+ classes += " apple-pay-button-white";
478
+ break;
479
+ case ApplePayButtonStyle.WHITE_OUTLINE:
480
+ classes += " apple-pay-button-white-outline";
481
+ break;
482
+ case ApplePayButtonStyle.BLACK:
483
+ default:
484
+ classes += " apple-pay-button-black";
485
+ break;
486
+ }
487
+ switch (props.buttonType) {
488
+ case ApplePayButtonType.BUY:
489
+ classes += " apple-pay-button-type-buy";
490
+ break;
491
+ case ApplePayButtonType.DONATE:
492
+ classes += " apple-pay-button-type-donate";
493
+ break;
494
+ case ApplePayButtonType.PLAIN:
495
+ default:
496
+ classes += " apple-pay-button-type-plain";
497
+ break;
498
+ }
499
+ if (props.disabled || props.isProcessing || !props.isAvailable) {
500
+ classes += " disabled";
501
+ }
502
+ return classes;
503
+ };
504
+ const getButtonStyles = () => {
505
+ return {
506
+ width: props.width || "200px",
507
+ height: props.height || "48px",
508
+ };
509
+ };
510
+ const handleClick = () => {
511
+ if (!props.disabled &&
512
+ !props.isProcessing &&
513
+ props.isAvailable &&
514
+ props.clickHandler) {
515
+ props.clickHandler();
516
+ }
517
+ };
518
+ return (h("div", { class: 'apple-pay-button-container' },
519
+ 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()),
520
+ h("style", null, `
521
+ .apple-pay-button-container {
522
+ display: inline-block;
523
+ position: relative;
524
+ }
525
+
526
+ /* Apple Pay CSS classes - these are the official Apple Pay button styles */
527
+ .apple-pay-button {
528
+ display: inline-block;
529
+ -webkit-appearance: -apple-pay-button;
530
+ -apple-pay-button-type: plain; /* default */
531
+ -apple-pay-button-style: black; /* default */
532
+ border-radius: 8px;
533
+ cursor: pointer;
534
+ border: none;
535
+ outline: none;
536
+ transition: opacity 0.2s ease;
537
+ position: relative;
538
+ }
539
+
540
+ /* Button styles */
541
+ .apple-pay-button.apple-pay-button-black {
542
+ -apple-pay-button-style: black;
543
+ }
544
+
545
+ .apple-pay-button.apple-pay-button-white {
546
+ -apple-pay-button-style: white;
547
+ }
548
+
549
+ .apple-pay-button.apple-pay-button-white-outline {
550
+ -apple-pay-button-style: white-outline;
551
+ }
552
+
553
+ /* Button types */
554
+ .apple-pay-button.apple-pay-button-type-plain {
555
+ -apple-pay-button-type: plain;
556
+ }
557
+
558
+ .apple-pay-button.apple-pay-button-type-buy {
559
+ -apple-pay-button-type: buy;
560
+ }
561
+
562
+ .apple-pay-button.apple-pay-button-type-donate {
563
+ -apple-pay-button-type: donate;
564
+ }
565
+
566
+ /* Hover and disabled states */
567
+ .apple-pay-button:hover:not(.disabled) {
568
+ opacity: 0.9;
569
+ }
570
+
571
+ .apple-pay-button.disabled {
572
+ opacity: 0.5;
573
+ cursor: not-allowed;
574
+ }
575
+
576
+ /* Processing overlay */
577
+ .processing-overlay {
578
+ position: absolute;
579
+ top: 0;
580
+ left: 0;
581
+ right: 0;
582
+ bottom: 0;
583
+ display: flex;
584
+ align-items: center;
585
+ justify-content: center;
586
+ gap: 8px;
587
+ background: rgba(0, 0, 0, 0.8);
588
+ color: white;
589
+ border-radius: 8px;
590
+ font-size: 14px;
591
+ font-weight: 500;
592
+ }
593
+
594
+ .spinner {
595
+ width: 16px;
596
+ height: 16px;
597
+ border: 2px solid rgba(255, 255, 255, 0.3);
598
+ border-top: 2px solid #fff;
599
+ border-radius: 50%;
600
+ animation: spin 1s linear infinite;
601
+ }
602
+
603
+ @keyframes spin {
604
+ 0% { transform: rotate(0deg); }
605
+ 100% { transform: rotate(360deg); }
606
+ }
607
+
608
+ /* Responsive design */
609
+ @media (max-width: 480px) {
610
+ .apple-pay-button {
611
+ width: 100% !important;
612
+ min-width: 200px;
613
+ }
614
+ }
615
+ `)));
616
+ };
617
+
618
+ const ApplePay = /*@__PURE__*/ proxyCustomElement(class ApplePay extends HTMLElement {
619
+ constructor() {
620
+ super();
621
+ this.__registerHost();
622
+ this.__attachShadow();
623
+ this.applePayStarted = createEvent(this, "applePayStarted", 7);
624
+ this.applePayCompleted = createEvent(this, "applePayCompleted", 7);
625
+ this.applePayCancelled = createEvent(this, "applePayCancelled", 7);
626
+ this.applePayError = createEvent(this, "applePayError", 7);
627
+ this.countryCode = "US";
628
+ this.merchantIdentifier = "merchant.com.staging-justifi.checkout-dev";
629
+ this.merchantDisplayName = "JustiFi Checkout";
630
+ this.initiativeContext = "dev-checkout.justifi-staging.com";
631
+ this.apiBaseUrl = configState.apiOrigin;
632
+ this.buttonType = ApplePayButtonType.PLAIN;
633
+ this.buttonStyle = ApplePayButtonStyle.BLACK;
634
+ this.disabled = false;
635
+ this.showSkeleton = true;
636
+ this.isLoading = true;
637
+ this.isProcessing = false;
638
+ this.isAvailable = false;
639
+ this.canMakePayments = false;
640
+ this.error = null;
641
+ this.handleApplePayClick = async () => {
642
+ var _a;
643
+ if (this.isProcessing || this.disabled || !this.isAvailable) {
644
+ return;
645
+ }
646
+ try {
647
+ this.isProcessing = true;
648
+ this.error = null;
649
+ this.applePayStarted.emit();
650
+ const paymentRequest = {
651
+ countryCode: this.countryCode,
652
+ currencyCode: checkoutStore.paymentCurrency,
653
+ merchantCapabilities: ApplePayHelpers.getDefaultMerchantCapabilities(),
654
+ supportedNetworks: ApplePayHelpers.getDefaultSupportedNetworks(),
655
+ total: ApplePayHelpers.createLineItem(checkoutStore.paymentDescription, checkoutStore.paymentAmount),
656
+ };
657
+ const result = await this.applePayService.startPaymentSession(paymentRequest);
658
+ if (result.success) {
659
+ this.applePayCompleted.emit({
660
+ success: true,
661
+ token: result.token,
662
+ });
663
+ }
664
+ else {
665
+ this.applePayCompleted.emit({
666
+ success: false,
667
+ error: result.error,
668
+ });
669
+ this.applePayError.emit({
670
+ error: ((_a = result.error) === null || _a === void 0 ? void 0 : _a.message) || "Payment failed",
671
+ });
672
+ }
673
+ }
674
+ catch (error) {
675
+ console.error("Apple Pay payment error:", error);
676
+ const errorMessage = error instanceof Error ? error.message : "Payment failed";
677
+ this.error = errorMessage;
678
+ this.applePayError.emit({ error: errorMessage });
679
+ this.applePayCompleted.emit({
680
+ success: false,
681
+ error: errorMessage,
682
+ });
683
+ }
684
+ finally {
685
+ this.isProcessing = false;
686
+ }
687
+ };
688
+ }
689
+ componentWillLoad() {
690
+ this.applePayService = new ApplePayService();
691
+ this.applePayService.setApiBaseUrl(this.apiBaseUrl);
692
+ this.applePayService.setAuthToken(checkoutStore.authToken);
693
+ this.applePayService.setAccountId(checkoutStore.accountId);
694
+ this.initializeApplePay();
695
+ }
696
+ componentDidLoad() {
697
+ onChange('paymentAmount', () => {
698
+ this.initializeApplePay();
699
+ });
700
+ onChange('authToken', () => {
701
+ if (this.applePayService) {
702
+ this.applePayService.setAuthToken(checkoutStore.authToken);
703
+ }
704
+ });
705
+ }
706
+ watchPropsChange() {
707
+ this.initializeApplePay();
708
+ }
709
+ async initializeApplePay() {
710
+ console.log('Initializing Apple Pay');
711
+ try {
712
+ if (this.applePayService) {
713
+ this.applePayService.setApiBaseUrl(this.apiBaseUrl);
714
+ this.applePayService.setAuthToken(checkoutStore.authToken);
715
+ }
716
+ this.isLoading = true;
717
+ this.error = null;
718
+ if (!checkoutStore.paymentAmount) {
719
+ this.error = "Missing required Apple Pay configuration";
720
+ this.isLoading = false;
721
+ return;
722
+ }
723
+ this.isAvailable = true; // ApplePayHelpers.isApplePaySupported();
724
+ this.canMakePayments = true; // ApplePayHelpers.canMakePayments();
725
+ if (!this.isAvailable) {
726
+ this.error = "Apple Pay is not supported on this device";
727
+ this.isLoading = false;
728
+ return;
729
+ }
730
+ if (!this.canMakePayments) {
731
+ this.error = "Apple Pay is not available";
732
+ this.isLoading = false;
733
+ return;
734
+ }
735
+ const applePayConfig = {
736
+ merchantIdentifier: this.merchantIdentifier,
737
+ displayName: this.merchantDisplayName,
738
+ initiative: "web",
739
+ initiativeContext: this.initiativeContext,
740
+ buttonType: this.buttonType,
741
+ buttonStyle: this.buttonStyle,
742
+ };
743
+ console.log('=== APPLE PAY CONFIG ===');
744
+ console.log('Config:', applePayConfig);
745
+ console.log('Auth token present:', !!checkoutStore.authToken);
746
+ console.log('Account ID:', checkoutStore.accountId);
747
+ this.applePayService.setAccountId(checkoutStore.accountId);
748
+ this.applePayService.initialize(applePayConfig);
749
+ const hasActiveCard = await this.applePayService.canMakePaymentsWithActiveCard();
750
+ if (!hasActiveCard) {
751
+ console.warn("No Apple Pay cards available, but continuing...");
752
+ }
753
+ }
754
+ catch (error) {
755
+ console.error("Apple Pay initialization error:", error);
756
+ this.error =
757
+ error instanceof Error
758
+ ? error.message
759
+ : "Failed to initialize Apple Pay";
760
+ }
761
+ finally {
762
+ this.isLoading = false;
763
+ }
764
+ }
765
+ async isSupported() {
766
+ return this.isAvailable && this.canMakePayments;
767
+ }
768
+ async getPaymentMethods() {
769
+ if (!this.isAvailable) {
770
+ return [];
771
+ }
772
+ return ApplePayHelpers.getDefaultSupportedNetworks();
773
+ }
774
+ async abort() {
775
+ this.applePayService.abortPaymentSession();
776
+ this.isProcessing = false;
777
+ this.applePayCancelled.emit();
778
+ }
779
+ render() {
780
+ const isReady = !this.isLoading &&
781
+ this.isAvailable &&
782
+ this.canMakePayments &&
783
+ !this.error;
784
+ return (h(StyledHost, { key: '45f2eaf52c3a2b2641a9cf6b22861de0a2a628a6' }, h("script", { key: '42a858aefc0e5ff23d5cf322ebca4408d7ac745f', async: true, src: "https://applepay.cdn-apple.com/jsapi/1.latest/apple-pay-sdk.js" }), h("div", { key: '87ff666f7a898051253e18a1c14a9fca0373b1a8', class: 'apple-pay-container' }, h(ApplePaySkeleton, { key: '3b4a24e3e8f4a4fdde1b134b61d7cbe422b40fd9', isReady: isReady }), !this.isLoading && this.error && (h("div", { key: 'a6f58df266b99e385eb38f7d8104906966b337af', class: 'apple-pay-error', role: 'alert' }, h("span", { key: 'c97d5489a323df55a97a5d3395fd4e14363ba32b', class: 'error-icon' }, "\u26A0\uFE0F"), h("span", { key: 'd6447983dcf879d061d1b4d6d06300e9df3430d4', class: 'error-message' }, this.error))), !this.isLoading && !this.error && !this.isAvailable && (h("div", { key: 'd58714c3a66403876a1b92f7de5a2981a71baaa4', class: 'apple-pay-unavailable' }, h("span", { key: '7d01800c0044a6b1cce70d76da8c4b37e9d592c8', class: 'unavailable-message' }, "Apple Pay is not available on this device"))), !this.isLoading &&
785
+ !this.error &&
786
+ this.isAvailable &&
787
+ this.canMakePayments && (h(ApplePayButton, { key: '6e950987ae3c2d7c5168028f48a6400bd97a0692', buttonType: this.buttonType, buttonStyle: this.buttonStyle, disabled: this.disabled, isProcessing: this.isProcessing, isAvailable: this.isAvailable, clickHandler: this.handleApplePayClick }))), h("style", { key: '2358f7ee9df1d9d270754801b00be2c807c2a10c' }, `
788
+ .apple-pay-container {
789
+ width: 100%;
790
+ }
791
+
792
+ .apple-pay-error {
793
+ display: flex;
794
+ align-items: center;
795
+ gap: 8px;
796
+ padding: 12px;
797
+ background: #fef2f2;
798
+ border: 1px solid #fecaca;
799
+ border-radius: 8px;
800
+ color: #dc2626;
801
+ font-size: 14px;
802
+ }
803
+
804
+ .apple-pay-unavailable {
805
+ display: flex;
806
+ align-items: center;
807
+ justify-content: center;
808
+ padding: 12px;
809
+ background: #f9fafb;
810
+ border: 1px solid #e5e7eb;
811
+ border-radius: 8px;
812
+ color: #6b7280;
813
+ font-size: 14px;
814
+ }
815
+
816
+ .error-icon {
817
+ font-size: 16px;
818
+ }
819
+ `)));
820
+ }
821
+ static get watchers() { return {
822
+ "merchantIdentifier": ["watchPropsChange"],
823
+ "apiBaseUrl": ["watchPropsChange"],
824
+ "buttonType": ["watchPropsChange"],
825
+ "buttonStyle": ["watchPropsChange"],
826
+ "disabled": ["watchPropsChange"]
827
+ }; }
828
+ }, [257, "justifi-apple-pay", {
829
+ "countryCode": [1, "country-code"],
830
+ "merchantIdentifier": [1, "merchant-identifier"],
831
+ "merchantDisplayName": [1, "merchant-display-name"],
832
+ "initiativeContext": [1, "initiative-context"],
833
+ "apiBaseUrl": [1, "api-base-url"],
834
+ "buttonType": [1, "button-type"],
835
+ "buttonStyle": [1, "button-style"],
836
+ "disabled": [4],
837
+ "showSkeleton": [4, "show-skeleton"],
838
+ "isLoading": [32],
839
+ "isProcessing": [32],
840
+ "isAvailable": [32],
841
+ "canMakePayments": [32],
842
+ "error": [32],
843
+ "isSupported": [64],
844
+ "getPaymentMethods": [64],
845
+ "abort": [64]
846
+ }, undefined, {
847
+ "merchantIdentifier": ["watchPropsChange"],
848
+ "apiBaseUrl": ["watchPropsChange"],
849
+ "buttonType": ["watchPropsChange"],
850
+ "buttonStyle": ["watchPropsChange"],
851
+ "disabled": ["watchPropsChange"]
852
+ }]);
853
+ function defineCustomElement$1() {
854
+ if (typeof customElements === "undefined") {
855
+ return;
856
+ }
857
+ const components = ["justifi-apple-pay"];
858
+ components.forEach(tagName => { switch (tagName) {
859
+ case "justifi-apple-pay":
860
+ if (!customElements.get(tagName)) {
861
+ customElements.define(tagName, ApplePay);
862
+ }
863
+ break;
864
+ } });
865
+ }
866
+ defineCustomElement$1();
867
+
868
+ const JustifiApplePay = ApplePay;
869
+ const defineCustomElement = defineCustomElement$1;
870
+
871
+ export { JustifiApplePay, defineCustomElement };