@xsolla/payment-client-core 0.2.102 → 0.2.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -52
- package/esm2022/lib/core/agreements-group.const.mjs +1 -1
- package/esm2022/lib/core/boolean-number.enum.mjs +1 -1
- package/esm2022/lib/core/combined-payment-methods/combined-payment-methods.interface.mjs +1 -1
- package/esm2022/lib/core/combined-payment-methods/combined-payment-methods.service.mjs +4 -4
- package/esm2022/lib/core/countries-api/countries-api.service.mjs +4 -4
- package/esm2022/lib/core/countries-api/country-response.interface.mjs +1 -1
- package/esm2022/lib/core/countries-api/country.interface.mjs +1 -1
- package/esm2022/lib/core/country/country-iso-code.enum.mjs +1 -1
- package/esm2022/lib/core/country/country.service.mjs +4 -4
- package/esm2022/lib/core/country/eu-countries.const.mjs +1 -1
- package/esm2022/lib/core/credit-card/credit-card-settings.interface.mjs +1 -1
- package/esm2022/lib/core/credit-card/credit-card-types.enum.mjs +1 -1
- package/esm2022/lib/core/credit-card/credit-card.interface.mjs +1 -1
- package/esm2022/lib/core/credit-card/credit-card.service.mjs +4 -4
- package/esm2022/lib/core/credit-card/credit-cards-map.const.mjs +1 -1
- package/esm2022/lib/core/credit-card/default-mask.const.mjs +1 -1
- package/esm2022/lib/core/credit-card/four-block-mask.const.mjs +1 -1
- package/esm2022/lib/core/credit-card/ordered-cards-settings.const.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/american-express.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/aura.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/china-union-pay.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/dankort.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/default-card.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/diners-clubs.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/discover.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/elo.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/hipercard.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/jcb.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/maestro.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/mastercard.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/mir.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/naranja.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/postepay.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/visa.mjs +1 -1
- package/esm2022/lib/core/deep-readonly.type.mjs +1 -1
- package/esm2022/lib/core/device-finger-print/device-finger-print.service.mjs +5 -6
- package/esm2022/lib/core/device-finger-print/hash.type.mjs +1 -1
- package/esm2022/lib/core/edit-saved-methods/delete-method-response.interface.mjs +1 -1
- package/esm2022/lib/core/edit-saved-methods/edit-saved-methods.service.mjs +4 -4
- package/esm2022/lib/core/encrypt-credit-card/encrypt-credit-card.service.mjs +4 -4
- package/esm2022/lib/core/encrypt-credit-card/encrypted-card.interface.mjs +1 -1
- package/esm2022/lib/core/encrypt-credit-card/open-card.interface.mjs +1 -1
- package/esm2022/lib/core/environment.interface.mjs +1 -1
- package/esm2022/lib/core/errors-mapping/card-number-sanction-error-codes.const.mjs +1 -1
- package/esm2022/lib/core/errors-mapping/field-special-errors-map.const.mjs +1 -1
- package/esm2022/lib/core/errors-mapping/xps-response-errors-mapping.service.mjs +4 -4
- package/esm2022/lib/core/exceptions-handling/common-log-attributes/common-log-attributes.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/common-log-attributes/common-log-attributes.service.mjs +4 -4
- package/esm2022/lib/core/exceptions-handling/elk/additional-info.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/elk/elk-logger.service.mjs +4 -4
- package/esm2022/lib/core/exceptions-handling/elk/error-without-meta-fields.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/elk/log-message.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/api-error.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/app-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/elk-error-types.enum.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/encrypt-card-error.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/http-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/index.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/response-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/tagged-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/terminal-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/token-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/ws-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/http-interceptor/http-error-data.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/http-interceptor/http-error-response-data.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/http-interceptor/http-exceptions.interceptor.mjs +4 -4
- package/esm2022/lib/core/exceptions-handling/logger/index.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/logger/log-handler.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/logger/logger.service.mjs +4 -4
- package/esm2022/lib/core/extended-window.interface.mjs +1 -1
- package/esm2022/lib/core/http/secure-api/api-url.const.mjs +1 -1
- package/esm2022/lib/core/http/secure-api/options.interface.mjs +1 -1
- package/esm2022/lib/core/http/secure-api/secure-api.service.mjs +4 -4
- package/esm2022/lib/core/legal/disclaimer.service.mjs +4 -4
- package/esm2022/lib/core/legal/get-sctl-link.function.mjs +1 -1
- package/esm2022/lib/core/legal/legal.component.config.mjs +1 -1
- package/esm2022/lib/core/legal/legal.service.mjs +4 -4
- package/esm2022/lib/core/legal/refund-policy.service.mjs +5 -5
- package/esm2022/lib/core/payment/actions/action.interface.mjs +1 -1
- package/esm2022/lib/core/payment/actions/check-status/check-status.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/check-status/check-status.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/next-action.interface.mjs +1 -1
- package/esm2022/lib/core/payment/actions/next-action.service.mjs +4 -4
- package/esm2022/lib/core/payment/actions/next-actions.mjs +1 -1
- package/esm2022/lib/core/payment/actions/redirect/acquirers-with-redirect-in-new-window.const.mjs +1 -1
- package/esm2022/lib/core/payment/actions/redirect/google-three-ds-redirect.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/redirect/pay-station4-url.const.mjs +1 -1
- package/esm2022/lib/core/payment/actions/redirect/ps4-pages/pages-payment-methods-id.const.mjs +1 -1
- package/esm2022/lib/core/payment/actions/redirect/ps4-pages/pages-routes.const.mjs +1 -1
- package/esm2022/lib/core/payment/actions/redirect/redirect.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/redirect/redirect.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/server-error/server-error.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/server-error/server-error.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-cash-payment-instruction/show-cash-payment-instruction.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-cash-payment-instruction/show-cash-payment-instruction.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-errors/show-errors.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-errors/show-errors.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-fields/show-fields.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-fields/show-fields.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-mobile-payment-screen/show-mobile-payment-screen.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-mobile-payment-screen/show-mobile-payment-screen.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-qr-code/show-qr-code.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-qr-code/show-qr-code.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-xsolla-number/show-xsolla-number.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-xsolla-number/show-xsolla-number.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/special-button/special-button.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/special-button/special-button.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/status-updated/status-updated.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/status-updated/status-updated.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/three-ds/three-ds.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/three-ds/three-ds.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/three-ds-redirect/three-ds-redirect.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/three-ds-redirect/three-ds-redirect.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/cash-payment-data.interface.mjs +1 -1
- package/esm2022/lib/core/payment/checkout-item.interface.mjs +1 -1
- package/esm2022/lib/core/payment/config/config.service.mjs +4 -4
- package/esm2022/lib/core/payment/credit-card-payment-methods-id.variable.mjs +1 -1
- package/esm2022/lib/core/payment/credit-card-state/credit-card-state.interface.mjs +1 -1
- package/esm2022/lib/core/payment/credit-card-state/credit-card-state.service.mjs +4 -4
- package/esm2022/lib/core/payment/emit-data.service.abstract.mjs +1 -1
- package/esm2022/lib/core/payment/external-change-fields.const.mjs +1 -1
- package/esm2022/lib/core/payment/field-names.enum.mjs +1 -1
- package/esm2022/lib/core/payment/field.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/cart-item.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/cart-line.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/cart-summary.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/finance-details.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/finance-details.service.mjs +4 -4
- package/esm2022/lib/core/payment/finance-details/price.helpers.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/price.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/status/field-with-amount-and-currency.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/status/fields-with-currency.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/status/finance-info.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/status/status-finance-details-adapter.service.mjs +4 -4
- package/esm2022/lib/core/payment/finance-details/summary/default-image-patterns.const.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/summary/sales-tax-details-key.enum.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/summary/summary-finance-details-adapter.service.mjs +4 -4
- package/esm2022/lib/core/payment/finance-details/vat-details-key.enum.mjs +1 -1
- package/esm2022/lib/core/payment/form/common-control-config.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/control-status.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/card-number/card-number-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/checkbox/checkbox-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/control-config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/control-config.service.mjs +4 -4
- package/esm2022/lib/core/payment/form/controls/control-type.type.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/coupon/coupon-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/phone-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/radio-control/radio-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/radio-control/radio-option.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/search-select/search-select-option.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/search-select/select-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/search-select/select-option.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/text-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/birth-date/birth-date.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/card-expiration/card-expiration.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/card-month/card-month.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/card-number/card-number.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/card-year/card-year.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/cardholder-name/cardholder-name.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/checkbox/checkbox.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/converter.abstract.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/converters-map.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/converters-map.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/coupon/coupon.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/cpf-name/cpf-name-regex.variable.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/cpf-name/cpf-name.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/cpf-number/cpf-number.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/cvv/cvv-form-state.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/cvv/cvv.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/email/email-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/email/email.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/phone/phone.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/pin/pin.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/pricepoint/pricepoint.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/radio-group/radio-group.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/select/select.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/street-number/street-number-from-state.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/street-number/street-number.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/text/text.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/zip/zip.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/field-form-states.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/field-status.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/form-fields-status.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/form-state.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/form.module.mjs +5 -5
- package/esm2022/lib/core/payment/form/form.service.mjs +4 -4
- package/esm2022/lib/core/payment/form/input-event.enum.mjs +1 -1
- package/esm2022/lib/core/payment/form/overrided-fields/empty-validator.function.mjs +1 -1
- package/esm2022/lib/core/payment/form/overrided-fields/fields-allowed-to-override.mjs +1 -1
- package/esm2022/lib/core/payment/form/overrided-fields/override-field-config.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/async-validator-fn.type.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/birth-date/birth-date.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/card-expiration-date-validator/card-expiration-date.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/card-month/card-month.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/card-year/card-year.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/convert.function.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/coupon/coupon-validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/cpf-formula-validator/cpf-formula.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/credit-card-length/credit-card-max-length.validator.mjs +4 -4
- package/esm2022/lib/core/payment/form/validators/credit-card-length/credit-card-min-length.validator.mjs +4 -4
- package/esm2022/lib/core/payment/form/validators/email/email-validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/is-empty-input-value.function.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/luhn-formula-validator/luhn-formula.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/max-length-validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/min-length-validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/phone-validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/required/required.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/restricted-value/restricted-value.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/validation-error-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/validation-error.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/validation-errors.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/validator-fn.type.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/validators.module.mjs +5 -5
- package/esm2022/lib/core/payment/form-messages/form-messages.service.mjs +4 -4
- package/esm2022/lib/core/payment/form-response.interface.mjs +1 -1
- package/esm2022/lib/core/payment/initialize-actions/action.interface.mjs +1 -1
- package/esm2022/lib/core/payment/initialize-actions/initialize-next-action.service.mjs +4 -4
- package/esm2022/lib/core/payment/initialize-actions/initialize-next-actions.mjs +1 -1
- package/esm2022/lib/core/payment/initialize-actions/next-action.interface.mjs +1 -1
- package/esm2022/lib/core/payment/initialize-actions/special-button/special-button.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/initialize-actions/special-button/special-button.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/initialized-form.inteface.mjs +1 -1
- package/esm2022/lib/core/payment/invoice.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-behaviour/behaviour-strategies.mjs +1 -1
- package/esm2022/lib/core/payment/payment-behaviour/payment-behaviour.module.mjs +5 -5
- package/esm2022/lib/core/payment/payment-behaviour/payment-behaviour.service.mjs +4 -4
- package/esm2022/lib/core/payment/payment-behaviour/strategies/apple-pay-with-shipping-address/apple-pay-with-shipping-address.strategy.mjs +4 -4
- package/esm2022/lib/core/payment/payment-behaviour/strategies/behaviour-strategy.abstract.mjs +4 -4
- package/esm2022/lib/core/payment/payment-behaviour/strategies/google-pay-instant-flow/google-pay-instant-flow.strategy.mjs +4 -4
- package/esm2022/lib/core/payment/payment-behaviour/strategies/google-pay-regular-flow/google-pay-regular-flow.strategy.mjs +4 -4
- package/esm2022/lib/core/payment/payment-configuration.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-configurations/types/credit-card-form-configuration.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-configurations/types/google-pay-form-configuration.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-configurations/types/is-credit-card-settings.guard.mjs +1 -1
- package/esm2022/lib/core/payment/payment-configurations/types/is-google-pay-settings.guard.mjs +1 -1
- package/esm2022/lib/core/payment/payment-form.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-settings/payment-settings-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-settings/payment-settings.service.mjs +4 -4
- package/esm2022/lib/core/payment/payment.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment.service.mjs +4 -4
- package/esm2022/lib/core/payment/requests/initialize/initialize-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment/requests/initialize/initialize.service.mjs +18 -12
- package/esm2022/lib/core/payment/requests/initialize/is-initialize-response.function.mjs +1 -1
- package/esm2022/lib/core/payment/requests/initialize/response/initialize-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/requests/initialize/response/initialize-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/is-submit-response.function.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/request/submit-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/request/submit-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/response/submit-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/response/submit-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/response/xsolla-number.interface.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/submit.service.mjs +5 -5
- package/esm2022/lib/core/payment/requests/sync/field-async-validation.interface.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/field-sync-state.interface.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/request/sync-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/request/sync-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/response/sync-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/response/sync-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/sync.service.mjs +21 -14
- package/esm2022/lib/core/payment/status/check-status/check-status.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/check-status/request/check-status-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/status/check-status/request/check-status-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/status/check-status/response/check-status-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/status/check-status/response/check-status-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/status/finance-info-field.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/line-item.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/listen-status/listen-status.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/save-payment-method-status/api/saved-payment-account-changes.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/save-payment-method-status/api/saved-payment-account-changes.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/save-payment-method-status/api/saved-payment-account.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/save-payment-method-status/save-payment-method-status.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/save-payment-method-status/save-payment-method-status.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/status-finance-info.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-groups.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-order.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/request/status-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/request/status-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/required-status-search-params.const.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/response/status-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/response/status-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/status-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/status-request.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/status-request/status-search-param.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/status-search-params.map.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-settings.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-updated.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/status.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/title-class.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/web-socket-client-type.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/websocket-status/websocket-status.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/websocket-status/websocket-status.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/api/notify-dfp-status/notify-dfp-status.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/api/notify-dfp-status/request/notify-dfp-status-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/notify-dfp-status/request/notify-dfp-status-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/request/status-three-ds-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/request/status-three-ds-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/response/status-three-ds-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/response/status-three-ds-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/status-three-ds-response.interface.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/status-three-ds.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/status-types.enum.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/three-ds-checkout-form.interface.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/dfp-collect/dfp-collect.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/reinsurance-check/reinsurance-check.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/reinsurance-check/timer.interface.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/three-ds-20/status-update.interface.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/three-ds-20/three-ds20.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/three-ds-form.interface.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/three-ds-status-websocket-types.enum.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/three-ds.service.mjs +4 -4
- package/esm2022/lib/core/payment/update-submit-response/update-after-error-rules.const.mjs +1 -1
- package/esm2022/lib/core/payment/virtual-currency.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-api/xps-api-part-request.abstract.mjs +1 -1
- package/esm2022/lib/core/payment/xps-api/xps-api-part.abstract.mjs +1 -1
- package/esm2022/lib/core/payment/xps-api/xps-api.service.mjs +4 -4
- package/esm2022/lib/core/payment/xps-checkout.mjs +1 -1
- package/esm2022/lib/core/payment/xps-comand.enum.mjs +1 -1
- package/esm2022/lib/core/payment/xps-error.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-finance.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-message.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-purchase.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-request.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-response.error.mjs +1 -1
- package/esm2022/lib/core/payment/xps-response.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-summary.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-method-api.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-method.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods-api.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods-response.class.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods-response.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods-response.token.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods.service.mjs +4 -4
- package/esm2022/lib/core/performance/performance.service.mjs +4 -4
- package/esm2022/lib/core/performance/xhr-action.interface.mjs +1 -1
- package/esm2022/lib/core/performance/xhr-action.service.mjs +4 -4
- package/esm2022/lib/core/properties.type.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-method-api.interface.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-method.interface.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-methods-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-methods-response.class.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-methods-response.interface.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-methods-response.token.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-methods.service.mjs +4 -4
- package/esm2022/lib/core/script-tracker/script-tracker.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay-cart/apple-pay-cart.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay-integration.type.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay-params.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay-sdk.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay.const.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay.errors.enum.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/commands-for-pages.enum.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/external-window-communication/external-window-communication.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/map-shipping-address-to-contact.function.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/params-builder/apple-pay-params-builder.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/apple-pay-session.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/braintree.handler.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/checkout.handler.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/session-handler.abstract.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/session-handler.type.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/start-session-params.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/shipping-address.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/socket-messages/recalculate-cart-message.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/socket-messages/return-message.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/socket-messages/send-token-message.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/socket-messages/update-price-message.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/socket-messages/window-close-message.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/updated-price.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/check-payment-device-data.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay-button-color.type.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay-button-configuration.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay-checkout.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay-init-params.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay-library.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/google-pay/payment/google-pay-checkout-payment.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/google-pay/payment/google-pay-instant-payment.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/google-pay/payment/google-pay-payment-service.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/updated-price.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/payment-systems/payment-system-processing.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/sdk-payment-methods.const.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/sdk-payment-systems-initial-data.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/sdk-payment-systems.interface.mjs +1 -1
- package/esm2022/lib/core/session/session.service.mjs +4 -4
- package/esm2022/lib/core/settings/auto-redirect-on-status.mjs +1 -1
- package/esm2022/lib/core/settings/balance.interface.mjs +1 -1
- package/esm2022/lib/core/settings/bonus.interface.mjs +1 -1
- package/esm2022/lib/core/settings/configuration.interface.mjs +1 -1
- package/esm2022/lib/core/settings/empty-utils-response.error.mjs +1 -1
- package/esm2022/lib/core/settings/header-type.enum.mjs +1 -1
- package/esm2022/lib/core/settings/offer.interface.mjs +1 -1
- package/esm2022/lib/core/settings/project.interface.mjs +1 -1
- package/esm2022/lib/core/settings/purchase.interface.mjs +1 -1
- package/esm2022/lib/core/settings/refer.const.mjs +1 -1
- package/esm2022/lib/core/settings/settings-mode.enum.mjs +1 -1
- package/esm2022/lib/core/settings/settings.interface.mjs +1 -1
- package/esm2022/lib/core/settings/settings.service.mjs +24 -6
- package/esm2022/lib/core/settings/status-back-show.mjs +1 -1
- package/esm2022/lib/core/settings/tracking-info.interface.mjs +1 -1
- package/esm2022/lib/core/settings/user.interface.mjs +1 -1
- package/esm2022/lib/core/settings/utils-response.interface.mjs +1 -1
- package/esm2022/lib/core/transaction-initiation-type.enum.mjs +1 -1
- package/esm2022/lib/core/type-guards/is-null.function.mjs +1 -1
- package/esm2022/lib/core/type-guards/is-object.function.mjs +1 -1
- package/esm2022/lib/core/type-guards/is-string.function.mjs +1 -1
- package/esm2022/lib/core/type-guards/is-undefined.function.mjs +1 -1
- package/esm2022/lib/core/type-guards/is-xps-boolean.function.mjs +1 -1
- package/esm2022/lib/core/url/search-params.interface.mjs +1 -1
- package/esm2022/lib/core/url/url.service.mjs +4 -4
- package/esm2022/lib/core/user-agent/browserInfo.interface.mjs +1 -1
- package/esm2022/lib/core/user-agent/browsers.mjs +1 -1
- package/esm2022/lib/core/user-agent/device.enum.mjs +1 -1
- package/esm2022/lib/core/user-agent/os.mjs +1 -1
- package/esm2022/lib/core/user-agent/user-agent-data.interface.mjs +1 -1
- package/esm2022/lib/core/user-agent/user-agent.service.mjs +4 -4
- package/esm2022/lib/core/user-balance/user-balance-api.interface.mjs +1 -1
- package/esm2022/lib/core/user-balance/user-balance-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/user-balance/user-balance-response.class.mjs +1 -1
- package/esm2022/lib/core/user-balance/user-balance-response.token.mjs +1 -1
- package/esm2022/lib/core/user-balance/user-balance.service.mjs +4 -4
- package/esm2022/lib/core/user-behaviour-analytics/event-builder/event-builder.service.mjs +5 -7
- package/esm2022/lib/core/user-behaviour-analytics/event-builder/event-parameter-types.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/event-builder/invoice.interface.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/event-builder/purchase.type.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/event-builder/user-behaviour-event.interface.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/one-time-analytics-events.const.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/user-behaviour-analytics.interface.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/user-behaviour-analytics.service.mjs +4 -4
- package/esm2022/lib/core/user-behaviour-analytics/user-behaviour-event/user-behaviour-event-categories.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/user-behaviour-event/user-behaviour-event-types.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/user-behaviour-event-name.enum.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/user-session-options.mjs +1 -1
- package/esm2022/lib/core/web-socket/centrifugo-web-socket.service.mjs +4 -4
- package/esm2022/lib/core/web-socket/nchan-web-socket.service.mjs +4 -4
- package/esm2022/lib/core/web-socket/socket-bridge/bridge-command.interface.mjs +1 -1
- package/esm2022/lib/core/web-socket/socket-bridge/bridge-connection-channel.interface.mjs +1 -1
- package/esm2022/lib/core/web-socket/socket-bridge/bridge-request-payload.interface.mjs +1 -1
- package/esm2022/lib/core/web-socket/socket-bridge/socket-bridge.service.mjs +4 -4
- package/esm2022/lib/core/web-socket/web-socket-client-type.enum.mjs +1 -1
- package/esm2022/lib/core/web-socket/web-socket.factory.mjs +4 -4
- package/esm2022/lib/core/web-socket/web-socket.interface.mjs +1 -1
- package/esm2022/lib/core/window-command.interface.mjs +1 -1
- package/esm2022/lib/core/window.token.mjs +1 -1
- package/esm2022/lib/core/xps-boolean.enum.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/print-instruction/print-instruction.service.mjs +4 -4
- package/esm2022/lib/core/xsolla-number/api/print-instruction/request/print-instruction-request.class.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/print-instruction/request/print-instruction-request.interface.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/print-instruction/request/print-instruction-request.token.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/request/send-instruction-request.class.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/request/send-instruction-request.interface.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/request/send-instruction-request.token.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/response/send-instruction-response.class.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/response/send-instruction-response.interface.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/response/send-instruction-response.token.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/response/send-status.enum.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/send-error.interface.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/send-instruction-api-routes.enum.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/send-instruction-parameters.interface.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/send-instruction.service.mjs +4 -4
- package/esm2022/lib/core/xsolla-number/shipping-methods.enum.mjs +1 -1
- package/esm2022/lib/core-library.module.mjs +5 -5
- package/esm2022/lib/core-library.service.mjs +7 -4
- package/esm2022/lib/shared/payment-methods-id.variable.mjs +1 -1
- package/esm2022/lib/shared/pipes/pipes.module.mjs +5 -5
- package/esm2022/lib/shared/pipes/unescape-html/unescape-html.pipe.mjs +4 -4
- package/esm2022/lib/shared/translate/translate.helper.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/xsolla-payment-client-core.mjs +1 -1
- package/fesm2022/xsolla-payment-client-core.mjs +427 -396
- package/fesm2022/xsolla-payment-client-core.mjs.map +1 -1
- package/lib/core/legal/refund-policy.service.d.ts +1 -1
- package/lib/core/payment/requests/initialize/initialize-request-params.interface.d.ts +1 -0
- package/lib/core/payment/requests/initialize/initialize.service.d.ts +3 -3
- package/lib/core/payment/requests/submit/request/submit-request.class.d.ts +1 -0
- package/lib/core/payment/requests/sync/sync.service.d.ts +3 -3
- package/lib/core/settings/configuration.interface.d.ts +6 -0
- package/lib/core/settings/settings.service.d.ts +4 -1
- package/lib/core/user-agent/browsers.d.ts +2 -2
- package/lib/core/user-agent/user-agent.service.d.ts +1 -1
- package/lib/core-library.service.d.ts +1 -0
- package/package.json +13 -6
- package/xsolla-payment-client-core-0.2.104.tgz +0 -0
- package/xsolla-payment-client-core-0.2.102.tgz +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken,
|
|
2
|
+
import { InjectionToken, Inject, Injectable, isDevMode, Pipe, NgModule } from '@angular/core';
|
|
3
3
|
import { firstValueFrom, lastValueFrom, map, Subject, BehaviorSubject, filter as filter$1, takeUntil, skip, take, of, interval, throwError, share } from 'rxjs';
|
|
4
4
|
import * as i1 from '@angular/common/http';
|
|
5
5
|
import { HttpParams, HttpHeaders, HttpClientModule, HTTP_INTERCEPTORS, provideHttpClient } from '@angular/common/http';
|
|
@@ -88,10 +88,10 @@ class SecureApiClient {
|
|
|
88
88
|
}
|
|
89
89
|
return this.isSandboxMode ? sandboxApiUrl : defaultApiUrl;
|
|
90
90
|
}
|
|
91
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
92
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
91
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SecureApiClient, deps: [{ token: i1.HttpClient }, { token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
92
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SecureApiClient, providedIn: 'root' }); }
|
|
93
93
|
}
|
|
94
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
94
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SecureApiClient, decorators: [{
|
|
95
95
|
type: Injectable,
|
|
96
96
|
args: [{
|
|
97
97
|
providedIn: 'root',
|
|
@@ -164,6 +164,7 @@ class SettingsService {
|
|
|
164
164
|
this.isInitialized = false;
|
|
165
165
|
this._token = '';
|
|
166
166
|
this._isApplePayInstantFlowEnabled = false;
|
|
167
|
+
this._isGooglePayInstantFlowEnabled = null;
|
|
167
168
|
this.sandboxMode = false;
|
|
168
169
|
}
|
|
169
170
|
async init(configuration) {
|
|
@@ -176,17 +177,34 @@ class SettingsService {
|
|
|
176
177
|
this._topLevelDomain = configuration.topLevelDomain;
|
|
177
178
|
this._isApplePayInstantFlowEnabled =
|
|
178
179
|
!!configuration.isApplePayInstantFlowEnabled;
|
|
180
|
+
this._isGooglePayInstantFlowEnabled =
|
|
181
|
+
configuration.isGooglePayInstantFlowEnabled ?? null;
|
|
182
|
+
this.setDevApiUrl(configuration.apiUrl);
|
|
179
183
|
await this.sendRequest(this.token);
|
|
180
184
|
this.isInitialized = true;
|
|
181
185
|
}
|
|
186
|
+
isSandboxMode() {
|
|
187
|
+
return this.sandboxMode;
|
|
188
|
+
}
|
|
189
|
+
setDevApiUrl(apiUrl) {
|
|
190
|
+
if (!apiUrl) {
|
|
191
|
+
return;
|
|
192
|
+
}
|
|
193
|
+
try {
|
|
194
|
+
window.localStorage.setItem('devApiUrl', apiUrl);
|
|
195
|
+
}
|
|
196
|
+
catch {
|
|
197
|
+
console.warn('Could not set devApiUrl in localStorage');
|
|
198
|
+
}
|
|
199
|
+
}
|
|
182
200
|
get topLevelDomain() {
|
|
183
201
|
return this._topLevelDomain;
|
|
184
202
|
}
|
|
185
203
|
get isApplePayInstantFlowEnabled() {
|
|
186
204
|
return this._isApplePayInstantFlowEnabled;
|
|
187
205
|
}
|
|
188
|
-
|
|
189
|
-
return this.
|
|
206
|
+
get isGooglePayInstantFlowEnabled() {
|
|
207
|
+
return this._isGooglePayInstantFlowEnabled;
|
|
190
208
|
}
|
|
191
209
|
get refer() {
|
|
192
210
|
return this._refer;
|
|
@@ -199,10 +217,10 @@ class SettingsService {
|
|
|
199
217
|
this.secureApi.setSandboxMode(this.isSandboxMode());
|
|
200
218
|
this.response = await firstValueFrom(this.secureApi.get('utils', { params }));
|
|
201
219
|
}
|
|
202
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
203
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
220
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SettingsService, deps: [{ token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
221
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SettingsService, providedIn: 'root' }); }
|
|
204
222
|
}
|
|
205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SettingsService, decorators: [{
|
|
206
224
|
type: Injectable,
|
|
207
225
|
args: [{
|
|
208
226
|
providedIn: 'root',
|
|
@@ -735,10 +753,10 @@ class UserAgentService {
|
|
|
735
753
|
}
|
|
736
754
|
return null;
|
|
737
755
|
}
|
|
738
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
739
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
756
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserAgentService, deps: [{ token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
757
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserAgentService, providedIn: 'root' }); }
|
|
740
758
|
}
|
|
741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserAgentService, decorators: [{
|
|
742
760
|
type: Injectable,
|
|
743
761
|
args: [{
|
|
744
762
|
providedIn: 'root',
|
|
@@ -780,10 +798,10 @@ class CommonLogAttributesService {
|
|
|
780
798
|
extractUrlHost(url) {
|
|
781
799
|
return url.replace(/^https?:\/\/([^/?#]+).*$/i, '$1');
|
|
782
800
|
}
|
|
783
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
784
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
801
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CommonLogAttributesService, deps: [{ token: windowToken }, { token: SettingsService }, { token: UserAgentService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
802
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CommonLogAttributesService, providedIn: 'root' }); }
|
|
785
803
|
}
|
|
786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CommonLogAttributesService, decorators: [{
|
|
787
805
|
type: Injectable,
|
|
788
806
|
args: [{
|
|
789
807
|
providedIn: 'root',
|
|
@@ -889,10 +907,10 @@ class ElkLoggerService {
|
|
|
889
907
|
responseType: 'text',
|
|
890
908
|
})).catch((err) => console.error('Elk Logger: request error', err));
|
|
891
909
|
}
|
|
892
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
893
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
910
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ElkLoggerService, deps: [{ token: CommonLogAttributesService }, { token: i1.HttpClient }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
911
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ElkLoggerService, providedIn: 'root' }); }
|
|
894
912
|
}
|
|
895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
913
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ElkLoggerService, decorators: [{
|
|
896
914
|
type: Injectable,
|
|
897
915
|
args: [{
|
|
898
916
|
providedIn: 'root',
|
|
@@ -911,10 +929,10 @@ class LoggerService {
|
|
|
911
929
|
this.elkLoggerService.handleError(error);
|
|
912
930
|
this.handlers.forEach((handler) => handler.handleError(error));
|
|
913
931
|
}
|
|
914
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
915
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
932
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoggerService, deps: [{ token: ElkLoggerService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
933
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoggerService, providedIn: 'root' }); }
|
|
916
934
|
}
|
|
917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoggerService, decorators: [{
|
|
918
936
|
type: Injectable,
|
|
919
937
|
args: [{
|
|
920
938
|
providedIn: 'root',
|
|
@@ -939,10 +957,10 @@ class CountryService {
|
|
|
939
957
|
getTokenCountry() {
|
|
940
958
|
return this.settingsService.user.country.value;
|
|
941
959
|
}
|
|
942
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
943
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
960
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountryService, deps: [{ token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
961
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountryService, providedIn: 'root' }); }
|
|
944
962
|
}
|
|
945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
963
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountryService, decorators: [{
|
|
946
964
|
type: Injectable,
|
|
947
965
|
args: [{
|
|
948
966
|
providedIn: 'root',
|
|
@@ -1048,10 +1066,10 @@ class PaymentMethodsService {
|
|
|
1048
1066
|
get isFixedPaymentMethod() {
|
|
1049
1067
|
return !!this.settingsService.purchase?.payment_system?.id;
|
|
1050
1068
|
}
|
|
1051
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1052
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1069
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentMethodsService, deps: [{ token: paymentMethodsResponseFactoryToken }, { token: SettingsService }, { token: CountryService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1070
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentMethodsService, providedIn: 'root' }); }
|
|
1053
1071
|
}
|
|
1054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentMethodsService, decorators: [{
|
|
1055
1073
|
type: Injectable,
|
|
1056
1074
|
args: [{
|
|
1057
1075
|
providedIn: 'root',
|
|
@@ -1127,10 +1145,10 @@ class SavedMethodsService {
|
|
|
1127
1145
|
// @ts-expect-error the map already has the cache with key
|
|
1128
1146
|
return this.cache.get(cacheKey);
|
|
1129
1147
|
}
|
|
1130
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1131
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1148
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedMethodsService, deps: [{ token: savedMethodsResponseFactoryToken }, { token: SettingsService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1149
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedMethodsService, providedIn: 'root' }); }
|
|
1132
1150
|
}
|
|
1133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedMethodsService, decorators: [{
|
|
1134
1152
|
type: Injectable,
|
|
1135
1153
|
args: [{
|
|
1136
1154
|
providedIn: 'root',
|
|
@@ -1186,10 +1204,10 @@ class UserBalanceService {
|
|
|
1186
1204
|
// @ts-expect-error the map already has the cache with key
|
|
1187
1205
|
return this.cache.get(cacheKey);
|
|
1188
1206
|
}
|
|
1189
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1190
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1207
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBalanceService, deps: [{ token: userBalanceResponseFactoryToken }, { token: SettingsService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1208
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBalanceService, providedIn: 'root' }); }
|
|
1191
1209
|
}
|
|
1192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBalanceService, decorators: [{
|
|
1193
1211
|
type: Injectable,
|
|
1194
1212
|
args: [{
|
|
1195
1213
|
providedIn: 'root',
|
|
@@ -1244,10 +1262,10 @@ class UrlService {
|
|
|
1244
1262
|
}
|
|
1245
1263
|
return searchParams;
|
|
1246
1264
|
}
|
|
1247
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1248
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1265
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UrlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1266
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UrlService, providedIn: 'root' }); }
|
|
1249
1267
|
}
|
|
1250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UrlService, decorators: [{
|
|
1251
1269
|
type: Injectable,
|
|
1252
1270
|
args: [{
|
|
1253
1271
|
providedIn: 'root',
|
|
@@ -1283,10 +1301,10 @@ class PaymentConfigService {
|
|
|
1283
1301
|
});
|
|
1284
1302
|
return enrichedUrl;
|
|
1285
1303
|
}
|
|
1286
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1287
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1304
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentConfigService, deps: [{ token: UrlService }, { token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1305
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentConfigService, providedIn: 'root' }); }
|
|
1288
1306
|
}
|
|
1289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentConfigService, decorators: [{
|
|
1290
1308
|
type: Injectable,
|
|
1291
1309
|
args: [{
|
|
1292
1310
|
providedIn: 'root',
|
|
@@ -1632,6 +1650,12 @@ const isGooglePaySettingsGuard = (settings) => {
|
|
|
1632
1650
|
return settings.paymentMethodId === googlePayPid;
|
|
1633
1651
|
};
|
|
1634
1652
|
|
|
1653
|
+
const initializeResponseFactoryToken = new InjectionToken('InitializeResponse');
|
|
1654
|
+
const initializeResponseFactoryProvider = {
|
|
1655
|
+
provide: initializeResponseFactoryToken,
|
|
1656
|
+
useValue: (...args) => new InitializeResponse(...args),
|
|
1657
|
+
};
|
|
1658
|
+
|
|
1635
1659
|
class HttpError extends AppError {
|
|
1636
1660
|
constructor(error, req) {
|
|
1637
1661
|
super(error.message);
|
|
@@ -1671,12 +1695,6 @@ class HttpError extends AppError {
|
|
|
1671
1695
|
}
|
|
1672
1696
|
}
|
|
1673
1697
|
|
|
1674
|
-
const initializeResponseFactoryToken = new InjectionToken('InitializeResponse');
|
|
1675
|
-
const initializeResponseFactoryProvider = {
|
|
1676
|
-
provide: initializeResponseFactoryToken,
|
|
1677
|
-
useValue: (...args) => new InitializeResponse(...args),
|
|
1678
|
-
};
|
|
1679
|
-
|
|
1680
1698
|
class XpsApiService {
|
|
1681
1699
|
constructor(window, secureApiClient, settingsService, countryService, userAgentService) {
|
|
1682
1700
|
this.window = window;
|
|
@@ -1739,10 +1757,10 @@ class XpsApiService {
|
|
|
1739
1757
|
parameters.user_session_id = this.settingsService.user.session_id ?? '';
|
|
1740
1758
|
return parameters;
|
|
1741
1759
|
}
|
|
1742
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1743
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1760
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsApiService, deps: [{ token: windowToken }, { token: SecureApiClient }, { token: SettingsService }, { token: CountryService }, { token: UserAgentService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1761
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsApiService, providedIn: 'root' }); }
|
|
1744
1762
|
}
|
|
1745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsApiService, decorators: [{
|
|
1746
1764
|
type: Injectable,
|
|
1747
1765
|
args: [{
|
|
1748
1766
|
providedIn: 'root',
|
|
@@ -1847,10 +1865,10 @@ class RedirectActionCreator {
|
|
|
1847
1865
|
const payStationUrl = isSandbox ? sandboxPayStationUrl : payStation4Url;
|
|
1848
1866
|
return `${payStationUrl}/en${pagesPath}?token=${token}`;
|
|
1849
1867
|
}
|
|
1850
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1851
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1868
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RedirectActionCreator, deps: [{ token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1869
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RedirectActionCreator }); }
|
|
1852
1870
|
}
|
|
1853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RedirectActionCreator, decorators: [{
|
|
1854
1872
|
type: Injectable
|
|
1855
1873
|
}], ctorParameters: () => [{ type: SettingsService }] });
|
|
1856
1874
|
|
|
@@ -1881,10 +1899,10 @@ class ShowFieldsActionCreator {
|
|
|
1881
1899
|
!response.parameters.checkout &&
|
|
1882
1900
|
!response.parameters?.form?.qr));
|
|
1883
1901
|
}
|
|
1884
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1885
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1902
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowFieldsActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1903
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowFieldsActionCreator }); }
|
|
1886
1904
|
}
|
|
1887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowFieldsActionCreator, decorators: [{
|
|
1888
1906
|
type: Injectable
|
|
1889
1907
|
}] });
|
|
1890
1908
|
|
|
@@ -1901,10 +1919,10 @@ class CheckStatusActionCreator {
|
|
|
1901
1919
|
isSuitable(response) {
|
|
1902
1920
|
return response.currentCommand === XpsCommand.status;
|
|
1903
1921
|
}
|
|
1904
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1905
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1922
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1923
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusActionCreator }); }
|
|
1906
1924
|
}
|
|
1907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1925
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusActionCreator, decorators: [{
|
|
1908
1926
|
type: Injectable
|
|
1909
1927
|
}] });
|
|
1910
1928
|
|
|
@@ -1921,10 +1939,10 @@ class ShowErrorsActionCreator {
|
|
|
1921
1939
|
isSuitable(response) {
|
|
1922
1940
|
return Boolean(response.errors?.length);
|
|
1923
1941
|
}
|
|
1924
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1925
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1942
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowErrorsActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1943
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowErrorsActionCreator }); }
|
|
1926
1944
|
}
|
|
1927
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowErrorsActionCreator, decorators: [{
|
|
1928
1946
|
type: Injectable
|
|
1929
1947
|
}] });
|
|
1930
1948
|
|
|
@@ -2078,10 +2096,10 @@ class StatusUpdatedActionCreator {
|
|
|
2078
2096
|
isSuitable() {
|
|
2079
2097
|
return false;
|
|
2080
2098
|
}
|
|
2081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2082
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2099
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusUpdatedActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2100
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusUpdatedActionCreator }); }
|
|
2083
2101
|
}
|
|
2084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusUpdatedActionCreator, decorators: [{
|
|
2085
2103
|
type: Injectable
|
|
2086
2104
|
}] });
|
|
2087
2105
|
|
|
@@ -2112,10 +2130,10 @@ class ThreeDsActionCreator {
|
|
|
2112
2130
|
},
|
|
2113
2131
|
};
|
|
2114
2132
|
}
|
|
2115
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2116
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2133
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsActionCreator, deps: [{ token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2134
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsActionCreator }); }
|
|
2117
2135
|
}
|
|
2118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsActionCreator, decorators: [{
|
|
2119
2137
|
type: Injectable
|
|
2120
2138
|
}], ctorParameters: () => [{ type: SettingsService }] });
|
|
2121
2139
|
|
|
@@ -2149,10 +2167,10 @@ class SpecialButtonActionCreator {
|
|
|
2149
2167
|
}
|
|
2150
2168
|
return buttonName;
|
|
2151
2169
|
}
|
|
2152
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2153
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2170
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SpecialButtonActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2171
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SpecialButtonActionCreator }); }
|
|
2154
2172
|
}
|
|
2155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2173
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SpecialButtonActionCreator, decorators: [{
|
|
2156
2174
|
type: Injectable
|
|
2157
2175
|
}] });
|
|
2158
2176
|
|
|
@@ -2174,10 +2192,10 @@ class ShowQrCodeActionCreator {
|
|
|
2174
2192
|
isSuitable(response) {
|
|
2175
2193
|
return Boolean(response.parameters?.form?.qr);
|
|
2176
2194
|
}
|
|
2177
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2178
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2195
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowQrCodeActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2196
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowQrCodeActionCreator }); }
|
|
2179
2197
|
}
|
|
2180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowQrCodeActionCreator, decorators: [{
|
|
2181
2199
|
type: Injectable
|
|
2182
2200
|
}] });
|
|
2183
2201
|
|
|
@@ -2209,10 +2227,10 @@ class ShowMobilePaymentScreenActionCreator {
|
|
|
2209
2227
|
return (response.currentCommand === XpsCommand.create &&
|
|
2210
2228
|
this.pids.includes(response.pid));
|
|
2211
2229
|
}
|
|
2212
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2213
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2230
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowMobilePaymentScreenActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2231
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowMobilePaymentScreenActionCreator }); }
|
|
2214
2232
|
}
|
|
2215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowMobilePaymentScreenActionCreator, decorators: [{
|
|
2216
2234
|
type: Injectable
|
|
2217
2235
|
}] });
|
|
2218
2236
|
|
|
@@ -2243,10 +2261,10 @@ class ShowXsollaNumberActionCreator {
|
|
|
2243
2261
|
isRedirectPaymentMethod(submitResponse) {
|
|
2244
2262
|
return submitResponse.parameters.isCheckout ?? false;
|
|
2245
2263
|
}
|
|
2246
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2247
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2264
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowXsollaNumberActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2265
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowXsollaNumberActionCreator }); }
|
|
2248
2266
|
}
|
|
2249
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowXsollaNumberActionCreator, decorators: [{
|
|
2250
2268
|
type: Injectable
|
|
2251
2269
|
}] });
|
|
2252
2270
|
|
|
@@ -2263,10 +2281,10 @@ class ShowCashPaymentInstructionActionCreator {
|
|
|
2263
2281
|
isSuitable(response) {
|
|
2264
2282
|
return (response.fields || []).some((field) => field.name === 'payment_instruction');
|
|
2265
2283
|
}
|
|
2266
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2267
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2284
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowCashPaymentInstructionActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2285
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowCashPaymentInstructionActionCreator }); }
|
|
2268
2286
|
}
|
|
2269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowCashPaymentInstructionActionCreator, decorators: [{
|
|
2270
2288
|
type: Injectable
|
|
2271
2289
|
}] });
|
|
2272
2290
|
|
|
@@ -2279,10 +2297,10 @@ class GoogleThreeDsRedirectActionCreator extends RedirectActionCreator {
|
|
|
2279
2297
|
getRedirectUrl(submitResponse) {
|
|
2280
2298
|
return (String(submitResponse.parameters.form?.googlePay3DSRedirect?.value) ?? '');
|
|
2281
2299
|
}
|
|
2282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2283
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2300
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GoogleThreeDsRedirectActionCreator, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2301
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GoogleThreeDsRedirectActionCreator }); }
|
|
2284
2302
|
}
|
|
2285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GoogleThreeDsRedirectActionCreator, decorators: [{
|
|
2286
2304
|
type: Injectable
|
|
2287
2305
|
}] });
|
|
2288
2306
|
|
|
@@ -2311,10 +2329,10 @@ class ThreeDsRedirectActionCreator {
|
|
|
2311
2329
|
isSuitable() {
|
|
2312
2330
|
return false;
|
|
2313
2331
|
}
|
|
2314
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2315
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2332
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsRedirectActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2333
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsRedirectActionCreator }); }
|
|
2316
2334
|
}
|
|
2317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsRedirectActionCreator, decorators: [{
|
|
2318
2336
|
type: Injectable
|
|
2319
2337
|
}] });
|
|
2320
2338
|
|
|
@@ -2331,10 +2349,10 @@ class ServerErrorActionCreator {
|
|
|
2331
2349
|
isSuitable() {
|
|
2332
2350
|
return false;
|
|
2333
2351
|
}
|
|
2334
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2335
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2352
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServerErrorActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2353
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServerErrorActionCreator }); }
|
|
2336
2354
|
}
|
|
2337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2355
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServerErrorActionCreator, decorators: [{
|
|
2338
2356
|
type: Injectable
|
|
2339
2357
|
}] });
|
|
2340
2358
|
|
|
@@ -2456,9 +2474,7 @@ class EventBuilderService {
|
|
|
2456
2474
|
}
|
|
2457
2475
|
return hourOffset > nullHour ? `+${hourOffset}` : hourOffset.toString();
|
|
2458
2476
|
}
|
|
2459
|
-
convertToEventParameterType(value, type
|
|
2460
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
2461
|
-
) {
|
|
2477
|
+
convertToEventParameterType(value, type) {
|
|
2462
2478
|
if (value === null || value === undefined) {
|
|
2463
2479
|
return null;
|
|
2464
2480
|
}
|
|
@@ -2495,10 +2511,10 @@ class EventBuilderService {
|
|
|
2495
2511
|
return (this.settingsService.unsafeUtilsResponse?.settings?.payment_system ??
|
|
2496
2512
|
instanceId);
|
|
2497
2513
|
}
|
|
2498
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2499
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2514
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventBuilderService, deps: [{ token: SettingsService }, { token: UserAgentService }, { token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2515
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventBuilderService, providedIn: 'root' }); }
|
|
2500
2516
|
}
|
|
2501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventBuilderService, decorators: [{
|
|
2502
2518
|
type: Injectable,
|
|
2503
2519
|
args: [{
|
|
2504
2520
|
providedIn: 'root',
|
|
@@ -2646,10 +2662,10 @@ class UserBehaviourAnalyticsService {
|
|
|
2646
2662
|
resetPid() {
|
|
2647
2663
|
this.userSessionOptions.instanceId = null;
|
|
2648
2664
|
}
|
|
2649
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2650
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2665
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBehaviourAnalyticsService, deps: [{ token: i1.HttpClient }, { token: EventBuilderService }, { token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2666
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBehaviourAnalyticsService, providedIn: 'root' }); }
|
|
2651
2667
|
}
|
|
2652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2668
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBehaviourAnalyticsService, decorators: [{
|
|
2653
2669
|
type: Injectable,
|
|
2654
2670
|
args: [{
|
|
2655
2671
|
providedIn: 'root',
|
|
@@ -2711,10 +2727,10 @@ class NextActionService {
|
|
|
2711
2727
|
logNextAction(nextAction) {
|
|
2712
2728
|
this.userBehaviourAnalyticsService.send(UserBehaviourEventName.nextAction, 'manual', { value: nextAction.type });
|
|
2713
2729
|
}
|
|
2714
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2715
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2730
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NextActionService, deps: [{ token: nextActionsToken }, { token: i0.Injector }, { token: ShowErrorsActionCreator }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2731
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NextActionService, providedIn: 'root' }); }
|
|
2716
2732
|
}
|
|
2717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NextActionService, decorators: [{
|
|
2718
2734
|
type: Injectable,
|
|
2719
2735
|
args: [{
|
|
2720
2736
|
providedIn: 'root',
|
|
@@ -2747,10 +2763,10 @@ class UnescapeHtmlPipe {
|
|
|
2747
2763
|
}
|
|
2748
2764
|
return html;
|
|
2749
2765
|
}
|
|
2750
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2751
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
2766
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnescapeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2767
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: UnescapeHtmlPipe, name: "unescapeHtml" }); }
|
|
2752
2768
|
}
|
|
2753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnescapeHtmlPipe, decorators: [{
|
|
2754
2770
|
type: Pipe,
|
|
2755
2771
|
args: [{
|
|
2756
2772
|
name: 'unescapeHtml',
|
|
@@ -2797,10 +2813,10 @@ class XpsResponseErrorsMappingService {
|
|
|
2797
2813
|
};
|
|
2798
2814
|
});
|
|
2799
2815
|
}
|
|
2800
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2801
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2816
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsResponseErrorsMappingService, deps: [{ token: UnescapeHtmlPipe }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2817
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsResponseErrorsMappingService, providedIn: 'root' }); }
|
|
2802
2818
|
}
|
|
2803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsResponseErrorsMappingService, decorators: [{
|
|
2804
2820
|
type: Injectable,
|
|
2805
2821
|
args: [{ providedIn: 'root' }]
|
|
2806
2822
|
}], ctorParameters: () => [{ type: UnescapeHtmlPipe }] });
|
|
@@ -3101,10 +3117,10 @@ class CreditCardService {
|
|
|
3101
3117
|
}
|
|
3102
3118
|
return creditCard;
|
|
3103
3119
|
}
|
|
3104
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3105
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3120
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3121
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardService, providedIn: 'root' }); }
|
|
3106
3122
|
}
|
|
3107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3123
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardService, decorators: [{
|
|
3108
3124
|
type: Injectable,
|
|
3109
3125
|
args: [{
|
|
3110
3126
|
providedIn: 'root',
|
|
@@ -3171,10 +3187,10 @@ class EncryptCreditCardService {
|
|
|
3171
3187
|
card_month: request.xps_card_month,
|
|
3172
3188
|
};
|
|
3173
3189
|
}
|
|
3174
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3175
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3190
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EncryptCreditCardService, deps: [{ token: CreditCardService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3191
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EncryptCreditCardService, providedIn: 'root' }); }
|
|
3176
3192
|
}
|
|
3177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EncryptCreditCardService, decorators: [{
|
|
3178
3194
|
type: Injectable,
|
|
3179
3195
|
args: [{ providedIn: 'root' }]
|
|
3180
3196
|
}], ctorParameters: () => [{ type: CreditCardService }] });
|
|
@@ -3210,10 +3226,10 @@ class PaymentSettingsService {
|
|
|
3210
3226
|
? "COF" /* TransactionInitiationType.COF */
|
|
3211
3227
|
: "OT" /* TransactionInitiationType.OT */;
|
|
3212
3228
|
}
|
|
3213
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3214
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3229
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSettingsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3230
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSettingsService, providedIn: 'root' }); }
|
|
3215
3231
|
}
|
|
3216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSettingsService, decorators: [{
|
|
3217
3233
|
type: Injectable,
|
|
3218
3234
|
args: [{
|
|
3219
3235
|
providedIn: 'root',
|
|
@@ -3266,10 +3282,10 @@ class SessionService {
|
|
|
3266
3282
|
getStorageKey(key) {
|
|
3267
3283
|
return `${key}${this.settingsService.token}`;
|
|
3268
3284
|
}
|
|
3269
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3270
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3285
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SessionService, deps: [{ token: windowToken }, { token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3286
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SessionService, providedIn: 'root' }); }
|
|
3271
3287
|
}
|
|
3272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3288
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SessionService, decorators: [{
|
|
3273
3289
|
type: Injectable,
|
|
3274
3290
|
args: [{
|
|
3275
3291
|
providedIn: 'root',
|
|
@@ -3280,7 +3296,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
3280
3296
|
}] }, { type: SettingsService }] });
|
|
3281
3297
|
|
|
3282
3298
|
class InitializeService {
|
|
3283
|
-
constructor(responseFactory, xpsApiService, settingsService, countryService, nextActionService, xpsResponseErrorsMappingService, encryptCreditCardService, showErrorsActionCreator,
|
|
3299
|
+
constructor(responseFactory, xpsApiService, settingsService, countryService, nextActionService, xpsResponseErrorsMappingService, encryptCreditCardService, showErrorsActionCreator, userBehaviourAnalyticsService, paymentSettingsService, sessionService, serverErrorActionCreator) {
|
|
3284
3300
|
this.responseFactory = responseFactory;
|
|
3285
3301
|
this.xpsApiService = xpsApiService;
|
|
3286
3302
|
this.settingsService = settingsService;
|
|
@@ -3289,10 +3305,10 @@ class InitializeService {
|
|
|
3289
3305
|
this.xpsResponseErrorsMappingService = xpsResponseErrorsMappingService;
|
|
3290
3306
|
this.encryptCreditCardService = encryptCreditCardService;
|
|
3291
3307
|
this.showErrorsActionCreator = showErrorsActionCreator;
|
|
3292
|
-
this.serverErrorActionCreator = serverErrorActionCreator;
|
|
3293
3308
|
this.userBehaviourAnalyticsService = userBehaviourAnalyticsService;
|
|
3294
3309
|
this.paymentSettingsService = paymentSettingsService;
|
|
3295
3310
|
this.sessionService = sessionService;
|
|
3311
|
+
this.serverErrorActionCreator = serverErrorActionCreator;
|
|
3296
3312
|
}
|
|
3297
3313
|
async request(config) {
|
|
3298
3314
|
const paymentSettingsParams = this.paymentSettingsService.getPaymentSettingsParams(config);
|
|
@@ -3310,6 +3326,12 @@ class InitializeService {
|
|
|
3310
3326
|
: "0" /* XpsBoolean.false */,
|
|
3311
3327
|
...paymentSettingsParams,
|
|
3312
3328
|
};
|
|
3329
|
+
if (this.settingsService.isGooglePayInstantFlowEnabled !== null) {
|
|
3330
|
+
requestParams.google_pay_instant_flow = this.settingsService
|
|
3331
|
+
.isGooglePayInstantFlowEnabled
|
|
3332
|
+
? "1" /* XpsBoolean.true */
|
|
3333
|
+
: "0" /* XpsBoolean.false */;
|
|
3334
|
+
}
|
|
3313
3335
|
if (config.savedMethodId) {
|
|
3314
3336
|
requestParams.saved_method_id = config.savedMethodId;
|
|
3315
3337
|
}
|
|
@@ -3351,10 +3373,10 @@ class InitializeService {
|
|
|
3351
3373
|
}
|
|
3352
3374
|
this.encryptCreditCardService.setPublicKey(atob(publicKeyField.value));
|
|
3353
3375
|
}
|
|
3354
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3355
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3376
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeService, deps: [{ token: initializeResponseFactoryToken }, { token: XpsApiService }, { token: SettingsService }, { token: CountryService }, { token: NextActionService }, { token: XpsResponseErrorsMappingService }, { token: EncryptCreditCardService }, { token: ShowErrorsActionCreator }, { token: UserBehaviourAnalyticsService }, { token: PaymentSettingsService }, { token: SessionService }, { token: ServerErrorActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3377
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeService, providedIn: 'root' }); }
|
|
3356
3378
|
}
|
|
3357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeService, decorators: [{
|
|
3358
3380
|
type: Injectable,
|
|
3359
3381
|
args: [{
|
|
3360
3382
|
providedIn: 'root',
|
|
@@ -3362,7 +3384,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
3362
3384
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
3363
3385
|
type: Inject,
|
|
3364
3386
|
args: [initializeResponseFactoryToken]
|
|
3365
|
-
}] }, { type: XpsApiService }, { type: SettingsService }, { type: CountryService }, { type: NextActionService }, { type: XpsResponseErrorsMappingService }, { type: EncryptCreditCardService }, { type: ShowErrorsActionCreator }, { type:
|
|
3387
|
+
}] }, { type: XpsApiService }, { type: SettingsService }, { type: CountryService }, { type: NextActionService }, { type: XpsResponseErrorsMappingService }, { type: EncryptCreditCardService }, { type: ShowErrorsActionCreator }, { type: UserBehaviourAnalyticsService }, { type: PaymentSettingsService }, { type: SessionService }, { type: ServerErrorActionCreator }] });
|
|
3366
3388
|
|
|
3367
3389
|
class XpsApiPartRequest {
|
|
3368
3390
|
addXpsParameters(parameters) {
|
|
@@ -3463,8 +3485,7 @@ class DeviceFingerPrintService {
|
|
|
3463
3485
|
if (!this.settingsService.token) {
|
|
3464
3486
|
return null;
|
|
3465
3487
|
}
|
|
3466
|
-
const antifraudFingerprint = await this
|
|
3467
|
-
.antifraudFingerprintLibrary;
|
|
3488
|
+
const antifraudFingerprint = await this.antifraudFingerprintLibrary;
|
|
3468
3489
|
try {
|
|
3469
3490
|
return new antifraudFingerprint({
|
|
3470
3491
|
api: {
|
|
@@ -3482,10 +3503,10 @@ class DeviceFingerPrintService {
|
|
|
3482
3503
|
return null;
|
|
3483
3504
|
}
|
|
3484
3505
|
}
|
|
3485
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3486
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3506
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DeviceFingerPrintService, deps: [{ token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3507
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DeviceFingerPrintService, providedIn: 'root' }); }
|
|
3487
3508
|
}
|
|
3488
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DeviceFingerPrintService, decorators: [{
|
|
3489
3510
|
type: Injectable,
|
|
3490
3511
|
args: [{
|
|
3491
3512
|
providedIn: 'root',
|
|
@@ -3556,10 +3577,10 @@ class SubmitService {
|
|
|
3556
3577
|
fields: Object.keys(xpsResponse.form).map((key) => xpsResponse.form[key]),
|
|
3557
3578
|
});
|
|
3558
3579
|
}
|
|
3559
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3560
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3580
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubmitService, deps: [{ token: submitRequestFactoryToken }, { token: submitResponseFactoryToken }, { token: SettingsService }, { token: DeviceFingerPrintService }, { token: XpsApiService }, { token: XpsResponseErrorsMappingService }, { token: EncryptCreditCardService }, { token: UserBehaviourAnalyticsService }, { token: PaymentSettingsService }, { token: NextActionService }, { token: ServerErrorActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3581
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubmitService, providedIn: 'root' }); }
|
|
3561
3582
|
}
|
|
3562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubmitService, decorators: [{
|
|
3563
3584
|
type: Injectable,
|
|
3564
3585
|
args: [{ providedIn: 'root' }]
|
|
3565
3586
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3643,7 +3664,7 @@ const syncResponseFactoryProvider = {
|
|
|
3643
3664
|
};
|
|
3644
3665
|
|
|
3645
3666
|
class SyncService extends EmitDataService {
|
|
3646
|
-
constructor(requestFactory, responseFactory, xpsApiService, nextActionService, settingsService, xpsResponseErrorsMappingService, encryptCreditCardService, showErrorsActionCreator,
|
|
3667
|
+
constructor(requestFactory, responseFactory, xpsApiService, nextActionService, settingsService, xpsResponseErrorsMappingService, encryptCreditCardService, showErrorsActionCreator, userBehaviourAnalyticsService, paymentSettingsService, sessionService, serverErrorActionCreator) {
|
|
3647
3668
|
super();
|
|
3648
3669
|
this.requestFactory = requestFactory;
|
|
3649
3670
|
this.responseFactory = responseFactory;
|
|
@@ -3653,10 +3674,10 @@ class SyncService extends EmitDataService {
|
|
|
3653
3674
|
this.xpsResponseErrorsMappingService = xpsResponseErrorsMappingService;
|
|
3654
3675
|
this.encryptCreditCardService = encryptCreditCardService;
|
|
3655
3676
|
this.showErrorsActionCreator = showErrorsActionCreator;
|
|
3656
|
-
this.serverErrorActionCreator = serverErrorActionCreator;
|
|
3657
3677
|
this.userBehaviourAnalyticsService = userBehaviourAnalyticsService;
|
|
3658
3678
|
this.paymentSettingsService = paymentSettingsService;
|
|
3659
3679
|
this.sessionService = sessionService;
|
|
3680
|
+
this.serverErrorActionCreator = serverErrorActionCreator;
|
|
3660
3681
|
this.prevFieldSyncStates = {};
|
|
3661
3682
|
this.form = new UntypedFormGroup({});
|
|
3662
3683
|
this.paymentConfiguration = null;
|
|
@@ -3748,13 +3769,20 @@ class SyncService extends EmitDataService {
|
|
|
3748
3769
|
}
|
|
3749
3770
|
async request(field, fields, form) {
|
|
3750
3771
|
const paymentSettingsParams = this.paymentSettingsService.getPaymentSettingsParams(this.paymentConfiguration);
|
|
3751
|
-
const
|
|
3772
|
+
const paramsForRequestFactory = {
|
|
3752
3773
|
token: this.settingsService.token,
|
|
3753
3774
|
changedField: field,
|
|
3754
3775
|
fields: fields ?? this.fields,
|
|
3755
3776
|
form: form ?? this.form,
|
|
3756
3777
|
...paymentSettingsParams,
|
|
3757
|
-
}
|
|
3778
|
+
};
|
|
3779
|
+
if (this.settingsService.isGooglePayInstantFlowEnabled !== null) {
|
|
3780
|
+
paramsForRequestFactory.google_pay_instant_flow = this.settingsService
|
|
3781
|
+
.isGooglePayInstantFlowEnabled
|
|
3782
|
+
? "1" /* XpsBoolean.true */
|
|
3783
|
+
: "0" /* XpsBoolean.false */;
|
|
3784
|
+
}
|
|
3785
|
+
const requestParams = this.requestFactory(paramsForRequestFactory);
|
|
3758
3786
|
const encryptedRequest = this.encryptCreditCardService.encryptCreditCard(requestParams);
|
|
3759
3787
|
this.userBehaviourAnalyticsService.send(UserBehaviourEventName.syncRequest, userBehaviourEventTypes.manual, { extraValue: field?.name ?? '' });
|
|
3760
3788
|
return this.xpsApiService
|
|
@@ -3807,10 +3835,10 @@ class SyncService extends EmitDataService {
|
|
|
3807
3835
|
}
|
|
3808
3836
|
this.fieldSyncTimers[field.name] = timerId;
|
|
3809
3837
|
}
|
|
3810
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3811
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SyncService, deps: [{ token: syncRequestFactoryToken }, { token: syncResponseFactoryToken }, { token: XpsApiService }, { token: NextActionService }, { token: SettingsService }, { token: XpsResponseErrorsMappingService }, { token: EncryptCreditCardService }, { token: ShowErrorsActionCreator }, { token: UserBehaviourAnalyticsService }, { token: PaymentSettingsService }, { token: SessionService }, { token: ServerErrorActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3839
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SyncService, providedIn: 'root' }); }
|
|
3812
3840
|
}
|
|
3813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SyncService, decorators: [{
|
|
3814
3842
|
type: Injectable,
|
|
3815
3843
|
args: [{
|
|
3816
3844
|
providedIn: 'root',
|
|
@@ -3821,7 +3849,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
3821
3849
|
}] }, { type: undefined, decorators: [{
|
|
3822
3850
|
type: Inject,
|
|
3823
3851
|
args: [syncResponseFactoryToken]
|
|
3824
|
-
}] }, { type: XpsApiService }, { type: NextActionService }, { type: SettingsService }, { type: XpsResponseErrorsMappingService }, { type: EncryptCreditCardService }, { type: ShowErrorsActionCreator }, { type:
|
|
3852
|
+
}] }, { type: XpsApiService }, { type: NextActionService }, { type: SettingsService }, { type: XpsResponseErrorsMappingService }, { type: EncryptCreditCardService }, { type: ShowErrorsActionCreator }, { type: UserBehaviourAnalyticsService }, { type: PaymentSettingsService }, { type: SessionService }, { type: ServerErrorActionCreator }] });
|
|
3825
3853
|
|
|
3826
3854
|
function isObject(value) {
|
|
3827
3855
|
return typeof value === 'object' && value !== null && !Array.isArray(value);
|
|
@@ -3961,10 +3989,10 @@ class EmailConverter extends Converter {
|
|
|
3961
3989
|
getDataType() {
|
|
3962
3990
|
return 'email';
|
|
3963
3991
|
}
|
|
3964
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3965
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3992
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmailConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3993
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmailConverter }); }
|
|
3966
3994
|
}
|
|
3967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmailConverter, decorators: [{
|
|
3968
3996
|
type: Injectable
|
|
3969
3997
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
3970
3998
|
|
|
@@ -4050,10 +4078,10 @@ class ZipConverter extends Converter {
|
|
|
4050
4078
|
getDataType() {
|
|
4051
4079
|
return 'text';
|
|
4052
4080
|
}
|
|
4053
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4054
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4081
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ZipConverter, deps: [{ token: SyncService }, { token: CountryService }, { token: SessionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4082
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ZipConverter }); }
|
|
4055
4083
|
}
|
|
4056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ZipConverter, decorators: [{
|
|
4057
4085
|
type: Injectable
|
|
4058
4086
|
}], ctorParameters: () => [{ type: SyncService }, { type: CountryService }, { type: SessionService }] });
|
|
4059
4087
|
|
|
@@ -4135,10 +4163,10 @@ class CreditCardMaxLengthValidator {
|
|
|
4135
4163
|
};
|
|
4136
4164
|
};
|
|
4137
4165
|
}
|
|
4138
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4139
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4166
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMaxLengthValidator, deps: [{ token: CreditCardService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4167
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMaxLengthValidator }); }
|
|
4140
4168
|
}
|
|
4141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMaxLengthValidator, decorators: [{
|
|
4142
4170
|
type: Injectable
|
|
4143
4171
|
}], ctorParameters: () => [{ type: CreditCardService }] });
|
|
4144
4172
|
|
|
@@ -4165,10 +4193,10 @@ class CreditCardMinLengthValidator {
|
|
|
4165
4193
|
};
|
|
4166
4194
|
};
|
|
4167
4195
|
}
|
|
4168
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4169
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4196
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMinLengthValidator, deps: [{ token: CreditCardService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4197
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMinLengthValidator }); }
|
|
4170
4198
|
}
|
|
4171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMinLengthValidator, decorators: [{
|
|
4172
4200
|
type: Injectable
|
|
4173
4201
|
}], ctorParameters: () => [{ type: CreditCardService }] });
|
|
4174
4202
|
|
|
@@ -4203,10 +4231,10 @@ class CardNumberConverter extends Converter {
|
|
|
4203
4231
|
getDataType() {
|
|
4204
4232
|
return 'text';
|
|
4205
4233
|
}
|
|
4206
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4207
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4234
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardNumberConverter, deps: [{ token: SyncService }, { token: CreditCardMaxLengthValidator }, { token: CreditCardMinLengthValidator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4235
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardNumberConverter }); }
|
|
4208
4236
|
}
|
|
4209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4237
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardNumberConverter, decorators: [{
|
|
4210
4238
|
type: Injectable
|
|
4211
4239
|
}], ctorParameters: () => [{ type: SyncService }, { type: CreditCardMaxLengthValidator }, { type: CreditCardMinLengthValidator }] });
|
|
4212
4240
|
|
|
@@ -4279,10 +4307,10 @@ class CardMonthConverter extends Converter {
|
|
|
4279
4307
|
getDataType() {
|
|
4280
4308
|
return 'text';
|
|
4281
4309
|
}
|
|
4282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4283
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4310
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardMonthConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4311
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardMonthConverter }); }
|
|
4284
4312
|
}
|
|
4285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardMonthConverter, decorators: [{
|
|
4286
4314
|
type: Injectable
|
|
4287
4315
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4288
4316
|
|
|
@@ -4343,10 +4371,10 @@ class CvvConverter extends Converter {
|
|
|
4343
4371
|
shouldHideUserInput() {
|
|
4344
4372
|
return true;
|
|
4345
4373
|
}
|
|
4346
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4347
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4374
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CvvConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4375
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CvvConverter }); }
|
|
4348
4376
|
}
|
|
4349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CvvConverter, decorators: [{
|
|
4350
4378
|
type: Injectable
|
|
4351
4379
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4352
4380
|
|
|
@@ -4410,10 +4438,10 @@ class BirthDateConverter extends Converter {
|
|
|
4410
4438
|
config.inputMode = 'numeric';
|
|
4411
4439
|
return config;
|
|
4412
4440
|
}
|
|
4413
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4414
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BirthDateConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4442
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BirthDateConverter }); }
|
|
4415
4443
|
}
|
|
4416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BirthDateConverter, decorators: [{
|
|
4417
4445
|
type: Injectable
|
|
4418
4446
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4419
4447
|
|
|
@@ -4430,10 +4458,10 @@ class CardholderNameConverter extends Converter {
|
|
|
4430
4458
|
getDataType() {
|
|
4431
4459
|
return 'text';
|
|
4432
4460
|
}
|
|
4433
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4434
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4461
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardholderNameConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4462
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardholderNameConverter }); }
|
|
4435
4463
|
}
|
|
4436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4464
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardholderNameConverter, decorators: [{
|
|
4437
4465
|
type: Injectable
|
|
4438
4466
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4439
4467
|
|
|
@@ -4458,10 +4486,10 @@ class CpfNameConverter extends Converter {
|
|
|
4458
4486
|
};
|
|
4459
4487
|
return config;
|
|
4460
4488
|
}
|
|
4461
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4462
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4489
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNameConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4490
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNameConverter }); }
|
|
4463
4491
|
}
|
|
4464
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNameConverter, decorators: [{
|
|
4465
4493
|
type: Injectable
|
|
4466
4494
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4467
4495
|
|
|
@@ -4539,10 +4567,10 @@ class CpfNumberConverter extends Converter {
|
|
|
4539
4567
|
};
|
|
4540
4568
|
return config;
|
|
4541
4569
|
}
|
|
4542
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4543
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4570
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNumberConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4571
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNumberConverter }); }
|
|
4544
4572
|
}
|
|
4545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNumberConverter, decorators: [{
|
|
4546
4574
|
type: Injectable
|
|
4547
4575
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4548
4576
|
|
|
@@ -4560,10 +4588,10 @@ class StreetNumberConverter extends Converter {
|
|
|
4560
4588
|
createControlConfig(field) {
|
|
4561
4589
|
return this.createDefaultControlConfig(TextControlConfig, field);
|
|
4562
4590
|
}
|
|
4563
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4564
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4591
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StreetNumberConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4592
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StreetNumberConverter }); }
|
|
4565
4593
|
}
|
|
4566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StreetNumberConverter, decorators: [{
|
|
4567
4595
|
type: Injectable
|
|
4568
4596
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4569
4597
|
|
|
@@ -4574,10 +4602,10 @@ class TextConverter extends Converter {
|
|
|
4574
4602
|
createControlConfig(field) {
|
|
4575
4603
|
return this.createDefaultControlConfig(TextControlConfig, field);
|
|
4576
4604
|
}
|
|
4577
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4578
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4605
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4606
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextConverter }); }
|
|
4579
4607
|
}
|
|
4580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4608
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextConverter, decorators: [{
|
|
4581
4609
|
type: Injectable
|
|
4582
4610
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4583
4611
|
|
|
@@ -4608,10 +4636,10 @@ class CheckboxConverter extends Converter {
|
|
|
4608
4636
|
config.initValue = field.value;
|
|
4609
4637
|
return config;
|
|
4610
4638
|
}
|
|
4611
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4612
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4639
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckboxConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4640
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckboxConverter }); }
|
|
4613
4641
|
}
|
|
4614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckboxConverter, decorators: [{
|
|
4615
4643
|
type: Injectable
|
|
4616
4644
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4617
4645
|
|
|
@@ -4632,10 +4660,10 @@ class SelectConverter extends Converter {
|
|
|
4632
4660
|
config.initValue = field.value;
|
|
4633
4661
|
return config;
|
|
4634
4662
|
}
|
|
4635
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4636
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4663
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SelectConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4664
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SelectConverter }); }
|
|
4637
4665
|
}
|
|
4638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SelectConverter, decorators: [{
|
|
4639
4667
|
type: Injectable
|
|
4640
4668
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4641
4669
|
|
|
@@ -4646,10 +4674,10 @@ class PinConverter extends Converter {
|
|
|
4646
4674
|
createControlConfig(field) {
|
|
4647
4675
|
return this.createDefaultControlConfig(TextControlConfig, field);
|
|
4648
4676
|
}
|
|
4649
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4650
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4677
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PinConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4678
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PinConverter }); }
|
|
4651
4679
|
}
|
|
4652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PinConverter, decorators: [{
|
|
4653
4681
|
type: Injectable
|
|
4654
4682
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4655
4683
|
|
|
@@ -4670,10 +4698,10 @@ class RadioGroupConverter extends Converter {
|
|
|
4670
4698
|
config.options = field.options;
|
|
4671
4699
|
return config;
|
|
4672
4700
|
}
|
|
4673
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4674
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4701
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4702
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupConverter }); }
|
|
4675
4703
|
}
|
|
4676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupConverter, decorators: [{
|
|
4677
4705
|
type: Injectable
|
|
4678
4706
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4679
4707
|
|
|
@@ -4697,10 +4725,10 @@ class PricepointConverter extends Converter {
|
|
|
4697
4725
|
config.inputMode = 'numeric';
|
|
4698
4726
|
return config;
|
|
4699
4727
|
}
|
|
4700
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4701
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4728
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PricepointConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4729
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PricepointConverter }); }
|
|
4702
4730
|
}
|
|
4703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4731
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PricepointConverter, decorators: [{
|
|
4704
4732
|
type: Injectable
|
|
4705
4733
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4706
4734
|
|
|
@@ -4728,10 +4756,10 @@ class CouponConverter extends Converter {
|
|
|
4728
4756
|
config.placeholder = TranslateHelper.t('coupon.converter.placeholder', 'Enter promo code');
|
|
4729
4757
|
return config;
|
|
4730
4758
|
}
|
|
4731
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4732
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4759
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CouponConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4760
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CouponConverter }); }
|
|
4733
4761
|
}
|
|
4734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4762
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CouponConverter, decorators: [{
|
|
4735
4763
|
type: Injectable
|
|
4736
4764
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4737
4765
|
|
|
@@ -4801,10 +4829,10 @@ class CardYearConverter extends Converter {
|
|
|
4801
4829
|
getDataType() {
|
|
4802
4830
|
return 'text';
|
|
4803
4831
|
}
|
|
4804
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4805
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4832
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardYearConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4833
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardYearConverter }); }
|
|
4806
4834
|
}
|
|
4807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardYearConverter, decorators: [{
|
|
4808
4836
|
type: Injectable
|
|
4809
4837
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4810
4838
|
|
|
@@ -4854,10 +4882,10 @@ class PhoneConverter extends Converter {
|
|
|
4854
4882
|
config.inputMode = 'numeric';
|
|
4855
4883
|
return config;
|
|
4856
4884
|
}
|
|
4857
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4858
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4885
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PhoneConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4886
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PhoneConverter }); }
|
|
4859
4887
|
}
|
|
4860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PhoneConverter, decorators: [{
|
|
4861
4889
|
type: Injectable
|
|
4862
4890
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4863
4891
|
|
|
@@ -4958,10 +4986,10 @@ class CardExpirationConverter extends Converter {
|
|
|
4958
4986
|
getDataType() {
|
|
4959
4987
|
return 'text';
|
|
4960
4988
|
}
|
|
4961
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4962
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4989
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardExpirationConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4990
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardExpirationConverter }); }
|
|
4963
4991
|
}
|
|
4964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardExpirationConverter, decorators: [{
|
|
4965
4993
|
type: Injectable
|
|
4966
4994
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4967
4995
|
|
|
@@ -5026,10 +5054,10 @@ class ControlConfigService {
|
|
|
5026
5054
|
}
|
|
5027
5055
|
return this.injector.get(converter);
|
|
5028
5056
|
}
|
|
5029
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5030
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5057
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlConfigService, deps: [{ token: convertersMapToken }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5058
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlConfigService }); }
|
|
5031
5059
|
}
|
|
5032
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlConfigService, decorators: [{
|
|
5033
5061
|
type: Injectable
|
|
5034
5062
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
5035
5063
|
type: Inject,
|
|
@@ -5093,10 +5121,10 @@ class FormService {
|
|
|
5093
5121
|
logCreateForm(fields) {
|
|
5094
5122
|
this.userBehaviourAnalyticsService.send(UserBehaviourEventName.createForm, 'manual', { value: fields.map((field) => field.name) });
|
|
5095
5123
|
}
|
|
5096
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5097
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5124
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormService, deps: [{ token: ControlConfigService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5125
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormService }); }
|
|
5098
5126
|
}
|
|
5099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormService, decorators: [{
|
|
5100
5128
|
type: Injectable
|
|
5101
5129
|
}], ctorParameters: () => [{ type: ControlConfigService }, { type: UserBehaviourAnalyticsService }] });
|
|
5102
5130
|
|
|
@@ -5292,10 +5320,10 @@ class StatusRequestService extends XpsApiPart {
|
|
|
5292
5320
|
throw new TerminalError(e.message, e.code);
|
|
5293
5321
|
});
|
|
5294
5322
|
}
|
|
5295
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5296
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5323
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusRequestService, deps: [{ token: SecureApiClient }, { token: SettingsService }, { token: statusRequestFactoryToken }, { token: statusResponseFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5324
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusRequestService, providedIn: 'root' }); }
|
|
5297
5325
|
}
|
|
5298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5326
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusRequestService, decorators: [{
|
|
5299
5327
|
type: Injectable,
|
|
5300
5328
|
args: [{
|
|
5301
5329
|
providedIn: 'root',
|
|
@@ -5604,10 +5632,10 @@ class SummaryFinanceDetailsAdapterService {
|
|
|
5604
5632
|
isDefaultImage(url) {
|
|
5605
5633
|
return defaultImagePatterns.some((regex) => regex.test(url));
|
|
5606
5634
|
}
|
|
5607
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5608
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5635
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SummaryFinanceDetailsAdapterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5636
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SummaryFinanceDetailsAdapterService, providedIn: 'root' }); }
|
|
5609
5637
|
}
|
|
5610
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SummaryFinanceDetailsAdapterService, decorators: [{
|
|
5611
5639
|
type: Injectable,
|
|
5612
5640
|
args: [{ providedIn: 'root' }]
|
|
5613
5641
|
}] });
|
|
@@ -5912,10 +5940,10 @@ class StatusFinanceDetailsAdapterService {
|
|
|
5912
5940
|
}
|
|
5913
5941
|
return percentsMatchResult[0];
|
|
5914
5942
|
}
|
|
5915
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5916
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5943
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusFinanceDetailsAdapterService, deps: [{ token: SummaryFinanceDetailsAdapterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5944
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusFinanceDetailsAdapterService, providedIn: 'root' }); }
|
|
5917
5945
|
}
|
|
5918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusFinanceDetailsAdapterService, decorators: [{
|
|
5919
5947
|
type: Injectable,
|
|
5920
5948
|
args: [{ providedIn: 'root' }]
|
|
5921
5949
|
}], ctorParameters: () => [{ type: SummaryFinanceDetailsAdapterService }] });
|
|
@@ -5956,10 +5984,10 @@ class FinanceDetailsService extends EmitDataService {
|
|
|
5956
5984
|
value: financeDetails.finance ? 'success' : 'fail',
|
|
5957
5985
|
});
|
|
5958
5986
|
}
|
|
5959
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5960
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5987
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinanceDetailsService, deps: [{ token: SessionService }, { token: SummaryFinanceDetailsAdapterService }, { token: StatusFinanceDetailsAdapterService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5988
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinanceDetailsService, providedIn: 'root' }); }
|
|
5961
5989
|
}
|
|
5962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinanceDetailsService, decorators: [{
|
|
5963
5991
|
type: Injectable,
|
|
5964
5992
|
args: [{ providedIn: 'root' }]
|
|
5965
5993
|
}], ctorParameters: () => [{ type: SessionService }, { type: SummaryFinanceDetailsAdapterService }, { type: StatusFinanceDetailsAdapterService }, { type: UserBehaviourAnalyticsService }] });
|
|
@@ -6028,10 +6056,10 @@ class CheckStatusService extends XpsApiPart {
|
|
|
6028
6056
|
throw new ResponseError(error.message);
|
|
6029
6057
|
});
|
|
6030
6058
|
}
|
|
6031
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6032
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6059
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusService, deps: [{ token: XpsApiService }, { token: SettingsService }, { token: XpsResponseErrorsMappingService }, { token: checkStatusRequestFactoryToken }, { token: checkStatusResponseFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6060
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusService, providedIn: 'root' }); }
|
|
6033
6061
|
}
|
|
6034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusService, decorators: [{
|
|
6035
6063
|
type: Injectable,
|
|
6036
6064
|
args: [{
|
|
6037
6065
|
providedIn: 'root',
|
|
@@ -6170,10 +6198,10 @@ class NchanWebSocketService {
|
|
|
6170
6198
|
}
|
|
6171
6199
|
this.successfulReconnectionEventsProxy$.next();
|
|
6172
6200
|
}
|
|
6173
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6174
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6201
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NchanWebSocketService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6202
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NchanWebSocketService, providedIn: 'root' }); }
|
|
6175
6203
|
}
|
|
6176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NchanWebSocketService, decorators: [{
|
|
6177
6205
|
type: Injectable,
|
|
6178
6206
|
args: [{
|
|
6179
6207
|
providedIn: 'root',
|
|
@@ -6377,10 +6405,10 @@ class CentrifugoWebSocketService {
|
|
|
6377
6405
|
}
|
|
6378
6406
|
return options;
|
|
6379
6407
|
}
|
|
6380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6381
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6408
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentrifugoWebSocketService, deps: [{ token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6409
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentrifugoWebSocketService, providedIn: 'root' }); }
|
|
6382
6410
|
}
|
|
6383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentrifugoWebSocketService, decorators: [{
|
|
6384
6412
|
type: Injectable,
|
|
6385
6413
|
args: [{
|
|
6386
6414
|
providedIn: 'root',
|
|
@@ -6399,10 +6427,10 @@ class WebSocketFactory {
|
|
|
6399
6427
|
}
|
|
6400
6428
|
return this.nchanWebSocket;
|
|
6401
6429
|
}
|
|
6402
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6403
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6430
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebSocketFactory, deps: [{ token: NchanWebSocketService }, { token: CentrifugoWebSocketService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6431
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebSocketFactory, providedIn: 'root' }); }
|
|
6404
6432
|
}
|
|
6405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebSocketFactory, decorators: [{
|
|
6406
6434
|
type: Injectable,
|
|
6407
6435
|
args: [{
|
|
6408
6436
|
providedIn: 'root',
|
|
@@ -6470,10 +6498,10 @@ class WebsocketStatusService {
|
|
|
6470
6498
|
this.webSocketSubscription?.unsubscribe();
|
|
6471
6499
|
this.webSocketReconnectionSubscription?.unsubscribe();
|
|
6472
6500
|
}
|
|
6473
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6474
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6501
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebsocketStatusService, deps: [{ token: WebSocketFactory }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6502
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebsocketStatusService, providedIn: 'root' }); }
|
|
6475
6503
|
}
|
|
6476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebsocketStatusService, decorators: [{
|
|
6477
6505
|
type: Injectable,
|
|
6478
6506
|
args: [{
|
|
6479
6507
|
providedIn: 'root',
|
|
@@ -6591,10 +6619,10 @@ class ListenStatusService {
|
|
|
6591
6619
|
void this.websocketStatusService.checkStatusWithWebSocket(statusSettings.webSocketUrl, statusSettings.webSocketChannelName, statusSettings.webSocketClientType);
|
|
6592
6620
|
this.websocketOpenedSubject.next(statusSettings);
|
|
6593
6621
|
}
|
|
6594
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6595
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6622
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListenStatusService, deps: [{ token: StatusRequestService }, { token: CheckStatusService }, { token: WebsocketStatusService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6623
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListenStatusService, providedIn: 'root' }); }
|
|
6596
6624
|
}
|
|
6597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListenStatusService, decorators: [{
|
|
6598
6626
|
type: Injectable,
|
|
6599
6627
|
args: [{
|
|
6600
6628
|
providedIn: 'root',
|
|
@@ -6646,10 +6674,10 @@ class SavedPaymentAccountChangesService {
|
|
|
6646
6674
|
throw new XpsResponseError(error.message);
|
|
6647
6675
|
});
|
|
6648
6676
|
}
|
|
6649
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6650
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6677
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedPaymentAccountChangesService, deps: [{ token: SettingsService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6678
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedPaymentAccountChangesService, providedIn: 'root' }); }
|
|
6651
6679
|
}
|
|
6652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedPaymentAccountChangesService, decorators: [{
|
|
6653
6681
|
type: Injectable,
|
|
6654
6682
|
args: [{
|
|
6655
6683
|
providedIn: 'root',
|
|
@@ -6755,10 +6783,10 @@ class SavePaymentMethodStatusService {
|
|
|
6755
6783
|
savePaymentMethodStatus: this.savePaymentMethodStatus,
|
|
6756
6784
|
}));
|
|
6757
6785
|
}
|
|
6758
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6759
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6786
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavePaymentMethodStatusService, deps: [{ token: StatusRequestService }, { token: ListenStatusService }, { token: SavedPaymentAccountChangesService }, { token: NextActionService }, { token: CheckStatusService }, { token: StatusUpdatedActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6787
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavePaymentMethodStatusService, providedIn: 'root' }); }
|
|
6760
6788
|
}
|
|
6761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6789
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavePaymentMethodStatusService, decorators: [{
|
|
6762
6790
|
type: Injectable,
|
|
6763
6791
|
args: [{
|
|
6764
6792
|
providedIn: 'root',
|
|
@@ -6818,10 +6846,10 @@ class StatusService {
|
|
|
6818
6846
|
this.nextActionService.emitFlowUpdates(this.statusUpdatedActionCreator.getActionData({ statusResponse }));
|
|
6819
6847
|
});
|
|
6820
6848
|
}
|
|
6821
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6822
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6849
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusService, deps: [{ token: UrlService }, { token: StatusRequestService }, { token: FinanceDetailsService }, { token: ListenStatusService }, { token: NextActionService }, { token: SavePaymentMethodStatusService }, { token: StatusUpdatedActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6850
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusService, providedIn: 'root' }); }
|
|
6823
6851
|
}
|
|
6824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusService, decorators: [{
|
|
6825
6853
|
type: Injectable,
|
|
6826
6854
|
args: [{
|
|
6827
6855
|
providedIn: 'root',
|
|
@@ -6829,10 +6857,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
6829
6857
|
}], ctorParameters: () => [{ type: UrlService }, { type: StatusRequestService }, { type: FinanceDetailsService }, { type: ListenStatusService }, { type: NextActionService }, { type: SavePaymentMethodStatusService }, { type: StatusUpdatedActionCreator }] });
|
|
6830
6858
|
|
|
6831
6859
|
class CreditCardStateService extends EmitDataService {
|
|
6832
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6833
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6860
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardStateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6861
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardStateService, providedIn: 'root' }); }
|
|
6834
6862
|
}
|
|
6835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardStateService, decorators: [{
|
|
6836
6864
|
type: Injectable,
|
|
6837
6865
|
args: [{
|
|
6838
6866
|
providedIn: 'root',
|
|
@@ -6872,10 +6900,10 @@ class InitializeSpecialButtonActionCreator {
|
|
|
6872
6900
|
}
|
|
6873
6901
|
return buttonName;
|
|
6874
6902
|
}
|
|
6875
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6876
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6903
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeSpecialButtonActionCreator, deps: [{ token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6904
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeSpecialButtonActionCreator }); }
|
|
6877
6905
|
}
|
|
6878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6906
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeSpecialButtonActionCreator, decorators: [{
|
|
6879
6907
|
type: Injectable
|
|
6880
6908
|
}], ctorParameters: () => [{ type: LoggerService }] });
|
|
6881
6909
|
|
|
@@ -6913,10 +6941,10 @@ class InitializeNextActionService {
|
|
|
6913
6941
|
logNextAction(nextAction) {
|
|
6914
6942
|
this.userBehaviourAnalyticsService.send(UserBehaviourEventName.initializeNextAction, 'manual', { value: nextAction.type });
|
|
6915
6943
|
}
|
|
6916
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6917
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6944
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeNextActionService, deps: [{ token: initializeNextActionsToken }, { token: UserBehaviourAnalyticsService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6945
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeNextActionService, providedIn: 'root' }); }
|
|
6918
6946
|
}
|
|
6919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeNextActionService, decorators: [{
|
|
6920
6948
|
type: Injectable,
|
|
6921
6949
|
args: [{
|
|
6922
6950
|
providedIn: 'root',
|
|
@@ -7000,10 +7028,10 @@ class StatusThreeDsService {
|
|
|
7000
7028
|
throw new XpsResponseError(error.message);
|
|
7001
7029
|
});
|
|
7002
7030
|
}
|
|
7003
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7004
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7031
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusThreeDsService, deps: [{ token: SecureApiClient }, { token: SettingsService }, { token: statusThreeDsRequestFactoryToken }, { token: statusThreeDsResponseFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7032
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusThreeDsService, providedIn: 'root' }); }
|
|
7005
7033
|
}
|
|
7006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7034
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusThreeDsService, decorators: [{
|
|
7007
7035
|
type: Injectable,
|
|
7008
7036
|
args: [{
|
|
7009
7037
|
providedIn: 'root',
|
|
@@ -7057,10 +7085,10 @@ class NotifyDfpStatusService {
|
|
|
7057
7085
|
throw new XpsResponseError(error.message);
|
|
7058
7086
|
});
|
|
7059
7087
|
}
|
|
7060
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7061
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7088
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotifyDfpStatusService, deps: [{ token: SecureApiClient }, { token: SettingsService }, { token: notifyDfpStatusRequestFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7089
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotifyDfpStatusService, providedIn: 'root' }); }
|
|
7062
7090
|
}
|
|
7063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotifyDfpStatusService, decorators: [{
|
|
7064
7092
|
type: Injectable,
|
|
7065
7093
|
args: [{
|
|
7066
7094
|
providedIn: 'root',
|
|
@@ -7163,10 +7191,10 @@ class DfpCollectService {
|
|
|
7163
7191
|
element.setAttribute(name, attributes[name]);
|
|
7164
7192
|
});
|
|
7165
7193
|
}
|
|
7166
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7167
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7194
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DfpCollectService, deps: [{ token: windowToken }, { token: NotifyDfpStatusService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7195
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DfpCollectService, providedIn: 'root' }); }
|
|
7168
7196
|
}
|
|
7169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7197
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DfpCollectService, decorators: [{
|
|
7170
7198
|
type: Injectable,
|
|
7171
7199
|
args: [{
|
|
7172
7200
|
providedIn: 'root',
|
|
@@ -7201,10 +7229,10 @@ class ReinsuranceCheckService {
|
|
|
7201
7229
|
this.window.clearTimeout(timerInStorage.timeoutRef);
|
|
7202
7230
|
this.timers[id] = null;
|
|
7203
7231
|
}
|
|
7204
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7205
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7232
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReinsuranceCheckService, deps: [{ token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7233
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReinsuranceCheckService, providedIn: 'root' }); }
|
|
7206
7234
|
}
|
|
7207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7235
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReinsuranceCheckService, decorators: [{
|
|
7208
7236
|
type: Injectable,
|
|
7209
7237
|
args: [{
|
|
7210
7238
|
providedIn: 'root',
|
|
@@ -7328,10 +7356,10 @@ class ThreeDs20Service {
|
|
|
7328
7356
|
clearLatestDfpParameters() {
|
|
7329
7357
|
this.latestDfpParameters = null;
|
|
7330
7358
|
}
|
|
7331
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7332
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7359
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDs20Service, deps: [{ token: StatusThreeDsService }, { token: NotifyDfpStatusService }, { token: WebSocketFactory }, { token: DfpCollectService }, { token: ReinsuranceCheckService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7360
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDs20Service, providedIn: 'root' }); }
|
|
7333
7361
|
}
|
|
7334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7362
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDs20Service, decorators: [{
|
|
7335
7363
|
type: Injectable,
|
|
7336
7364
|
args: [{
|
|
7337
7365
|
providedIn: 'root',
|
|
@@ -7369,10 +7397,10 @@ class ThreeDsService {
|
|
|
7369
7397
|
stopChecking() {
|
|
7370
7398
|
this.statusSubscription?.unsubscribe();
|
|
7371
7399
|
}
|
|
7372
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7373
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7400
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsService, deps: [{ token: ThreeDs20Service }, { token: NextActionService }, { token: CheckStatusActionCreator }, { token: ThreeDsActionCreator }, { token: ThreeDsRedirectActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7401
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsService, providedIn: 'root' }); }
|
|
7374
7402
|
}
|
|
7375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsService, decorators: [{
|
|
7376
7404
|
type: Injectable,
|
|
7377
7405
|
args: [{
|
|
7378
7406
|
providedIn: 'root',
|
|
@@ -7388,10 +7416,10 @@ class FormMessagesService extends EmitDataService {
|
|
|
7388
7416
|
const mapInfoMessages = (infoMessage) => this.unescapeHtmlPipe.transform(infoMessage.message);
|
|
7389
7417
|
super.emit(messages?.map(mapInfoMessages) ?? []);
|
|
7390
7418
|
}
|
|
7391
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7392
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7419
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormMessagesService, deps: [{ token: UnescapeHtmlPipe }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7420
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormMessagesService, providedIn: 'root' }); }
|
|
7393
7421
|
}
|
|
7394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7422
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormMessagesService, decorators: [{
|
|
7395
7423
|
type: Injectable,
|
|
7396
7424
|
args: [{
|
|
7397
7425
|
providedIn: 'root',
|
|
@@ -7429,10 +7457,10 @@ class PrintInstructionService {
|
|
|
7429
7457
|
Object.entries(printUrlParameters).forEach(([key, parameter]) => printInstructionUrl.searchParams.append(key, String(parameter)));
|
|
7430
7458
|
return printInstructionUrl.toString();
|
|
7431
7459
|
}
|
|
7432
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7433
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7460
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PrintInstructionService, deps: [{ token: SettingsService }, { token: SecureApiClient }, { token: printInstructionRequestFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7461
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PrintInstructionService, providedIn: 'root' }); }
|
|
7434
7462
|
}
|
|
7435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PrintInstructionService, decorators: [{
|
|
7436
7464
|
type: Injectable,
|
|
7437
7465
|
args: [{
|
|
7438
7466
|
providedIn: 'root',
|
|
@@ -7457,10 +7485,10 @@ class BehaviourStrategy {
|
|
|
7457
7485
|
setPaymentConfig(config) {
|
|
7458
7486
|
this.paymentConfig = config;
|
|
7459
7487
|
}
|
|
7460
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7461
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7488
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BehaviourStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7489
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BehaviourStrategy }); }
|
|
7462
7490
|
}
|
|
7463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BehaviourStrategy, decorators: [{
|
|
7464
7492
|
type: Injectable
|
|
7465
7493
|
}] });
|
|
7466
7494
|
|
|
@@ -7501,10 +7529,10 @@ class ApplePayWithShippingAddressStrategy extends BehaviourStrategy {
|
|
|
7501
7529
|
fieldForHide.isVisible = "0" /* XpsBoolean.false */;
|
|
7502
7530
|
}
|
|
7503
7531
|
}
|
|
7504
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7505
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7532
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayWithShippingAddressStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7533
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayWithShippingAddressStrategy }); }
|
|
7506
7534
|
}
|
|
7507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayWithShippingAddressStrategy, decorators: [{
|
|
7508
7536
|
type: Injectable
|
|
7509
7537
|
}], ctorParameters: () => [] });
|
|
7510
7538
|
|
|
@@ -7537,10 +7565,10 @@ class GooglePayInstantFlowStrategy extends BehaviourStrategy {
|
|
|
7537
7565
|
fieldForHide.isVisible = "0" /* XpsBoolean.false */;
|
|
7538
7566
|
}
|
|
7539
7567
|
}
|
|
7540
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7541
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7568
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantFlowStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7569
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantFlowStrategy }); }
|
|
7542
7570
|
}
|
|
7543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantFlowStrategy, decorators: [{
|
|
7544
7572
|
type: Injectable
|
|
7545
7573
|
}], ctorParameters: () => [] });
|
|
7546
7574
|
|
|
@@ -7568,10 +7596,10 @@ class GooglePayRegularFlowStrategy extends BehaviourStrategy {
|
|
|
7568
7596
|
}
|
|
7569
7597
|
return (this.paymentData.paymentForm?.fields.filter((field) => field.isVisible === "1" /* XpsBoolean.true */ && field.isMandatory) ?? []);
|
|
7570
7598
|
}
|
|
7571
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7572
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7599
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayRegularFlowStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7600
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayRegularFlowStrategy }); }
|
|
7573
7601
|
}
|
|
7574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayRegularFlowStrategy, decorators: [{
|
|
7575
7603
|
type: Injectable
|
|
7576
7604
|
}], ctorParameters: () => [] });
|
|
7577
7605
|
|
|
@@ -7606,10 +7634,10 @@ class PaymentBehaviourService {
|
|
|
7606
7634
|
return;
|
|
7607
7635
|
this.userBehaviourAnalyticsService.send(UserBehaviourEventName.applicablePaymentStrategies, 'manual', { value: strategies.map((strategy) => strategy.name) });
|
|
7608
7636
|
}
|
|
7609
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7610
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7637
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourService, deps: [{ token: behaviourStrategiesToken }, { token: UserBehaviourAnalyticsService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7638
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourService }); }
|
|
7611
7639
|
}
|
|
7612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourService, decorators: [{
|
|
7613
7641
|
type: Injectable
|
|
7614
7642
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
7615
7643
|
type: Inject,
|
|
@@ -8132,10 +8160,10 @@ class PaymentService {
|
|
|
8132
8160
|
eventCategory: eventCategories.withInvoice,
|
|
8133
8161
|
});
|
|
8134
8162
|
}
|
|
8135
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8136
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8163
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentService, deps: [{ token: LoggerService }, { token: InitializeService }, { token: SubmitService }, { token: SyncService }, { token: FormService }, { token: StatusService }, { token: FinanceDetailsService }, { token: CreditCardStateService }, { token: NextActionService }, { token: InitializeNextActionService }, { token: ControlConfigService }, { token: ThreeDsService }, { token: FormMessagesService }, { token: SettingsService }, { token: CountryService }, { token: CheckStatusActionCreator }, { token: PrintInstructionService }, { token: PaymentBehaviourService }, { token: i19.TranslateService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8164
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentService, providedIn: 'root' }); }
|
|
8137
8165
|
}
|
|
8138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentService, decorators: [{
|
|
8139
8167
|
type: Injectable,
|
|
8140
8168
|
args: [{
|
|
8141
8169
|
providedIn: 'root',
|
|
@@ -8207,10 +8235,10 @@ class RefundPolicyService {
|
|
|
8207
8235
|
const projectId = this.settingsService.project.id;
|
|
8208
8236
|
return `${this.defaultUrl}?policy_version_id=${versionId}&language=${language}&country=${countryIso}&project_id=${projectId}`;
|
|
8209
8237
|
}
|
|
8210
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8211
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8238
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RefundPolicyService, deps: [{ token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8239
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RefundPolicyService, providedIn: 'root' }); }
|
|
8212
8240
|
}
|
|
8213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RefundPolicyService, decorators: [{
|
|
8214
8242
|
type: Injectable,
|
|
8215
8243
|
args: [{
|
|
8216
8244
|
providedIn: 'root',
|
|
@@ -8221,10 +8249,10 @@ class DisclaimerService {
|
|
|
8221
8249
|
constructor() {
|
|
8222
8250
|
this.disclaimer = 'disclaimer';
|
|
8223
8251
|
}
|
|
8224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8225
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8252
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DisclaimerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8253
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DisclaimerService, providedIn: 'root' }); }
|
|
8226
8254
|
}
|
|
8227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DisclaimerService, decorators: [{
|
|
8228
8256
|
type: Injectable,
|
|
8229
8257
|
args: [{
|
|
8230
8258
|
providedIn: 'root',
|
|
@@ -8258,10 +8286,10 @@ class LegalService {
|
|
|
8258
8286
|
disclaimer: this.disclaimerService.disclaimer,
|
|
8259
8287
|
};
|
|
8260
8288
|
}
|
|
8261
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8262
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8289
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LegalService, deps: [{ token: CountryService }, { token: SettingsService }, { token: RefundPolicyService }, { token: DisclaimerService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8290
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LegalService, providedIn: 'root' }); }
|
|
8263
8291
|
}
|
|
8264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LegalService, decorators: [{
|
|
8265
8293
|
type: Injectable,
|
|
8266
8294
|
args: [{
|
|
8267
8295
|
providedIn: 'root',
|
|
@@ -8294,10 +8322,10 @@ class EditSavedMethodsService {
|
|
|
8294
8322
|
return false;
|
|
8295
8323
|
});
|
|
8296
8324
|
}
|
|
8297
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8298
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8325
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EditSavedMethodsService, deps: [{ token: SavedMethodsService }, { token: SettingsService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8326
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EditSavedMethodsService, providedIn: 'root' }); }
|
|
8299
8327
|
}
|
|
8300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EditSavedMethodsService, decorators: [{
|
|
8301
8329
|
type: Injectable,
|
|
8302
8330
|
args: [{
|
|
8303
8331
|
providedIn: 'root',
|
|
@@ -8399,10 +8427,10 @@ class XhrActionService {
|
|
|
8399
8427
|
getPauseEvent() {
|
|
8400
8428
|
return this.entriesSubject.pipe(debounce(() => interval(this.pauseTime)), filter(() => this.isXhrActionStarted));
|
|
8401
8429
|
}
|
|
8402
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8403
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8430
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XhrActionService, deps: [{ token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8431
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XhrActionService, providedIn: 'root' }); }
|
|
8404
8432
|
}
|
|
8405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XhrActionService, decorators: [{
|
|
8406
8434
|
type: Injectable,
|
|
8407
8435
|
args: [{
|
|
8408
8436
|
providedIn: 'root',
|
|
@@ -8502,10 +8530,10 @@ class PerformanceService {
|
|
|
8502
8530
|
});
|
|
8503
8531
|
});
|
|
8504
8532
|
}
|
|
8505
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8506
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8533
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PerformanceService, deps: [{ token: UserBehaviourAnalyticsService }, { token: XhrActionService }, { token: windowToken }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8534
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PerformanceService, providedIn: 'root' }); }
|
|
8507
8535
|
}
|
|
8508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8536
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PerformanceService, decorators: [{
|
|
8509
8537
|
type: Injectable,
|
|
8510
8538
|
args: [{
|
|
8511
8539
|
providedIn: 'root',
|
|
@@ -8533,10 +8561,10 @@ class CombinedPaymentMethodsService {
|
|
|
8533
8561
|
savedMethods,
|
|
8534
8562
|
};
|
|
8535
8563
|
}
|
|
8536
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8537
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8564
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CombinedPaymentMethodsService, deps: [{ token: PaymentMethodsService }, { token: SavedMethodsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8565
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CombinedPaymentMethodsService, providedIn: 'root' }); }
|
|
8538
8566
|
}
|
|
8539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CombinedPaymentMethodsService, decorators: [{
|
|
8540
8568
|
type: Injectable,
|
|
8541
8569
|
args: [{
|
|
8542
8570
|
providedIn: 'root',
|
|
@@ -8564,10 +8592,10 @@ class CountriesApiService {
|
|
|
8564
8592
|
return value;
|
|
8565
8593
|
})));
|
|
8566
8594
|
}
|
|
8567
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8568
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8595
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountriesApiService, deps: [{ token: SecureApiClient }, { token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8596
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountriesApiService, providedIn: 'root' }); }
|
|
8569
8597
|
}
|
|
8570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountriesApiService, decorators: [{
|
|
8571
8599
|
type: Injectable,
|
|
8572
8600
|
args: [{
|
|
8573
8601
|
providedIn: 'root',
|
|
@@ -8673,10 +8701,10 @@ class SendInstructionService {
|
|
|
8673
8701
|
})
|
|
8674
8702
|
.pipe(map((response) => this.sendInstructionStatusResponseFactory(response, route))));
|
|
8675
8703
|
}
|
|
8676
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8677
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8704
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SendInstructionService, deps: [{ token: SecureApiClient }, { token: SettingsService }, { token: sendInstructionRequestFactoryToken }, { token: sendInstructionStatusResponseFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8705
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SendInstructionService, providedIn: 'root' }); }
|
|
8678
8706
|
}
|
|
8679
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SendInstructionService, decorators: [{
|
|
8680
8708
|
type: Injectable,
|
|
8681
8709
|
args: [{
|
|
8682
8710
|
providedIn: 'root',
|
|
@@ -8771,10 +8799,10 @@ class ScriptTrackerService {
|
|
|
8771
8799
|
this.currentScripts.add(script);
|
|
8772
8800
|
this.scriptTracked$.next();
|
|
8773
8801
|
}
|
|
8774
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8775
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8802
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ScriptTrackerService, deps: [{ token: UserBehaviourAnalyticsService }, { token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8803
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ScriptTrackerService, providedIn: 'root' }); }
|
|
8776
8804
|
}
|
|
8777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ScriptTrackerService, decorators: [{
|
|
8778
8806
|
type: Injectable,
|
|
8779
8807
|
args: [{
|
|
8780
8808
|
providedIn: 'root',
|
|
@@ -8947,13 +8975,16 @@ class CoreLibraryService {
|
|
|
8947
8975
|
get isApplePayInstantFlowEnabled() {
|
|
8948
8976
|
return this.settingsService.isApplePayInstantFlowEnabled;
|
|
8949
8977
|
}
|
|
8978
|
+
get isGooglePayInstantFlowEnabled() {
|
|
8979
|
+
return this.settingsService.isGooglePayInstantFlowEnabled;
|
|
8980
|
+
}
|
|
8950
8981
|
get commonLogAttributes() {
|
|
8951
8982
|
return this.commonLogAttributesService.getAttributes();
|
|
8952
8983
|
}
|
|
8953
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8954
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8984
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryService, deps: [{ token: SettingsService }, { token: LoggerService }, { token: CountryService }, { token: PaymentMethodsService }, { token: SavedMethodsService }, { token: UserBalanceService }, { token: PaymentConfigService }, { token: PaymentService }, { token: DeviceFingerPrintService }, { token: FinanceDetailsService }, { token: LegalService }, { token: StatusService }, { token: NextActionService }, { token: CreditCardService }, { token: CreditCardStateService }, { token: FormMessagesService }, { token: EditSavedMethodsService }, { token: UserBehaviourAnalyticsService }, { token: PerformanceService }, { token: CombinedPaymentMethodsService }, { token: CountriesApiService }, { token: SendInstructionService }, { token: ScriptTrackerService }, { token: i19.TranslateService }, { token: CommonLogAttributesService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8985
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryService, providedIn: 'root' }); }
|
|
8955
8986
|
}
|
|
8956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryService, decorators: [{
|
|
8957
8988
|
type: Injectable,
|
|
8958
8989
|
args: [{
|
|
8959
8990
|
providedIn: 'root',
|
|
@@ -8969,19 +9000,19 @@ class HttpExceptionsInterceptor {
|
|
|
8969
9000
|
return throwError(() => new HttpError(error, req));
|
|
8970
9001
|
}));
|
|
8971
9002
|
}
|
|
8972
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8973
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9003
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpExceptionsInterceptor, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9004
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpExceptionsInterceptor }); }
|
|
8974
9005
|
}
|
|
8975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9006
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpExceptionsInterceptor, decorators: [{
|
|
8976
9007
|
type: Injectable
|
|
8977
9008
|
}], ctorParameters: () => [{ type: i1$1.Router }] });
|
|
8978
9009
|
|
|
8979
9010
|
class ValidatorsModule {
|
|
8980
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8981
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8982
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
9011
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9012
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsModule, imports: [CommonModule] }); }
|
|
9013
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsModule, providers: [CreditCardMinLengthValidator, CreditCardMaxLengthValidator], imports: [CommonModule] }); }
|
|
8983
9014
|
}
|
|
8984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsModule, decorators: [{
|
|
8985
9016
|
type: NgModule,
|
|
8986
9017
|
args: [{
|
|
8987
9018
|
declarations: [],
|
|
@@ -8991,9 +9022,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
8991
9022
|
}] });
|
|
8992
9023
|
|
|
8993
9024
|
class FormModule {
|
|
8994
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8995
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8996
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
9025
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9026
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: FormModule, imports: [ReactiveFormsModule, ValidatorsModule] }); }
|
|
9027
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormModule, providers: [
|
|
8997
9028
|
FormService,
|
|
8998
9029
|
ControlConfigService,
|
|
8999
9030
|
CardNumberConverter,
|
|
@@ -9024,7 +9055,7 @@ class FormModule {
|
|
|
9024
9055
|
{ provide: convertersMapToken, useValue: convertersMap },
|
|
9025
9056
|
], imports: [ReactiveFormsModule, ValidatorsModule] }); }
|
|
9026
9057
|
}
|
|
9027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormModule, decorators: [{
|
|
9028
9059
|
type: NgModule,
|
|
9029
9060
|
args: [{
|
|
9030
9061
|
imports: [ReactiveFormsModule, ValidatorsModule],
|
|
@@ -9062,11 +9093,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
9062
9093
|
}] });
|
|
9063
9094
|
|
|
9064
9095
|
class PipesModule {
|
|
9065
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9066
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
9067
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
9096
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9097
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: PipesModule, declarations: [UnescapeHtmlPipe], exports: [UnescapeHtmlPipe] }); }
|
|
9098
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PipesModule, providers: [UnescapeHtmlPipe] }); }
|
|
9068
9099
|
}
|
|
9069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PipesModule, decorators: [{
|
|
9070
9101
|
type: NgModule,
|
|
9071
9102
|
args: [{
|
|
9072
9103
|
declarations: [UnescapeHtmlPipe],
|
|
@@ -9207,10 +9238,10 @@ class ApplePayCartService {
|
|
|
9207
9238
|
getTotalAmount(finance) {
|
|
9208
9239
|
return finance?.grand_total?.amount ?? finance?.total?.amount;
|
|
9209
9240
|
}
|
|
9210
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9211
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9241
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayCartService, deps: [{ token: UserBehaviourAnalyticsService }, { token: SummaryFinanceDetailsAdapterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9242
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayCartService, providedIn: 'root' }); }
|
|
9212
9243
|
}
|
|
9213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayCartService, decorators: [{
|
|
9214
9245
|
type: Injectable,
|
|
9215
9246
|
args: [{
|
|
9216
9247
|
providedIn: 'root',
|
|
@@ -9317,10 +9348,10 @@ class BraintreeHandler extends ApplePaySessionHandlerAbstract {
|
|
|
9317
9348
|
};
|
|
9318
9349
|
session.begin();
|
|
9319
9350
|
}
|
|
9320
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9321
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9351
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BraintreeHandler, deps: [{ token: windowToken }, { token: LoggerService }, { token: ApplePayCartService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9352
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BraintreeHandler }); }
|
|
9322
9353
|
}
|
|
9323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BraintreeHandler, decorators: [{
|
|
9324
9355
|
type: Injectable
|
|
9325
9356
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
9326
9357
|
type: Inject,
|
|
@@ -9409,10 +9440,10 @@ class CheckoutHandler extends ApplePaySessionHandlerAbstract {
|
|
|
9409
9440
|
};
|
|
9410
9441
|
session.begin();
|
|
9411
9442
|
}
|
|
9412
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9413
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9443
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckoutHandler, deps: [{ token: windowToken }, { token: i1.HttpClient }, { token: ApplePayCartService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9444
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckoutHandler }); }
|
|
9414
9445
|
}
|
|
9415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckoutHandler, decorators: [{
|
|
9416
9447
|
type: Injectable
|
|
9417
9448
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
9418
9449
|
type: Inject,
|
|
@@ -9420,9 +9451,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
9420
9451
|
}] }, { type: i1.HttpClient }, { type: ApplePayCartService }, { type: UserBehaviourAnalyticsService }] });
|
|
9421
9452
|
|
|
9422
9453
|
class PaymentBehaviourModule {
|
|
9423
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9424
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
9425
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
9454
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9455
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourModule, imports: [CommonModule] }); }
|
|
9456
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourModule, providers: [
|
|
9426
9457
|
PaymentBehaviourService,
|
|
9427
9458
|
{
|
|
9428
9459
|
provide: behaviourStrategiesToken,
|
|
@@ -9431,7 +9462,7 @@ class PaymentBehaviourModule {
|
|
|
9431
9462
|
...behaviourStrategies,
|
|
9432
9463
|
], imports: [CommonModule] }); }
|
|
9433
9464
|
}
|
|
9434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourModule, decorators: [{
|
|
9435
9466
|
type: NgModule,
|
|
9436
9467
|
args: [{
|
|
9437
9468
|
declarations: [],
|
|
@@ -9448,9 +9479,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
9448
9479
|
}] });
|
|
9449
9480
|
|
|
9450
9481
|
class CoreLibraryModule {
|
|
9451
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9452
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
9453
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
9482
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9483
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryModule, imports: [HttpClientModule, FormModule, PipesModule, PaymentBehaviourModule] }); }
|
|
9484
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryModule, providers: [
|
|
9454
9485
|
{
|
|
9455
9486
|
provide: HTTP_INTERCEPTORS,
|
|
9456
9487
|
useClass: HttpExceptionsInterceptor,
|
|
@@ -9504,7 +9535,7 @@ class CoreLibraryModule {
|
|
|
9504
9535
|
}),
|
|
9505
9536
|
], imports: [HttpClientModule, FormModule, PipesModule, PaymentBehaviourModule] }); }
|
|
9506
9537
|
}
|
|
9507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryModule, decorators: [{
|
|
9508
9539
|
type: NgModule,
|
|
9509
9540
|
args: [{
|
|
9510
9541
|
imports: [HttpClientModule, FormModule, PipesModule, PaymentBehaviourModule],
|
|
@@ -9629,10 +9660,10 @@ class PaymentSystemProcessingService {
|
|
|
9629
9660
|
isInitialized() {
|
|
9630
9661
|
return this.initialize.getValue();
|
|
9631
9662
|
}
|
|
9632
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9633
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9663
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSystemProcessingService, deps: [{ token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9664
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSystemProcessingService, providedIn: 'root' }); }
|
|
9634
9665
|
}
|
|
9635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSystemProcessingService, decorators: [{
|
|
9636
9667
|
type: Injectable,
|
|
9637
9668
|
args: [{
|
|
9638
9669
|
providedIn: 'root',
|
|
@@ -9707,10 +9738,10 @@ class GooglePayCheckoutPaymentService {
|
|
|
9707
9738
|
isCancelledStatus(statusCode) {
|
|
9708
9739
|
return statusCode.toLowerCase() === 'canceled';
|
|
9709
9740
|
}
|
|
9710
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9711
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9741
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayCheckoutPaymentService, deps: [{ token: PaymentSystemProcessingService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9742
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayCheckoutPaymentService, providedIn: 'root' }); }
|
|
9712
9743
|
}
|
|
9713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayCheckoutPaymentService, decorators: [{
|
|
9714
9745
|
type: Injectable,
|
|
9715
9746
|
args: [{
|
|
9716
9747
|
providedIn: 'root',
|
|
@@ -9824,10 +9855,10 @@ class GooglePayInstantPaymentService {
|
|
|
9824
9855
|
getTotalAmount(finance) {
|
|
9825
9856
|
return finance?.grand_total?.amount ?? finance?.total?.amount;
|
|
9826
9857
|
}
|
|
9827
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9828
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9858
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantPaymentService, deps: [{ token: SummaryFinanceDetailsAdapterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9859
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantPaymentService, providedIn: 'root' }); }
|
|
9829
9860
|
}
|
|
9830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantPaymentService, decorators: [{
|
|
9831
9862
|
type: Injectable,
|
|
9832
9863
|
args: [{
|
|
9833
9864
|
providedIn: 'root',
|
|
@@ -10067,10 +10098,10 @@ class GooglePayService {
|
|
|
10067
10098
|
}
|
|
10068
10099
|
return allowedLocales.find((locale) => locale === userLocale) ?? 'en';
|
|
10069
10100
|
}
|
|
10070
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10071
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10101
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayService, deps: [{ token: windowToken }, { token: LoggerService }, { token: PaymentSystemProcessingService }, { token: GooglePayCheckoutPaymentService }, { token: GooglePayInstantPaymentService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10102
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayService, providedIn: 'root' }); }
|
|
10072
10103
|
}
|
|
10073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayService, decorators: [{
|
|
10074
10105
|
type: Injectable,
|
|
10075
10106
|
args: [{
|
|
10076
10107
|
providedIn: 'root',
|
|
@@ -10189,10 +10220,10 @@ class ApplePayParamsBuilderService {
|
|
|
10189
10220
|
const finance = summary?.finance;
|
|
10190
10221
|
return finance?.grand_total?.currency ?? finance?.total?.currency ?? '';
|
|
10191
10222
|
}
|
|
10192
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10193
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10223
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayParamsBuilderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10224
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayParamsBuilderService, providedIn: 'root' }); }
|
|
10194
10225
|
}
|
|
10195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayParamsBuilderService, decorators: [{
|
|
10196
10227
|
type: Injectable,
|
|
10197
10228
|
args: [{
|
|
10198
10229
|
providedIn: 'root',
|
|
@@ -10275,10 +10306,10 @@ class ApplePaySdkService {
|
|
|
10275
10306
|
const scriptsElements = this.window.document.querySelectorAll('script');
|
|
10276
10307
|
return Array.from(scriptsElements).some((element) => element.src === this.jsSdk);
|
|
10277
10308
|
}
|
|
10278
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10279
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10309
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePaySdkService, deps: [{ token: windowToken }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10310
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePaySdkService, providedIn: 'root' }); }
|
|
10280
10311
|
}
|
|
10281
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePaySdkService, decorators: [{
|
|
10282
10313
|
type: Injectable,
|
|
10283
10314
|
args: [{
|
|
10284
10315
|
providedIn: 'root',
|
|
@@ -10313,10 +10344,10 @@ class SocketBridgeService {
|
|
|
10313
10344
|
responseType: 'json',
|
|
10314
10345
|
}));
|
|
10315
10346
|
}
|
|
10316
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10317
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10347
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SocketBridgeService, deps: [{ token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10348
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SocketBridgeService, providedIn: 'root' }); }
|
|
10318
10349
|
}
|
|
10319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SocketBridgeService, decorators: [{
|
|
10320
10351
|
type: Injectable,
|
|
10321
10352
|
args: [{
|
|
10322
10353
|
providedIn: 'root',
|
|
@@ -10371,10 +10402,10 @@ class ApplePayExternalWindowCommunicationService {
|
|
|
10371
10402
|
return JSON.parse(message);
|
|
10372
10403
|
}), filter(eventHandler));
|
|
10373
10404
|
}
|
|
10374
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10375
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayExternalWindowCommunicationService, deps: [{ token: windowToken }, { token: WebSocketFactory }, { token: SocketBridgeService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10406
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayExternalWindowCommunicationService, providedIn: 'root' }); }
|
|
10376
10407
|
}
|
|
10377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayExternalWindowCommunicationService, decorators: [{
|
|
10378
10409
|
type: Injectable,
|
|
10379
10410
|
args: [{
|
|
10380
10411
|
providedIn: 'root',
|
|
@@ -10620,10 +10651,10 @@ class ApplePayService {
|
|
|
10620
10651
|
this.applePayQrOpened.next();
|
|
10621
10652
|
}
|
|
10622
10653
|
}
|
|
10623
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10624
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10654
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayService, deps: [{ token: windowToken }, { token: SummaryFinanceDetailsAdapterService }, { token: BraintreeHandler }, { token: CheckoutHandler }, { token: ApplePayParamsBuilderService }, { token: LoggerService }, { token: ApplePaySdkService }, { token: ApplePayExternalWindowCommunicationService }, { token: UserBehaviourAnalyticsService }, { token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10655
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayService, providedIn: 'root' }); }
|
|
10625
10656
|
}
|
|
10626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10657
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayService, decorators: [{
|
|
10627
10658
|
type: Injectable,
|
|
10628
10659
|
args: [{
|
|
10629
10660
|
providedIn: 'root',
|