@paydock/client-sdk 1.103.1 → 1.104.1-beta

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 (482) hide show
  1. package/README.md +102 -104
  2. package/bundles/index.cjs +10674 -0
  3. package/bundles/index.cjs.d.ts +3163 -0
  4. package/bundles/index.cjs.map +1 -0
  5. package/bundles/index.mjs +10642 -0
  6. package/bundles/index.mjs.d.ts +3163 -0
  7. package/bundles/index.mjs.map +1 -0
  8. package/{lib → bundles/types}/api/api-base.d.ts +2 -1
  9. package/bundles/types/api/api-base.d.ts.map +1 -0
  10. package/{lib → bundles/types}/api/api-charge-internal.d.ts +1 -0
  11. package/bundles/types/api/api-charge-internal.d.ts.map +1 -0
  12. package/{lib → bundles/types}/api/api-charge.d.ts +1 -0
  13. package/bundles/types/api/api-charge.d.ts.map +1 -0
  14. package/{lib → bundles/types}/api/api-internal.d.ts +1 -0
  15. package/bundles/types/api/api-internal.d.ts.map +1 -0
  16. package/{lib → bundles/types}/api/api-service-internal.d.ts +1 -0
  17. package/bundles/types/api/api-service-internal.d.ts.map +1 -0
  18. package/{lib → bundles/types}/api/api.d.ts +1 -0
  19. package/bundles/types/api/api.d.ts.map +1 -0
  20. package/bundles/types/api/index.d.ts +2 -0
  21. package/bundles/types/api/index.d.ts.map +1 -0
  22. package/{lib → bundles/types}/canvas-3ds/canvas-3ds.d.ts +1 -0
  23. package/bundles/types/canvas-3ds/canvas-3ds.d.ts.map +1 -0
  24. package/{lib → bundles/types}/canvas-3ds/index.d.ts +1 -0
  25. package/bundles/types/canvas-3ds/index.d.ts.map +1 -0
  26. package/{lib → bundles/types}/canvas-3ds/services/gpayments-service.d.ts +1 -0
  27. package/bundles/types/canvas-3ds/services/gpayments-service.d.ts.map +1 -0
  28. package/{lib → bundles/types}/canvas-3ds/services/index.d.ts +1 -0
  29. package/bundles/types/canvas-3ds/services/index.d.ts.map +1 -0
  30. package/{lib → bundles/types}/canvas-3ds/services/standalone3ds-service.d.ts +1 -0
  31. package/bundles/types/canvas-3ds/services/standalone3ds-service.d.ts.map +1 -0
  32. package/{lib → bundles/types}/checkout-button/afterpay/afterpay-checkout-button.d.ts +1 -0
  33. package/bundles/types/checkout-button/afterpay/afterpay-checkout-button.d.ts.map +1 -0
  34. package/{lib → bundles/types}/checkout-button/afterpay/afterpay.runner.d.ts +1 -0
  35. package/bundles/types/checkout-button/afterpay/afterpay.runner.d.ts.map +1 -0
  36. package/{lib → bundles/types}/checkout-button/checkout-button.d.ts +1 -0
  37. package/bundles/types/checkout-button/checkout-button.d.ts.map +1 -0
  38. package/{lib → bundles/types}/checkout-button/checkout-button.interface.d.ts +1 -0
  39. package/bundles/types/checkout-button/checkout-button.interface.d.ts.map +1 -0
  40. package/{lib → bundles/types}/checkout-button/checkout-contextual-handler.d.ts +1 -0
  41. package/bundles/types/checkout-button/checkout-contextual-handler.d.ts.map +1 -0
  42. package/{lib → bundles/types}/checkout-button/index.d.ts +2 -1
  43. package/bundles/types/checkout-button/index.d.ts.map +1 -0
  44. package/{lib → bundles/types}/checkout-button/paypal/paypal-checkout-button.d.ts +1 -0
  45. package/bundles/types/checkout-button/paypal/paypal-checkout-button.d.ts.map +1 -0
  46. package/{lib → bundles/types}/checkout-button/paypal/paypal.runner.d.ts +1 -0
  47. package/bundles/types/checkout-button/paypal/paypal.runner.d.ts.map +1 -0
  48. package/{lib → bundles/types}/checkout-button/runner/base.runner.d.ts +4 -3
  49. package/bundles/types/checkout-button/runner/base.runner.d.ts.map +1 -0
  50. package/{lib → bundles/types}/checkout-button/runner/contextual.runner.d.ts +2 -1
  51. package/bundles/types/checkout-button/runner/contextual.runner.d.ts.map +1 -0
  52. package/{lib → bundles/types}/checkout-button/runner/index.d.ts +1 -0
  53. package/bundles/types/checkout-button/runner/index.d.ts.map +1 -0
  54. package/{lib → bundles/types}/checkout-button/runner/popup.runner.d.ts +2 -1
  55. package/bundles/types/checkout-button/runner/popup.runner.d.ts.map +1 -0
  56. package/{lib → bundles/types}/checkout-button/runner/redirect.runner.d.ts +2 -1
  57. package/bundles/types/checkout-button/runner/redirect.runner.d.ts.map +1 -0
  58. package/bundles/types/checkout-button/zipmoney/index.d.ts +4 -0
  59. package/bundles/types/checkout-button/zipmoney/index.d.ts.map +1 -0
  60. package/{lib → bundles/types}/checkout-button/zipmoney/zipmoney-checkout-button.d.ts +1 -0
  61. package/bundles/types/checkout-button/zipmoney/zipmoney-checkout-button.d.ts.map +1 -0
  62. package/{lib → bundles/types}/checkout-button/zipmoney/zipmoney-contextual.runner.d.ts +2 -1
  63. package/bundles/types/checkout-button/zipmoney/zipmoney-contextual.runner.d.ts.map +1 -0
  64. package/{lib → bundles/types}/checkout-button/zipmoney/zipmoney-redirect.runner.d.ts +2 -1
  65. package/bundles/types/checkout-button/zipmoney/zipmoney-redirect.runner.d.ts.map +1 -0
  66. package/{lib → bundles/types}/checkout-button/zipmoney/zipmoney.config.d.ts +1 -0
  67. package/bundles/types/checkout-button/zipmoney/zipmoney.config.d.ts.map +1 -0
  68. package/{lib → bundles/types}/checkout-button/zipmoney/zipmoney.runner.d.ts +2 -1
  69. package/bundles/types/checkout-button/zipmoney/zipmoney.runner.d.ts.map +1 -0
  70. package/{lib → bundles/types}/checkout-button/zipmoney/zipmoney.types.d.ts +1 -0
  71. package/bundles/types/checkout-button/zipmoney/zipmoney.types.d.ts.map +1 -0
  72. package/{lib → bundles/types}/components/ability-guard.d.ts +1 -0
  73. package/bundles/types/components/ability-guard.d.ts.map +1 -0
  74. package/{lib → bundles/types}/components/background.d.ts +1 -0
  75. package/bundles/types/components/background.d.ts.map +1 -0
  76. package/{lib → bundles/types}/components/container.d.ts +1 -0
  77. package/bundles/types/components/container.d.ts.map +1 -0
  78. package/{lib → bundles/types}/components/dispatcher.d.ts +2 -1
  79. package/bundles/types/components/dispatcher.d.ts.map +1 -0
  80. package/{lib → bundles/types}/components/element-style.d.ts +2 -1
  81. package/bundles/types/components/element-style.d.ts.map +1 -0
  82. package/{lib → bundles/types}/components/flypay-iframe-event.d.ts +1 -0
  83. package/bundles/types/components/flypay-iframe-event.d.ts.map +1 -0
  84. package/{lib → bundles/types}/components/form-Interceptor.d.ts +1 -0
  85. package/bundles/types/components/form-Interceptor.d.ts.map +1 -0
  86. package/{lib → bundles/types}/components/http-core.d.ts +1 -0
  87. package/bundles/types/components/http-core.d.ts.map +1 -0
  88. package/{lib → bundles/types}/components/iframe-event.d.ts +2 -0
  89. package/bundles/types/components/iframe-event.d.ts.map +1 -0
  90. package/{lib → bundles/types}/components/iframe.d.ts +1 -0
  91. package/bundles/types/components/iframe.d.ts.map +1 -0
  92. package/{lib → bundles/types}/components/link.d.ts +2 -1
  93. package/bundles/types/components/link.d.ts.map +1 -0
  94. package/{lib → bundles/types}/components/loader.d.ts +1 -0
  95. package/bundles/types/components/loader.d.ts.map +1 -0
  96. package/{lib → bundles/types}/components/param.d.ts +6 -5
  97. package/bundles/types/components/param.d.ts.map +1 -0
  98. package/{lib → bundles/types}/components/popup.d.ts +1 -0
  99. package/bundles/types/components/popup.d.ts.map +1 -0
  100. package/{lib → bundles/types}/components/storage-dispatcher.d.ts +1 -0
  101. package/bundles/types/components/storage-dispatcher.d.ts.map +1 -0
  102. package/{lib → bundles/types}/components/trigger.d.ts +1 -0
  103. package/bundles/types/components/trigger.d.ts.map +1 -0
  104. package/{lib → bundles/types}/components/vault-display-iframe-event.d.ts +1 -0
  105. package/bundles/types/components/vault-display-iframe-event.d.ts.map +1 -0
  106. package/{lib → bundles/types}/components/wallet-background.d.ts +1 -0
  107. package/bundles/types/components/wallet-background.d.ts.map +1 -0
  108. package/{lib → bundles/types}/components/wallet-trigger.d.ts +1 -0
  109. package/bundles/types/components/wallet-trigger.d.ts.map +1 -0
  110. package/bundles/types/configs/env/environment.cba.d.ts +29 -0
  111. package/bundles/types/configs/env/environment.cba.d.ts.map +1 -0
  112. package/bundles/types/configs/env/environment.interface.d.ts +12 -0
  113. package/bundles/types/configs/env/environment.interface.d.ts.map +1 -0
  114. package/{lib/configs/env/env.d.ts → bundles/types/configs/env/environment.paydock.d.ts} +5 -8
  115. package/bundles/types/configs/env/environment.paydock.d.ts.map +1 -0
  116. package/bundles/types/configs/env/index.d.ts +3 -0
  117. package/bundles/types/configs/env/index.d.ts.map +1 -0
  118. package/{lib → bundles/types}/configs/sdk.d.ts +3 -2
  119. package/bundles/types/configs/sdk.d.ts.map +1 -0
  120. package/{lib → bundles/types}/external-checkout/builder.d.ts +1 -0
  121. package/bundles/types/external-checkout/builder.d.ts.map +1 -0
  122. package/{lib → bundles/types}/external-checkout/checker.d.ts +1 -0
  123. package/bundles/types/external-checkout/checker.d.ts.map +1 -0
  124. package/bundles/types/external-checkout/index.d.ts +3 -0
  125. package/bundles/types/external-checkout/index.d.ts.map +1 -0
  126. package/{lib → bundles/types}/helper/access-token.d.ts +1 -0
  127. package/bundles/types/helper/access-token.d.ts.map +1 -0
  128. package/{lib → bundles/types}/helper/browser.d.ts +1 -0
  129. package/bundles/types/helper/browser.d.ts.map +1 -0
  130. package/{lib → bundles/types}/helper/event-emitter.d.ts +1 -0
  131. package/bundles/types/helper/event-emitter.d.ts.map +1 -0
  132. package/{lib → bundles/types}/helper/event.d.ts +1 -0
  133. package/bundles/types/helper/event.d.ts.map +1 -0
  134. package/{lib → bundles/types}/helper/ms.d.ts +1 -0
  135. package/bundles/types/helper/ms.d.ts.map +1 -0
  136. package/{lib → bundles/types}/helper/object.d.ts +1 -0
  137. package/bundles/types/helper/object.d.ts.map +1 -0
  138. package/{lib → bundles/types}/helper/url.d.ts +1 -0
  139. package/bundles/types/helper/url.d.ts.map +1 -0
  140. package/{lib → bundles/types}/helper/uuid.d.ts +1 -0
  141. package/bundles/types/helper/uuid.d.ts.map +1 -0
  142. package/bundles/types/index-cba.d.ts +13 -0
  143. package/bundles/types/index-cba.d.ts.map +1 -0
  144. package/bundles/types/index.d.ts +14 -0
  145. package/bundles/types/index.d.ts.map +1 -0
  146. package/{lib → bundles/types}/payment-source/builder.d.ts +1 -0
  147. package/bundles/types/payment-source/builder.d.ts.map +1 -0
  148. package/{lib → bundles/types}/payment-source/index.d.ts +1 -0
  149. package/bundles/types/payment-source/index.d.ts.map +1 -0
  150. package/{lib → bundles/types}/payment-source-widget/html-payment-source-widget.d.ts +1 -0
  151. package/bundles/types/payment-source-widget/html-payment-source-widget.d.ts.map +1 -0
  152. package/{lib → bundles/types}/payment-source-widget/index.d.ts +1 -0
  153. package/bundles/types/payment-source-widget/index.d.ts.map +1 -0
  154. package/{lib → bundles/types}/payment-source-widget/interfaces.d.ts +1 -0
  155. package/bundles/types/payment-source-widget/interfaces.d.ts.map +1 -0
  156. package/{lib → bundles/types}/payment-source-widget/payment-source-widget.d.ts +1 -0
  157. package/bundles/types/payment-source-widget/payment-source-widget.d.ts.map +1 -0
  158. package/{lib → bundles/types}/secure-remote-commerce/index.d.ts +1 -0
  159. package/bundles/types/secure-remote-commerce/index.d.ts.map +1 -0
  160. package/{lib → bundles/types}/secure-remote-commerce/interfaces.d.ts +6 -5
  161. package/bundles/types/secure-remote-commerce/interfaces.d.ts.map +1 -0
  162. package/{lib → bundles/types}/secure-remote-commerce/providers/src-provider.d.ts +1 -0
  163. package/bundles/types/secure-remote-commerce/providers/src-provider.d.ts.map +1 -0
  164. package/{lib → bundles/types}/secure-remote-commerce/providers/visa-src/helper.d.ts +1 -0
  165. package/bundles/types/secure-remote-commerce/providers/visa-src/helper.d.ts.map +1 -0
  166. package/{lib → bundles/types}/secure-remote-commerce/providers/visa-src/index.d.ts +1 -0
  167. package/bundles/types/secure-remote-commerce/providers/visa-src/index.d.ts.map +1 -0
  168. package/{lib → bundles/types}/secure-remote-commerce/providers/visa-src/visa-src.d.ts +1 -0
  169. package/bundles/types/secure-remote-commerce/providers/visa-src/visa-src.d.ts.map +1 -0
  170. package/{lib → bundles/types}/secure-remote-commerce/providers/visa-src/visa-src.styles.d.ts +1 -0
  171. package/bundles/types/secure-remote-commerce/providers/visa-src/visa-src.styles.d.ts.map +1 -0
  172. package/{lib → bundles/types}/secure-remote-commerce/secure-remote-commerce.d.ts +1 -0
  173. package/bundles/types/secure-remote-commerce/secure-remote-commerce.d.ts.map +1 -0
  174. package/{lib → bundles/types}/vault-display-widget/index.d.ts +1 -0
  175. package/bundles/types/vault-display-widget/index.d.ts.map +1 -0
  176. package/{lib → bundles/types}/vault-display-widget/vault-display-widget.d.ts +1 -0
  177. package/bundles/types/vault-display-widget/vault-display-widget.d.ts.map +1 -0
  178. package/{lib → bundles/types}/wallet-buttons/afterpay.wallet-service.d.ts +1 -0
  179. package/bundles/types/wallet-buttons/afterpay.wallet-service.d.ts.map +1 -0
  180. package/{lib → bundles/types}/wallet-buttons/apple.wallet-service.d.ts +1 -0
  181. package/bundles/types/wallet-buttons/apple.wallet-service.d.ts.map +1 -0
  182. package/{lib → bundles/types}/wallet-buttons/flypay-v2.wallet-service.d.ts +1 -0
  183. package/bundles/types/wallet-buttons/flypay-v2.wallet-service.d.ts.map +1 -0
  184. package/{lib → bundles/types}/wallet-buttons/flypay.wallet-service.d.ts +1 -0
  185. package/bundles/types/wallet-buttons/flypay.wallet-service.d.ts.map +1 -0
  186. package/{lib → bundles/types}/wallet-buttons/google.wallet-service.d.ts +1 -0
  187. package/bundles/types/wallet-buttons/google.wallet-service.d.ts.map +1 -0
  188. package/bundles/types/wallet-buttons/index-cba.d.ts +2 -0
  189. package/bundles/types/wallet-buttons/index-cba.d.ts.map +1 -0
  190. package/{lib → bundles/types}/wallet-buttons/index.d.ts +1 -0
  191. package/bundles/types/wallet-buttons/index.d.ts.map +1 -0
  192. package/{lib → bundles/types}/wallet-buttons/interfaces.d.ts +1 -0
  193. package/bundles/types/wallet-buttons/interfaces.d.ts.map +1 -0
  194. package/{lib → bundles/types}/wallet-buttons/mastercard.wallet-service.d.ts +1 -0
  195. package/bundles/types/wallet-buttons/mastercard.wallet-service.d.ts.map +1 -0
  196. package/{lib → bundles/types}/wallet-buttons/paypal.wallet-service.d.ts +1 -0
  197. package/bundles/types/wallet-buttons/paypal.wallet-service.d.ts.map +1 -0
  198. package/{lib → bundles/types}/wallet-buttons/stripe.wallet-service.d.ts +1 -0
  199. package/bundles/types/wallet-buttons/stripe.wallet-service.d.ts.map +1 -0
  200. package/{lib → bundles/types}/wallet-buttons/wallet-buttons.d.ts +1 -0
  201. package/bundles/types/wallet-buttons/wallet-buttons.d.ts.map +1 -0
  202. package/bundles/types/wallet-buttons/wallet-cba-buttons.d.ts +330 -0
  203. package/bundles/types/wallet-buttons/wallet-cba-buttons.d.ts.map +1 -0
  204. package/{lib → bundles/types}/wallet-buttons/wallet-service.d.ts +1 -0
  205. package/bundles/types/wallet-buttons/wallet-service.d.ts.map +1 -0
  206. package/{lib → bundles/types}/widget/configuration.d.ts +2 -1
  207. package/bundles/types/widget/configuration.d.ts.map +1 -0
  208. package/{lib → bundles/types}/widget/html-multi-widget.d.ts +1 -0
  209. package/bundles/types/widget/html-multi-widget.d.ts.map +1 -0
  210. package/{lib → bundles/types}/widget/html-widget.d.ts +1 -0
  211. package/bundles/types/widget/html-widget.d.ts.map +1 -0
  212. package/{lib → bundles/types}/widget/index.d.ts +2 -1
  213. package/bundles/types/widget/index.d.ts.map +1 -0
  214. package/{lib → bundles/types}/widget/meta.d.ts +1 -0
  215. package/bundles/types/widget/meta.d.ts.map +1 -0
  216. package/{lib → bundles/types}/widget/multi-widget.d.ts +2 -1
  217. package/bundles/types/widget/multi-widget.d.ts.map +1 -0
  218. package/{lib → bundles/types}/widget/style.d.ts +1 -0
  219. package/bundles/types/widget/style.d.ts.map +1 -0
  220. package/bundles/widget.umd.js +6813 -6963
  221. package/bundles/widget.umd.js.d.ts +3163 -0
  222. package/bundles/widget.umd.js.map +1 -0
  223. package/bundles/widget.umd.js.min.d.ts +3163 -0
  224. package/bundles/widget.umd.min.js +2 -1
  225. package/bundles/widget.umd.min.js.map +1 -0
  226. package/docs/api-canvas3ds.md +158 -0
  227. package/docs/api-checkout-button.md +912 -0
  228. package/docs/api-examples.md +65 -0
  229. package/docs/api-ps-widget.md +585 -0
  230. package/docs/api-vault-display.md +94 -0
  231. package/docs/api-widget.md +2444 -0
  232. package/docs/api-wrapper.md +78 -0
  233. package/docs/canvas3ds-examples.md +242 -0
  234. package/docs/cba-header.md +13 -0
  235. package/docs/cba-license.md +2 -0
  236. package/docs/checkout-examples.md +248 -0
  237. package/docs/header.md +15 -0
  238. package/docs/html/layout.html +78 -0
  239. package/docs/html/marked.js +23 -0
  240. package/docs/html/style.css +365 -0
  241. package/docs/install/npm.content.md +16 -0
  242. package/docs/install/npm.example.md +24 -0
  243. package/docs/install/umd.content.md +21 -0
  244. package/docs/install/umd.example.md +6 -0
  245. package/docs/install.md +53 -0
  246. package/docs/install.readme.t.md +17 -0
  247. package/docs/install.slate.t.md +17 -0
  248. package/docs/license.md +2 -0
  249. package/docs/partials/header.hbs +3 -0
  250. package/docs/ps-examples.md +129 -0
  251. package/docs/secure-remote-commerce-examples.md +258 -0
  252. package/docs/secure-remote-commerce.md +265 -0
  253. package/docs/vault-display-example.md +132 -0
  254. package/docs/wallet-buttons-examples.md +580 -0
  255. package/docs/wallet-buttons.md +424 -0
  256. package/docs/wallet-cba-buttons-examples.md +388 -0
  257. package/docs/widget-examples.md +134 -0
  258. package/package.json +164 -42
  259. package/slate.md +89 -88
  260. package/.nvmrc +0 -1
  261. package/api.d.ts +0 -1
  262. package/api.js +0 -1
  263. package/canvas3ds.d.ts +0 -1
  264. package/canvas3ds.js +0 -1
  265. package/checkout-button.d.ts +0 -1
  266. package/checkout-button.js +0 -1
  267. package/inicialization-guide.md +0 -7
  268. package/lib/api/api-base.js +0 -101
  269. package/lib/api/api-base.js.map +0 -1
  270. package/lib/api/api-charge-internal.js +0 -30
  271. package/lib/api/api-charge-internal.js.map +0 -1
  272. package/lib/api/api-charge.js +0 -49
  273. package/lib/api/api-charge.js.map +0 -1
  274. package/lib/api/api-internal.js +0 -13
  275. package/lib/api/api-internal.js.map +0 -1
  276. package/lib/api/api-service-internal.js +0 -18
  277. package/lib/api/api-service-internal.js.map +0 -1
  278. package/lib/api/api.js +0 -61
  279. package/lib/api/api.js.map +0 -1
  280. package/lib/api/index.d.ts +0 -1
  281. package/lib/api/index.js +0 -2
  282. package/lib/api/index.js.map +0 -1
  283. package/lib/canvas-3ds/canvas-3ds.js +0 -156
  284. package/lib/canvas-3ds/canvas-3ds.js.map +0 -1
  285. package/lib/canvas-3ds/index.js +0 -2
  286. package/lib/canvas-3ds/index.js.map +0 -1
  287. package/lib/canvas-3ds/services/gpayments-service.js +0 -181
  288. package/lib/canvas-3ds/services/gpayments-service.js.map +0 -1
  289. package/lib/canvas-3ds/services/index.js +0 -2
  290. package/lib/canvas-3ds/services/index.js.map +0 -1
  291. package/lib/canvas-3ds/services/standalone3ds-service.js +0 -32
  292. package/lib/canvas-3ds/services/standalone3ds-service.js.map +0 -1
  293. package/lib/checkout-button/afterpay/afterpay-checkout-button.js +0 -49
  294. package/lib/checkout-button/afterpay/afterpay-checkout-button.js.map +0 -1
  295. package/lib/checkout-button/afterpay/afterpay.runner.js +0 -41
  296. package/lib/checkout-button/afterpay/afterpay.runner.js.map +0 -1
  297. package/lib/checkout-button/checkout-button.interface.js +0 -45
  298. package/lib/checkout-button/checkout-button.interface.js.map +0 -1
  299. package/lib/checkout-button/checkout-button.js +0 -265
  300. package/lib/checkout-button/checkout-button.js.map +0 -1
  301. package/lib/checkout-button/checkout-contextual-handler.js +0 -75
  302. package/lib/checkout-button/checkout-contextual-handler.js.map +0 -1
  303. package/lib/checkout-button/index.js +0 -85
  304. package/lib/checkout-button/index.js.map +0 -1
  305. package/lib/checkout-button/paypal/paypal-checkout-button.js +0 -24
  306. package/lib/checkout-button/paypal/paypal-checkout-button.js.map +0 -1
  307. package/lib/checkout-button/paypal/paypal.runner.js +0 -14
  308. package/lib/checkout-button/paypal/paypal.runner.js.map +0 -1
  309. package/lib/checkout-button/runner/base.runner.js +0 -13
  310. package/lib/checkout-button/runner/base.runner.js.map +0 -1
  311. package/lib/checkout-button/runner/contextual.runner.js +0 -40
  312. package/lib/checkout-button/runner/contextual.runner.js.map +0 -1
  313. package/lib/checkout-button/runner/index.js +0 -11
  314. package/lib/checkout-button/runner/index.js.map +0 -1
  315. package/lib/checkout-button/runner/popup.runner.js +0 -68
  316. package/lib/checkout-button/runner/popup.runner.js.map +0 -1
  317. package/lib/checkout-button/runner/redirect.runner.js +0 -15
  318. package/lib/checkout-button/runner/redirect.runner.js.map +0 -1
  319. package/lib/checkout-button/zipmoney/zipmoney-checkout-button.js +0 -63
  320. package/lib/checkout-button/zipmoney/zipmoney-checkout-button.js.map +0 -1
  321. package/lib/checkout-button/zipmoney/zipmoney-contextual.runner.js +0 -78
  322. package/lib/checkout-button/zipmoney/zipmoney-contextual.runner.js.map +0 -1
  323. package/lib/checkout-button/zipmoney/zipmoney-redirect.runner.js +0 -49
  324. package/lib/checkout-button/zipmoney/zipmoney-redirect.runner.js.map +0 -1
  325. package/lib/checkout-button/zipmoney/zipmoney.config.js +0 -4
  326. package/lib/checkout-button/zipmoney/zipmoney.config.js.map +0 -1
  327. package/lib/checkout-button/zipmoney/zipmoney.runner.js +0 -23
  328. package/lib/checkout-button/zipmoney/zipmoney.runner.js.map +0 -1
  329. package/lib/checkout-button/zipmoney/zipmoney.types.js +0 -1
  330. package/lib/checkout-button/zipmoney/zipmoney.types.js.map +0 -1
  331. package/lib/components/ability-guard.js +0 -44
  332. package/lib/components/ability-guard.js.map +0 -1
  333. package/lib/components/background.js +0 -193
  334. package/lib/components/background.js.map +0 -1
  335. package/lib/components/container.js +0 -60
  336. package/lib/components/container.js.map +0 -1
  337. package/lib/components/dispatcher.js +0 -39
  338. package/lib/components/dispatcher.js.map +0 -1
  339. package/lib/components/element-style.js +0 -52
  340. package/lib/components/element-style.js.map +0 -1
  341. package/lib/components/flypay-iframe-event.js +0 -28
  342. package/lib/components/flypay-iframe-event.js.map +0 -1
  343. package/lib/components/form-Interceptor.js +0 -38
  344. package/lib/components/form-Interceptor.js.map +0 -1
  345. package/lib/components/http-core.js +0 -57
  346. package/lib/components/http-core.js.map +0 -1
  347. package/lib/components/iframe-event.js +0 -84
  348. package/lib/components/iframe-event.js.map +0 -1
  349. package/lib/components/iframe.js +0 -62
  350. package/lib/components/iframe.js.map +0 -1
  351. package/lib/components/link.js +0 -59
  352. package/lib/components/link.js.map +0 -1
  353. package/lib/components/loader.js +0 -234
  354. package/lib/components/loader.js.map +0 -1
  355. package/lib/components/param.js +0 -147
  356. package/lib/components/param.js.map +0 -1
  357. package/lib/components/popup.js +0 -104
  358. package/lib/components/popup.js.map +0 -1
  359. package/lib/components/storage-dispatcher.js +0 -75
  360. package/lib/components/storage-dispatcher.js.map +0 -1
  361. package/lib/components/trigger.js +0 -49
  362. package/lib/components/trigger.js.map +0 -1
  363. package/lib/components/vault-display-iframe-event.js +0 -27
  364. package/lib/components/vault-display-iframe-event.js.map +0 -1
  365. package/lib/components/wallet-background.js +0 -60
  366. package/lib/components/wallet-background.js.map +0 -1
  367. package/lib/components/wallet-trigger.js +0 -27
  368. package/lib/components/wallet-trigger.js.map +0 -1
  369. package/lib/configs/env/env.js +0 -117
  370. package/lib/configs/env/env.js.map +0 -1
  371. package/lib/configs/sdk.js +0 -16
  372. package/lib/configs/sdk.js.map +0 -1
  373. package/lib/external-checkout/builder.js +0 -45
  374. package/lib/external-checkout/builder.js.map +0 -1
  375. package/lib/external-checkout/checker.js +0 -22
  376. package/lib/external-checkout/checker.js.map +0 -1
  377. package/lib/external-checkout/index.d.ts +0 -2
  378. package/lib/external-checkout/index.js +0 -3
  379. package/lib/external-checkout/index.js.map +0 -1
  380. package/lib/helper/access-token.js +0 -44
  381. package/lib/helper/access-token.js.map +0 -1
  382. package/lib/helper/browser.js +0 -79
  383. package/lib/helper/browser.js.map +0 -1
  384. package/lib/helper/event-emitter.js +0 -23
  385. package/lib/helper/event-emitter.js.map +0 -1
  386. package/lib/helper/event.js +0 -23
  387. package/lib/helper/event.js.map +0 -1
  388. package/lib/helper/ms.js +0 -32
  389. package/lib/helper/ms.js.map +0 -1
  390. package/lib/helper/object.js +0 -6
  391. package/lib/helper/object.js.map +0 -1
  392. package/lib/helper/url.js +0 -11
  393. package/lib/helper/url.js.map +0 -1
  394. package/lib/helper/uuid.js +0 -26
  395. package/lib/helper/uuid.js.map +0 -1
  396. package/lib/index.d.ts +0 -15
  397. package/lib/index.js +0 -15
  398. package/lib/index.js.map +0 -1
  399. package/lib/payment-source/builder.js +0 -49
  400. package/lib/payment-source/builder.js.map +0 -1
  401. package/lib/payment-source/index.js +0 -2
  402. package/lib/payment-source/index.js.map +0 -1
  403. package/lib/payment-source-widget/html-payment-source-widget.js +0 -167
  404. package/lib/payment-source-widget/html-payment-source-widget.js.map +0 -1
  405. package/lib/payment-source-widget/index.js +0 -35
  406. package/lib/payment-source-widget/index.js.map +0 -1
  407. package/lib/payment-source-widget/interfaces.js +0 -2
  408. package/lib/payment-source-widget/interfaces.js.map +0 -1
  409. package/lib/payment-source-widget/payment-source-widget.js +0 -141
  410. package/lib/payment-source-widget/payment-source-widget.js.map +0 -1
  411. package/lib/secure-remote-commerce/index.js +0 -2
  412. package/lib/secure-remote-commerce/index.js.map +0 -1
  413. package/lib/secure-remote-commerce/interfaces.js +0 -28
  414. package/lib/secure-remote-commerce/interfaces.js.map +0 -1
  415. package/lib/secure-remote-commerce/providers/src-provider.js +0 -1
  416. package/lib/secure-remote-commerce/providers/src-provider.js.map +0 -1
  417. package/lib/secure-remote-commerce/providers/visa-src/helper.js +0 -36
  418. package/lib/secure-remote-commerce/providers/visa-src/helper.js.map +0 -1
  419. package/lib/secure-remote-commerce/providers/visa-src/index.js +0 -2
  420. package/lib/secure-remote-commerce/providers/visa-src/index.js.map +0 -1
  421. package/lib/secure-remote-commerce/providers/visa-src/visa-src.js +0 -113
  422. package/lib/secure-remote-commerce/providers/visa-src/visa-src.js.map +0 -1
  423. package/lib/secure-remote-commerce/providers/visa-src/visa-src.styles.js +0 -10
  424. package/lib/secure-remote-commerce/providers/visa-src/visa-src.styles.js.map +0 -1
  425. package/lib/secure-remote-commerce/secure-remote-commerce.js +0 -238
  426. package/lib/secure-remote-commerce/secure-remote-commerce.js.map +0 -1
  427. package/lib/vault-display-widget/index.js +0 -14
  428. package/lib/vault-display-widget/index.js.map +0 -1
  429. package/lib/vault-display-widget/vault-display-widget.js +0 -98
  430. package/lib/vault-display-widget/vault-display-widget.js.map +0 -1
  431. package/lib/wallet-buttons/afterpay.wallet-service.js +0 -152
  432. package/lib/wallet-buttons/afterpay.wallet-service.js.map +0 -1
  433. package/lib/wallet-buttons/apple.wallet-service.js +0 -291
  434. package/lib/wallet-buttons/apple.wallet-service.js.map +0 -1
  435. package/lib/wallet-buttons/flypay-v2.wallet-service.js +0 -192
  436. package/lib/wallet-buttons/flypay-v2.wallet-service.js.map +0 -1
  437. package/lib/wallet-buttons/flypay.wallet-service.js +0 -117
  438. package/lib/wallet-buttons/flypay.wallet-service.js.map +0 -1
  439. package/lib/wallet-buttons/google.wallet-service.js +0 -268
  440. package/lib/wallet-buttons/google.wallet-service.js.map +0 -1
  441. package/lib/wallet-buttons/index.js +0 -2
  442. package/lib/wallet-buttons/index.js.map +0 -1
  443. package/lib/wallet-buttons/interfaces.js +0 -1
  444. package/lib/wallet-buttons/interfaces.js.map +0 -1
  445. package/lib/wallet-buttons/mastercard.wallet-service.js +0 -27
  446. package/lib/wallet-buttons/mastercard.wallet-service.js.map +0 -1
  447. package/lib/wallet-buttons/paypal.wallet-service.js +0 -129
  448. package/lib/wallet-buttons/paypal.wallet-service.js.map +0 -1
  449. package/lib/wallet-buttons/stripe.wallet-service.js +0 -100
  450. package/lib/wallet-buttons/stripe.wallet-service.js.map +0 -1
  451. package/lib/wallet-buttons/wallet-buttons.js +0 -454
  452. package/lib/wallet-buttons/wallet-buttons.js.map +0 -1
  453. package/lib/wallet-buttons/wallet-service.js +0 -49
  454. package/lib/wallet-buttons/wallet-service.js.map +0 -1
  455. package/lib/widget/configuration.js +0 -259
  456. package/lib/widget/configuration.js.map +0 -1
  457. package/lib/widget/html-multi-widget.js +0 -380
  458. package/lib/widget/html-multi-widget.js.map +0 -1
  459. package/lib/widget/html-widget.js +0 -126
  460. package/lib/widget/html-widget.js.map +0 -1
  461. package/lib/widget/index.js +0 -132
  462. package/lib/widget/index.js.map +0 -1
  463. package/lib/widget/meta.js +0 -8
  464. package/lib/widget/meta.js.map +0 -1
  465. package/lib/widget/multi-widget.js +0 -436
  466. package/lib/widget/multi-widget.js.map +0 -1
  467. package/lib/widget/style.js +0 -204
  468. package/lib/widget/style.js.map +0 -1
  469. package/payment-source-widget.d.ts +0 -1
  470. package/payment-source-widget.js +0 -1
  471. package/tslint.json +0 -130
  472. package/typings/globals/@auspayplus/open-payments-checkout/index.d.ts +0 -43
  473. package/typings/globals/jasmine/index.d.ts +0 -576
  474. package/typings/globals/jasmine-ajax/index.d.ts +0 -83
  475. package/typings/globals/jquery/index.d.ts +0 -3759
  476. package/typings/index.d.ts +0 -4
  477. package/vault-display-widget.d.ts +0 -1
  478. package/vault-display-widget.js +0 -1
  479. package/vendors/zipmoney.d.ts +0 -18
  480. package/vendors/zipmoney.js +0 -2
  481. package/widget.d.ts +0 -1
  482. package/widget.js +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkout-button.js","sourceRoot":"","sources":["../../checkout-button/checkout-button.ts"],"names":[],"mappings":"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"}
@@ -1,75 +0,0 @@
1
- import { PaymentSourceBuilder, TYPE as TOKEN_TYPE } from '../payment-source/index';
2
- import { ExternalCheckoutChecker } from '../external-checkout/index';
3
- import { RUNNER_EVENT } from './runner';
4
- import { CHECKOUT_BTN_LOG_PREFIX, CHECKOUT_BUTTON_EVENT } from './checkout-button.interface';
5
- export class CheckoutContextualHandler {
6
- constructor(background, runner, eventEmitter, params) {
7
- this.background = background;
8
- this.runner = runner;
9
- this.eventEmitter = eventEmitter;
10
- this.params = params;
11
- this.runner.onStop(() => {
12
- this.eventEmitter.emit(CHECKOUT_BUTTON_EVENT.CLOSE);
13
- });
14
- }
15
- init(env) {
16
- this.setEnv(env);
17
- this.runner.onCheckout(RUNNER_EVENT.SUCCESS, (checkout) => {
18
- this.eventEmitter.emit(CHECKOUT_BUTTON_EVENT.ACCEPTED, {});
19
- this.background.initLoader();
20
- this.runner.stop();
21
- this.checkToken(checkout.token, () => {
22
- this.createOneTimeToken(checkout.token);
23
- });
24
- });
25
- this.runner.onCheckout(RUNNER_EVENT.ERROR, () => {
26
- this.eventEmitter.emit(CHECKOUT_BUTTON_EVENT.ERROR);
27
- console.error(`${CHECKOUT_BTN_LOG_PREFIX} Error from checkout server.`);
28
- this.runner.stop();
29
- });
30
- this.runner.onCheckout(RUNNER_EVENT.REFERRED, () => {
31
- this.eventEmitter.emit(CHECKOUT_BUTTON_EVENT.REFERRED);
32
- this.runner.stop();
33
- });
34
- this.runner.onCheckout(RUNNER_EVENT.DECLINED, () => {
35
- this.eventEmitter.emit(CHECKOUT_BUTTON_EVENT.DECLINED);
36
- this.runner.stop();
37
- });
38
- this.eventEmitter.subscribe(CHECKOUT_BUTTON_EVENT.ERROR, () => {
39
- this.runner.stop();
40
- });
41
- this.eventEmitter.subscribe(CHECKOUT_BUTTON_EVENT.FINISH, (data) => {
42
- this.background.clear();
43
- });
44
- }
45
- setEnv(env) {
46
- this.env = env;
47
- }
48
- checkToken(token, cb) {
49
- let checker = new ExternalCheckoutChecker(token);
50
- checker.setEnv(this.env);
51
- checker.send(this.params.accessToken, (details) => {
52
- this.details = details;
53
- cb();
54
- }, () => {
55
- this.eventEmitter.emit(CHECKOUT_BUTTON_EVENT.ERROR, {});
56
- console.error(`${CHECKOUT_BTN_LOG_PREFIX} Error during creating payment source token.`);
57
- });
58
- }
59
- createOneTimeToken(token) {
60
- let paymentSourceToken = new PaymentSourceBuilder(this.params.gatewayId, token, TOKEN_TYPE.CHECKOUT_TOKEN);
61
- paymentSourceToken.setEnv(this.env);
62
- paymentSourceToken.send(this.params.accessToken, (token) => {
63
- this.eventEmitter.emit(CHECKOUT_BUTTON_EVENT.FINISH, {
64
- payment_source_token: token,
65
- checkout_email: this.details.checkout_email,
66
- checkout_holder: this.details.checkout_holder,
67
- gateway_type: this.details.gateway_type,
68
- });
69
- }, () => {
70
- this.eventEmitter.emit(CHECKOUT_BUTTON_EVENT.ERROR, {});
71
- console.error(`${CHECKOUT_BTN_LOG_PREFIX} Error during creating payment source token.`);
72
- });
73
- }
74
- }
75
- //# sourceMappingURL=../../src/lib/checkout-button/checkout-contextual-handler.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkout-contextual-handler.js","sourceRoot":"","sources":["../../checkout-button/checkout-contextual-handler.ts"],"names":[],"mappings":"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"}
@@ -1,85 +0,0 @@
1
- export { CHECKOUT_BUTTON_EVENT } from './checkout-button.interface';
2
- export { ZipmoneyCheckoutButton } from './zipmoney/zipmoney-checkout-button';
3
- export { AfterpayCheckoutButton } from './afterpay/afterpay-checkout-button';
4
- export { PaypalCheckoutButton } from './paypal/paypal-checkout-button';
5
- /**
6
- * Interface for PayPal checkout meta information
7
- * @interface IPayPalMeta
8
- *
9
- * @param {string} [brand_name] A label that overrides the business name in the PayPal account on the PayPal hosted checkout pages
10
- * @param {string} [cart_border_color] The HTML hex code for your principal identifying color
11
- * @param {string} [reference] Merchant Customer Service number displayed on the PayPal pages
12
- * @param {string} [email] The consumer’s email
13
- * @param {string} [hdr_img] URL for the image you want to appear at the top left of the payment page
14
- * @param {string} [logo_img] A URL to your logo image
15
- * @param {string} [pay_flow_color] Sets the background color for the payment page. By default, the color is white.
16
- * @param {string} [first_name] The consumer’s given names
17
- * @param {string} [last_name] The consumer’s surname
18
- * @param {string} [address_line] Street address
19
- * @param {string} [address_line2] Second line of the address
20
- * @param {string} [address_city] City
21
- * @param {string} [address_state] State
22
- * @param {string} [address_postcode] Postcode
23
- * @param {string} [address_country] Country
24
- * @param {string} [phone] The consumer’s phone number in E.164 international notation (Example: +12345678901)
25
- * @param {boolean} [hide_shipping_address] Determines whether PayPal displays shipping address fields on the PayPal pages
26
- */
27
- /**
28
- * Interface for ZipMoney checkout meta information
29
- * @interface IZipmoneyMeta
30
-
31
- * @param {string} first_name First name for the customer
32
- * @param {string} last_name Last name for the customer
33
- * @param {string} [phone] The consumer’s phone number in E.164 international notation (Example: +12345678901)
34
- * @param {boolean} [tokenize] Controls whether to tokenize the zip pay / zip money account, defaults to ‘false’
35
- * @param {string} email The consumer’s email
36
- * @param {string} [gender] Gender name for the customer
37
- * @param {string} [date_of_birth] Date of birth name for the customer
38
- * @param {number} charge.amount Amount to be paid
39
- * @param {string} [charge.currency] Currency code
40
- * @param {string} [charge.reference] Reference
41
- * @param {array} charge.items Collections of orders
42
- * @param {string} charge.items[].name Name of the item
43
- * @param {number} charge.items[].amount Amount of the item
44
- * @param {integer} charge.items[].quantity Quantity of the item
45
- * @param {string} [charge.items[].type] type of the item, values can be: ‘sku’, ‘tax’, ‘shipping’, ‘discount’
46
- * @param {string} [charge.items[].reference] reference of the item
47
- * @param {string} [charge.items[].item_uri] url of the item in your store
48
- * @param {string} [charge.items[].image_url] url of the image in your store
49
- * @param {string} [charge.shipping_type] Shipping type, values can be: ‘pickup’, ‘delivery’, defaults to ‘delivery’
50
- * @param {string} [charge.shipping_address] Object with shipping address details
51
- * @param {string} [charge.shipping_address.first_name] Shipping first name
52
- * @param {string} [charge.shipping_address.last_name] Shipping last name
53
- * @param {string} charge.shipping_address.line1 Shipping address line 1
54
- * @param {string} charge.shipping_address.line2 Shipping address line 2
55
- * @param {string} charge.shipping_address.city Shipping city
56
- * @param {string} charge.shipping_address.state Shipping state
57
- * @param {string} charge.shipping_address.postcode Shipping postcode
58
- * @param {string} charge.shipping_address.country Shipping country
59
- * @param {string} charge.billing_address Object with billing address details
60
- * @param {string} [charge.billing_address.first_name] Billing first name
61
- * @param {string} [charge.billing_address.last_name] Billing last name
62
- * @param {string} charge.billing_address.line1 Billing address line 1
63
- * @param {string} [charge.billing_address.line2] Billing address line 1
64
- * @param {string} charge.billing_address.city Billing city
65
- * @param {string} charge.billing_address.state Billing state
66
- * @param {string} charge.billing_address.postcode Billing postcode
67
- * @param {string} charge.billing_address.country Billing country
68
- */
69
- /**
70
- * Interface for Afterpay checkout meta information
71
- * @interface IAfterpayMeta
72
- * @param {number} [amount]
73
- * @param {number} [currency]
74
- * @param {string} [first_name]
75
- * @param {string} [last_name]
76
- * @param {string} [email]
77
- * @param {string} [address_line]
78
- * @param {string} [address_line2]
79
- * @param {string} [address_city]
80
- * @param {string} [address_state]
81
- * @param {string} [address_postcode]
82
- * @param {string} [address_country]
83
- * @param {string} [phone]
84
- */
85
- //# sourceMappingURL=../../src/lib/checkout-button/index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../checkout-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAA4B,MAAM,6BAA6B,CAAC;AAC9F,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAA;AAC5E,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAA;AAEtE;;;;;;;;;;;;;;;;;;;;;GAqBG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AAEH;;;;;;;;;;;;;;;GAeG"}
@@ -1,24 +0,0 @@
1
- import { CheckoutButton } from '../checkout-button';
2
- import { GATEWAY_TYPE } from '../checkout-button.interface';
3
- /**
4
- * Class PaypalCheckoutButton is wrapper of CheckoutButton transform usual button into checkout
5
- *
6
- * @extends CheckoutButton
7
- *
8
- * @constructor
9
- *
10
- * @param {string} selector - Selector of html element.
11
- * @param {string} publicKey - PayDock users public key
12
- * @param {string} [gatewayId=default] - PayDock's gatewayId. By default or if put 'default', it will use the selected default gateway
13
- * @example
14
- * var widget = new PaypalCheckoutButton('#button', 'publicKey','gatewayId');
15
- */
16
- class PaypalCheckoutButton extends CheckoutButton {
17
- constructor(selector, publicKey, gatewayId = 'default') {
18
- super(selector, publicKey, gatewayId, GATEWAY_TYPE.PAYPAL);
19
- this.publicKey = publicKey;
20
- this.gatewayId = gatewayId;
21
- }
22
- }
23
- export { PaypalCheckoutButton };
24
- //# sourceMappingURL=../../../src/lib/checkout-button/paypal/paypal-checkout-button.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"paypal-checkout-button.js","sourceRoot":"","sources":["../../../checkout-button/paypal/paypal-checkout-button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D;;;;;;;;;;;;GAYG;AACH,MAAM,oBAAqB,SAAQ,cAAc;IAC7C,YAAY,QAAgB,EAAY,SAAiB,EAAY,YAAoB,SAAS;QAC9F,KAAK,CAAC,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;QADvB,cAAS,GAAT,SAAS,CAAQ;QAAY,cAAS,GAAT,SAAS,CAAoB;IAElG,CAAC;CACJ;AAED,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
@@ -1,14 +0,0 @@
1
- import { PopupRunner } from '../runner';
2
- import { Url } from '../../helper/url';
3
- const REDIRECT_URI_SUCCESS = '/checkout/success';
4
- const REDIRECT_URI_ERROR = '/checkout/error';
5
- export class PaypalRunner extends PopupRunner {
6
- getSuccessRedirectUri() {
7
- return (this.widgetEnv.getConf().url +
8
- Url.extendSearchParams(REDIRECT_URI_SUCCESS, 'merchant', encodeURIComponent(window.location.href)));
9
- }
10
- getErrorRedirectUri() {
11
- return (this.widgetEnv.getConf().url + Url.extendSearchParams(REDIRECT_URI_ERROR, 'merchant', encodeURIComponent(window.location.href)));
12
- }
13
- }
14
- //# sourceMappingURL=../../../src/lib/checkout-button/paypal/paypal.runner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"paypal.runner.js","sourceRoot":"","sources":["../../../checkout-button/paypal/paypal.runner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,WAAW,EAAE,MAAM,WAAW,CAAC;AAC3D,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAC;AAEvC,MAAM,oBAAoB,GAAG,mBAAmB,CAAC;AACjD,MAAM,kBAAkB,GAAG,iBAAiB,CAAC;AAE7C,MAAM,OAAO,YAAa,SAAQ,WAAW;IAClC,qBAAqB;QACxB,OAAO,CACH,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE,CAAC,GAAG;YAC5B,GAAG,CAAC,kBAAkB,CAAC,oBAAoB,EAAE,UAAU,EAAE,kBAAkB,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CACrG,CAAC;IACN,CAAC;IAEM,mBAAmB;QACtB,OAAO,CACH,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE,CAAC,GAAG,GAAG,GAAG,CAAC,kBAAkB,CAAC,kBAAkB,EAAE,UAAU,EAAE,kBAAkB,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAClI,CAAC;IACN,CAAC;CACJ"}
@@ -1,13 +0,0 @@
1
- import { Env, WIDGET_URL } from '../../configs/env/env';
2
- export class BaseRunner {
3
- constructor() {
4
- this.widgetEnv = new Env(WIDGET_URL);
5
- }
6
- error(error, code, callback) {
7
- callback(true);
8
- }
9
- setEnv(env, alias) {
10
- this.widgetEnv.setEnv(env, alias);
11
- }
12
- }
13
- //# sourceMappingURL=../../../src/lib/checkout-button/runner/base.runner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base.runner.js","sourceRoot":"","sources":["../../../checkout-button/runner/base.runner.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAkBxD,MAAM,OAAgB,UAAU;IAG5B;QACI,IAAI,CAAC,SAAS,GAAG,IAAI,GAAG,CAAC,UAAU,CAAC,CAAC;IACzC,CAAC;IAEM,KAAK,CAAC,KAAa,EAAE,IAAY,EAAE,QAAQ;QAC9C,QAAQ,CAAC,IAAI,CAAC,CAAC;IACnB,CAAC;IAEM,MAAM,CAAC,GAAW,EAAE,KAAc;QACrC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;IACtC,CAAC;CACJ"}
@@ -1,40 +0,0 @@
1
- import { Background, TRIGGER as BACKGROUND_TRIGGER } from '../../components/background';
2
- import { BaseRunner } from './base.runner';
3
- export var RUNNER_EVENT;
4
- (function (RUNNER_EVENT) {
5
- RUNNER_EVENT["SUCCESS"] = "success";
6
- RUNNER_EVENT["DECLINED"] = "declined";
7
- RUNNER_EVENT["CLOSE"] = "close";
8
- RUNNER_EVENT["REFERRED"] = "referred";
9
- RUNNER_EVENT["ERROR"] = "error";
10
- })(RUNNER_EVENT || (RUNNER_EVENT = {}));
11
- ;
12
- export function ContextualRunner(Runner = BaseRunner) {
13
- return class extends Runner {
14
- constructor(...args) {
15
- super(...args);
16
- this.background = new Background();
17
- this.background.onTrigger(BACKGROUND_TRIGGER.FOCUS, () => this.continue());
18
- this.background.onTrigger(BACKGROUND_TRIGGER.CLOSE, () => this.stop());
19
- }
20
- continue() { }
21
- stop() { }
22
- error(error, code, callback) {
23
- callback(true);
24
- }
25
- setSuspendedRedirectUri(uri) {
26
- this.suspendedRedirectUri = uri;
27
- }
28
- setBackgroundTitle(text) {
29
- this.background.setBackdropTitle(text);
30
- }
31
- setBackgroundDescription(text) {
32
- this.background.setBackdropDescription(text);
33
- }
34
- turnOffBackdrop() {
35
- this.background.turnOffControl();
36
- this.background.turnOffLoader();
37
- }
38
- };
39
- }
40
- //# sourceMappingURL=../../../src/lib/checkout-button/runner/contextual.runner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"contextual.runner.js","sourceRoot":"","sources":["../../../checkout-button/runner/contextual.runner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACxF,OAAO,EAAE,UAAU,EAA0B,MAAM,eAAe,CAAC;AAGnE,MAAM,CAAN,IAAY,YAMX;AAND,WAAY,YAAY;IACpB,mCAAmB,CAAA;IACnB,qCAAqB,CAAA;IACrB,+BAAe,CAAA;IACf,qCAAqB,CAAA;IACrB,+BAAe,CAAA;AACnB,CAAC,EANW,YAAY,KAAZ,YAAY,QAMvB;AAAA,CAAC;AAwBF,MAAM,UAAU,gBAAgB,CAA2B,SAAa,UAAgB;IACpF,OAAO,KAAM,SAAQ,MAAM;QAIvB,YAAmB,GAAG,IAAW;YAC7B,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC;YACf,IAAI,CAAC,UAAU,GAAG,IAAI,UAAU,EAAE,CAAC;YACnC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,kBAAkB,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC;YAC3E,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,kBAAkB,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC;QAC3E,CAAC;QAEM,QAAQ,KAAU,CAAC;QAEnB,IAAI,KAAU,CAAC;QAEf,KAAK,CAAC,KAAa,EAAE,IAAY,EAAE,QAAQ;YAC9C,QAAQ,CAAC,IAAI,CAAC,CAAC;QACnB,CAAC;QAEM,uBAAuB,CAAC,GAAW;YACtC,IAAI,CAAC,oBAAoB,GAAG,GAAG,CAAC;QACpC,CAAC;QAEM,kBAAkB,CAAC,IAAY;YAClC,IAAI,CAAC,UAAU,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC3C,CAAC;QAEM,wBAAwB,CAAC,IAAY;YACxC,IAAI,CAAC,UAAU,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;QACjD,CAAC;QAEM,eAAe;YAClB,IAAI,CAAC,UAAU,CAAC,cAAc,EAAE,CAAC;YACjC,IAAI,CAAC,UAAU,CAAC,aAAa,EAAE,CAAC;QACpC,CAAC;KACJ,CAAA;AACL,CAAC"}
@@ -1,11 +0,0 @@
1
- export * from './base.runner';
2
- export * from './contextual.runner';
3
- export * from './popup.runner';
4
- export * from './redirect.runner';
5
- export function isContextualRunner(runner) {
6
- return 'run' in runner;
7
- }
8
- export function isRedirectRunner(runner) {
9
- return 'setRedirectUrl' in runner;
10
- }
11
- //# sourceMappingURL=../../../src/lib/checkout-button/runner/index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../checkout-button/runner/index.ts"],"names":[],"mappings":"AAGA,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAElC,MAAM,UAAU,kBAAkB,CAAC,MAA2C;IAC1E,OAAO,KAAK,IAAI,MAAM,CAAC;AAC3B,CAAC;AAED,MAAM,UAAU,gBAAgB,CAAC,MAA2C;IACxE,OAAO,gBAAgB,IAAI,MAAM,CAAC;AACtC,CAAC"}
@@ -1,68 +0,0 @@
1
- import { ContextualRunner } from './contextual.runner';
2
- import { Dispatcher } from '../../components/dispatcher';
3
- import { Popup } from '../../components/popup';
4
- import { Browser } from '../../helper/browser';
5
- export class PopupRunner extends ContextualRunner() {
6
- constructor(publicKey) {
7
- super();
8
- this.publicKey = publicKey;
9
- this.checkout = null;
10
- this.dispatcher = new Dispatcher('checkout.paydock');
11
- setTimeout(() => this.dispatcher.restartDispatcher(), 200);
12
- this.popup = new Popup();
13
- }
14
- run() {
15
- if (this.isRunning())
16
- return;
17
- this.popup.init();
18
- this.background.initControl();
19
- }
20
- isRunning() {
21
- return this.popup.isExist();
22
- }
23
- next(checkoutData) {
24
- this.checkout = checkoutData;
25
- if (!Browser.isSupportPopUp())
26
- window.localStorage.setItem('paydock_checkout_token', JSON.stringify(this.checkout));
27
- this.popup.redirect(this.checkout.link);
28
- }
29
- continue() {
30
- this.popup.focus();
31
- }
32
- stop() {
33
- this.popup.close();
34
- }
35
- onStop(cb) {
36
- this.popup.onClose(() => {
37
- this.background.clear();
38
- this.checkout = null;
39
- cb();
40
- });
41
- }
42
- onCheckout(event, cb) {
43
- this.dispatcher.on(event, (data) => {
44
- if (this.checkout && this.checkout.reference_id === data.reference_id) {
45
- this.background.clear();
46
- cb(this.checkout);
47
- }
48
- else if (!Browser.isSupportPopUp()) {
49
- let item = window.localStorage.getItem('paydock_checkout_token');
50
- if (!item)
51
- return;
52
- let checkout = JSON.parse(item);
53
- if (checkout && checkout.reference_id === data.reference_id) {
54
- window.localStorage.removeItem('paydock_checkout_token');
55
- this.checkout = checkout;
56
- this.background.clear();
57
- cb(this.checkout);
58
- }
59
- }
60
- });
61
- }
62
- setEnv(env, alias) {
63
- super.setEnv(env, alias);
64
- this.dispatcher.setEnv(env, alias);
65
- this.popup.setEnv(env);
66
- }
67
- }
68
- //# sourceMappingURL=../../../src/lib/checkout-button/runner/popup.runner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"popup.runner.js","sourceRoot":"","sources":["../../../checkout-button/runner/popup.runner.ts"],"names":[],"mappings":"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"}
@@ -1,15 +0,0 @@
1
- import { BaseRunner } from './base.runner';
2
- export function RedirectRunner(Runner = BaseRunner) {
3
- return class extends Runner {
4
- setRedirectUrl(url) {
5
- this.merchantRedirectUrl = url;
6
- }
7
- getRedirectUrl() {
8
- return this.merchantRedirectUrl;
9
- }
10
- error(error, code, callback) {
11
- callback(false);
12
- }
13
- };
14
- }
15
- //# sourceMappingURL=../../../src/lib/checkout-button/runner/redirect.runner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"redirect.runner.js","sourceRoot":"","sources":["../../../checkout-button/runner/redirect.runner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA0B,MAAM,eAAe,CAAC;AAUnE,MAAM,UAAU,cAAc,CAA2B,SAAa,UAAgB;IAClF,OAAO,KAAM,SAAQ,MAAM;QAIhB,cAAc,CAAC,GAAW;YAC7B,IAAI,CAAC,mBAAmB,GAAG,GAAG,CAAC;QACnC,CAAC;QAEM,cAAc;YACjB,OAAO,IAAI,CAAC,mBAAmB,CAAC;QACpC,CAAC;QAEM,KAAK,CAAC,KAAa,EAAE,IAAY,EAAE,QAAQ;YAC9C,QAAQ,CAAC,KAAK,CAAC,CAAC;QACpB,CAAC;KACJ,CAAA;AACL,CAAC"}
@@ -1,63 +0,0 @@
1
- import { CheckoutButton } from '../checkout-button';
2
- import { GATEWAY_TYPE, CHECKOUT_MODE } from '../checkout-button.interface';
3
- import { isContextualRunner } from '../runner';
4
- /**
5
- * Class ZipmoneyCheckoutButton is wrapper of CheckoutButton transform usual button into checkout
6
- *
7
- * @extends CheckoutButton
8
- *
9
- * @constructor
10
- *
11
- * @param {string} selector - Selector of html element.
12
- * @param {string} publicKey - PayDock users public key
13
- * @param {string} [gatewayId=default] - PayDock's gatewayId. By default or if put 'default', it will use the selected default gateway
14
- * @param {string} [gatewayId=default] - Checkout mode, it could be set to 'contextual' or 'redirect'. By default it 'contextual'
15
- * @example
16
- * var widget = new ZipmoneyCheckoutButton('#button', 'publicKey','gatewayId');
17
- */
18
- class ZipmoneyCheckoutButton extends CheckoutButton {
19
- constructor(selector, publicKey, gatewayId = 'default', mode = CHECKOUT_MODE.CONTEXTUAL) {
20
- super(selector, publicKey, gatewayId, GATEWAY_TYPE.ZIPMONEY, mode);
21
- this.publicKey = publicKey;
22
- this.gatewayId = gatewayId;
23
- this.mode = mode;
24
- }
25
- /**
26
- * Method for setting suspended redirect uri. Redirect after referred checkout
27
- *
28
- * The URI is used for a redirect after the checkout is complete.
29
- * This can be provided, even if using in-context checkout (sdk). By default, the standard styled page will be used.
30
- * If using in-context (sdk) we will not automatically redirect to this URI.
31
- *
32
-
33
- * @param {uri} string - uri for suspended redirect (by default)
34
- */
35
- setSuspendedRedirectUri(uri) {
36
- super.setSuspendedRedirectUri(uri);
37
- }
38
- /**
39
- * Method for setting the merchant redirect URL.
40
- * The merchant's customers would be redirected to the specified URL
41
- * at the end of ZipMoney checkout flow.
42
- *
43
- * Once the redirect URL would be set, the checkout flow would be immediately switched
44
- * from 'contextual' mode to the 'redirect' mode.
45
- * The merchant's customer would be automatically redirected to this URL after the checkout is complete.
46
- *
47
- * @param {url} string - URL for redirect
48
- */
49
- setRedirectUrl(url) {
50
- if (isContextualRunner(this.runner)) {
51
- super.chooseRunner(GATEWAY_TYPE.ZIPMONEY, CHECKOUT_MODE.REDIRECT);
52
- super.setEnv(this.env, this.alias);
53
- }
54
- super.setRedirectUrl(url);
55
- }
56
- buildAdditionalParams() {
57
- const defaultParams = super.buildAdditionalParams();
58
- const params = Object.assign(Object.assign({}, defaultParams), { public_key: this.publicKey, gateway_id: this.gatewayId });
59
- return params;
60
- }
61
- }
62
- export { ZipmoneyCheckoutButton };
63
- //# sourceMappingURL=../../../src/lib/checkout-button/zipmoney/zipmoney-checkout-button.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"zipmoney-checkout-button.js","sourceRoot":"","sources":["../../../checkout-button/zipmoney/zipmoney-checkout-button.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAE3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C;;;;;;;;;;;;;GAaG;AACH,MAAM,sBAAuB,SAAQ,cAAc;IAE/C,YACI,QAAgB,EACN,SAAiB,EACjB,YAAoB,SAAS,EAC7B,OAAsB,aAAa,CAAC,UAAU;QAExD,KAAK,CAAC,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,YAAY,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAA;QAJxD,cAAS,GAAT,SAAS,CAAQ;QACjB,cAAS,GAAT,SAAS,CAAoB;QAC7B,SAAI,GAAJ,IAAI,CAA0C;IAG5D,CAAC;IAED;;;;;;;;;OASG;IACI,uBAAuB,CAAC,GAAW;QACtC,KAAK,CAAC,uBAAuB,CAAC,GAAG,CAAC,CAAC;IACvC,CAAC;IAED;;;;;;;;;;OAUG;IACI,cAAc,CAAC,GAAW;QAC7B,IAAI,kBAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;YACjC,KAAK,CAAC,YAAY,CAAC,YAAY,CAAC,QAAQ,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;YAClE,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;SACtC;QACD,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;IAC9B,CAAC;IAES,qBAAqB;QAC3B,MAAM,aAAa,GAAG,KAAK,CAAC,qBAAqB,EAAE,CAAC;QACpD,MAAM,MAAM,mCACL,aAAa,KAChB,UAAU,EAAE,IAAI,CAAC,SAAS,EAC1B,UAAU,EAAE,IAAI,CAAC,SAAS,GAC7B,CAAA;QAED,OAAO,MAAM,CAAC;IAClB,CAAC;CACJ;AAED,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
@@ -1,78 +0,0 @@
1
- import '../../../vendors/zipmoney';
2
- import { ContextualRunner, RUNNER_EVENT } from '../runner/contextual.runner';
3
- import { ZipmoneyRunner, LOG_PREFIX } from './zipmoney.runner';
4
- import { EventEmitter } from '../../helper/event-emitter';
5
- import { ZIPMONEY_DEFAULT_SUSPENDED_URL } from './zipmoney.config';
6
- export class ZipmoneyContextualRunner extends ContextualRunner(ZipmoneyRunner) {
7
- constructor() {
8
- super();
9
- this.runs = false;
10
- this.eventEmitter = new EventEmitter();
11
- }
12
- run() {
13
- this.runs = true;
14
- this.background.initLoader();
15
- }
16
- isRunning() {
17
- return this.runs;
18
- }
19
- next(checkoutData) {
20
- this.background.clear();
21
- this.checkout = checkoutData;
22
- const checkoutUri = this.getCheckoutUri(this.checkout.link);
23
- Zip.Checkout.init({
24
- checkoutUri,
25
- onComplete: (args) => this.eventHandler(args),
26
- onError: (args) => this.eventHandler(args),
27
- });
28
- }
29
- getSuccessRedirectUri() {
30
- return this.suspendedRedirectUri ? this.suspendedRedirectUri : this.widgetEnv.getConf().url + String(ZIPMONEY_DEFAULT_SUSPENDED_URL);
31
- }
32
- getErrorRedirectUri() {
33
- return this.getSuccessRedirectUri();
34
- }
35
- stop() {
36
- super.stop();
37
- this.runs = false;
38
- const element = document.querySelector('.zipmoney-overlay');
39
- if (element)
40
- element.remove();
41
- this.eventEmitter.emit(RUNNER_EVENT.CLOSE);
42
- }
43
- onStop(cb) {
44
- this.eventEmitter.subscribe(RUNNER_EVENT.CLOSE, () => {
45
- this.background.clear();
46
- cb();
47
- });
48
- }
49
- onCheckout(event, cb) {
50
- this.eventEmitter.subscribe(event, () => {
51
- cb(this.checkout);
52
- });
53
- }
54
- eventHandler(args) {
55
- this.runs = false;
56
- switch (args.state) {
57
- case "approved" /* APPROVED */:
58
- this.eventEmitter.emit(RUNNER_EVENT.CLOSE);
59
- this.eventEmitter.emit(RUNNER_EVENT.SUCCESS);
60
- break;
61
- case "declined" /* DECLINED */:
62
- this.eventEmitter.emit(RUNNER_EVENT.CLOSE);
63
- this.eventEmitter.emit(RUNNER_EVENT.DECLINED);
64
- break;
65
- case "cancelled" /* CANCELLED */:
66
- this.eventEmitter.emit(RUNNER_EVENT.CLOSE);
67
- break;
68
- case "referred" /* REFERRED */:
69
- this.eventEmitter.emit(RUNNER_EVENT.CLOSE);
70
- this.eventEmitter.emit(RUNNER_EVENT.REFERRED);
71
- break;
72
- default:
73
- console.warn(`${LOG_PREFIX} Unknown gateway status.`);
74
- break;
75
- }
76
- }
77
- }
78
- //# sourceMappingURL=../../../src/lib/checkout-button/zipmoney/zipmoney-contextual.runner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"zipmoney-contextual.runner.js","sourceRoot":"","sources":["../../../checkout-button/zipmoney/zipmoney-contextual.runner.ts"],"names":[],"mappings":"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"}
@@ -1,49 +0,0 @@
1
- import '../../../vendors/zipmoney';
2
- import { RedirectRunner } from '../runner';
3
- import { ZipmoneyRunner } from './zipmoney.runner';
4
- import { StorageDispatcher, StorageDataIntent } from '../../components/storage-dispatcher';
5
- import { ZIPMONEY_PROXY_REDIRECT_URL, ZIPMONEY_MESSAGE_SOURCE } from './zipmoney.config';
6
- export class ZipmoneyRedirectRunner extends RedirectRunner(ZipmoneyRunner) {
7
- constructor() {
8
- super();
9
- this.storageDispatcher = new StorageDispatcher(ZIPMONEY_MESSAGE_SOURCE);
10
- }
11
- getProxyRedirectUrl() {
12
- return this.widgetEnv.getConf().url + ZIPMONEY_PROXY_REDIRECT_URL;
13
- }
14
- next(checkout, params) {
15
- this.storageDispatcher.create(() => {
16
- const widgetSessionData = {
17
- merchant_redirect_url: this.getRedirectUrl(),
18
- checkout_token: checkout.token,
19
- public_key: params.public_key,
20
- gateway_id: params.gateway_id,
21
- };
22
- this.storageDispatcher.push({ intent: StorageDataIntent.WIDGET_SESSION, data: widgetSessionData }, {
23
- onSuccess: () => {
24
- const checkoutUri = this.getCheckoutUri(checkout.link);
25
- Zip.Checkout.init({
26
- checkoutUri: checkoutUri,
27
- redirect: true,
28
- });
29
- },
30
- onError: () => {
31
- console.error('Error initializing Zip Checkout');
32
- },
33
- });
34
- });
35
- }
36
- // for backward compatibility
37
- getSuccessRedirectUri() {
38
- return this.getProxyRedirectUrl();
39
- }
40
- // for backward compatibility
41
- getErrorRedirectUri() {
42
- return this.getProxyRedirectUrl();
43
- }
44
- setEnv(env, alias) {
45
- super.setEnv(env, alias);
46
- this.storageDispatcher.setEnv(env, alias);
47
- }
48
- }
49
- //# sourceMappingURL=../../../src/lib/checkout-button/zipmoney/zipmoney-redirect.runner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"zipmoney-redirect.runner.js","sourceRoot":"","sources":["../../../checkout-button/zipmoney/zipmoney-redirect.runner.ts"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC;AACnC,OAAO,EAAE,cAAc,EAAmB,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,qCAAqC,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,uBAAuB,EAAC,MAAM,mBAAmB,CAAC;AAGxF,MAAM,OAAO,sBAAuB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAGtE;QACI,KAAK,EAAE,CAAC;QAER,IAAI,CAAC,iBAAiB,GAAG,IAAI,iBAAiB,CAAC,uBAAuB,CAAC,CAAA;IAC3E,CAAC;IAEM,mBAAmB;QACtB,OAAO,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE,CAAC,GAAG,GAAG,2BAA2B,CAAC;IACtE,CAAC;IAEM,IAAI,CAAC,QAAmB,EAAE,MAA4B;QACzD,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,GAAG,EAAE;YAC/B,MAAM,iBAAiB,GAA8B;gBACjD,qBAAqB,EAAE,IAAI,CAAC,cAAc,EAAE;gBAC5C,cAAc,EAAE,QAAQ,CAAC,KAAK;gBAC9B,UAAU,EAAE,MAAM,CAAC,UAAU;gBAC7B,UAAU,EAAE,MAAM,CAAC,UAAU;aAChC,CAAC;YACF,IAAI,CAAC,iBAAiB,CAAC,IAAI,CACvB,EAAE,MAAM,EAAE,iBAAiB,CAAC,cAAc,EAAE,IAAI,EAAE,iBAAiB,EAAE,EACrE;gBACI,SAAS,EAAE,GAAG,EAAE;oBACZ,MAAM,WAAW,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;oBACvD,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC;wBACd,WAAW,EAAE,WAAW;wBACxB,QAAQ,EAAE,IAAI;qBACjB,CAAC,CAAC;gBACP,CAAC;gBACD,OAAO,EAAE,GAAG,EAAE;oBACV,OAAO,CAAC,KAAK,CAAC,iCAAiC,CAAC,CAAC;gBACrD,CAAC;aACJ,CACJ,CAAC;QACN,CAAC,CAAC,CAAC;IACP,CAAC;IAED,6BAA6B;IACtB,qBAAqB;QACxB,OAAO,IAAI,CAAC,mBAAmB,EAAE,CAAC;IACtC,CAAC;IAED,6BAA6B;IACtB,mBAAmB;QACtB,OAAO,IAAI,CAAC,mBAAmB,EAAE,CAAC;IACtC,CAAC;IAEM,MAAM,CAAC,GAAW,EAAE,KAAc;QACrC,KAAK,CAAC,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;QACzB,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC;IAC9C,CAAC;CACJ"}
@@ -1,4 +0,0 @@
1
- export const ZIPMONEY_PROXY_REDIRECT_URL = '/checkout/zipmoney/response';
2
- export const ZIPMONEY_DEFAULT_SUSPENDED_URL = '/checkout/zipmoney/suspended';
3
- export const ZIPMONEY_MESSAGE_SOURCE = 'zipmoney.checkout.paydock';
4
- //# sourceMappingURL=../../../src/lib/checkout-button/zipmoney/zipmoney.config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"zipmoney.config.js","sourceRoot":"","sources":["../../../checkout-button/zipmoney/zipmoney.config.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,2BAA2B,GAAG,6BAA6B,CAAC;AAEzE,MAAM,CAAC,MAAM,8BAA8B,GAAG,8BAA8B,CAAC;AAE7E,MAAM,CAAC,MAAM,uBAAuB,GAAG,2BAA2B,CAAC"}