> // == PAGES // == HOME define('HOME_TITLE', 'HOME_TITLE'); define('HOME_CONTENT', 'HOME_CONTENT'); // == PAGE_LINK define('PAGE_LINK_TITLE', 'PAGE_LINK_TITLE'); define('PAGE_LINK_CONTENT', 'PAGE_LINK_CONTENT'); //==========>> define('WALLET_TOP_UP_TITLE','Your e-wallet by iovation'); define('WALLET_TOP_UP_CONTENT_1','Provide your login credential and the amount you wish to top-up.'); define('WALLET_TOP_UP_CONTENT_2', '

You need to provide mock-up login credentials. You can use your email or invent an email but please ensue that you can remember the email and use the same email during testing. The email provide is converted in to a GDPR compliant fingerprint and stored on iovations servers. We use the email only as an account identifier. You can invent a password and don`t need to remember this, we are not useing password verification for this mock-up demonstration.

You can controle the result of the fraud screening.

Any amount below 100.00 will result in ALLOWED.
Any amount between 100.01 and 199.99 will result in REVIEW
Any amount over 200.00 will result in DENIED

'); //==========>> define('WALLET_CHECKOUT_A_TITLE','Card Payment'); define('WALLET_CHECKOUT_A_CONTENT_1','This was a low risk transaction, therefore no liability shift through 3D secure is required.'); define('WALLET_CHECKOUT_A_CONTENT_2','

Please provide a credit card number for testing. This can be any random number of 16 digits.For the card expiry date, take any date from 2019 to 2029 and 4 random digits for the CVV number.

' ); define('WALLET_CHECKOUT_AMT_FINAL', 'You will top up '); define('WALLET_CHECKOUT_SUBMIT', 'execute top up'); //==========>> define('WALLET_CHECKOUT_D_TITLE', 'SEPA Instant Bank Payment'); define('WALLET_CHECKOUT_D_CONTENT_1','This was a high risk transaction, therefore only SEPA instant bank payment is offerd.'); define('WALLET_CHECKOUT_D_CONTENT_2','

Please provide a IBAN number for testing. This can be any random number of 16 digits.

' ); //==========>> define('WALLET_CHECKOUT_R_TITLE', 'Card Payment'); define('WALLET_CHECKOUT_R_CONTENT_1','This was a medium risk transaction, therefore a liability shift through 3D secure is initiated.'); define('WALLET_CHECKOUT_R_CONTENT_2','

Please provide a credit card number for testing. This can be any random number of 16 digits.For the card expiry date, take any date from 2019 to 2029 and 4 random digits for the CVV number.

' ); //==========>>