OptionalcustomerOptionalepmsOptionalepmsOptionalepmsOptionalepmsOptionalepmsOptionalepmsOptionalepmsOptionalepmsOptionalepmsOptionali18nOptionalnavigationOptionalrecaptchaOptionalsubscriptionOptionaltransactionCompute the EPMS config to retrive based on the environment.
Use this accessor to retrieve the EMPS configuration options, which are correctly resolved based on environment and test mode.
Avoid accessing properties directly from the epms or epmsDemo
properties as these are not dynamic, unless there is a specific reason to
do so.
URL for endpoints defined in the Widget API project.
Here we check for the presence of raw values in the config, we do not resolve them (they may be specified with conditions). If any of "modern" config options are truthy (undefined by default), then we know that the "modern" cover fees are used instead of the "legacy" ones.
Returns the name of the customer widget config. Falls back to "tamaro-core" if "configEnv.WIDGET_UUID" is not specified.
In case non-standard "payment_uuid" or "subscription_uuid" params are present, we need to redirect to the same url, but with "epms_payment_uuid" and "epms_subscription_uuid" params instead. This happens after redirect from 3D Secure confirmation page using Stripe payment provider with EPMS flow. We also clear other not needed params. This computed getter returns params to remap or undefined if no remapping is needed.
Card numbers for testing 3D Secure is here: https://stripe.com/docs/testing?testing-method=card-numbers#regulatory-cards
Deprecated
The method should not be used