Confirmed users
483
edits
| Line 370: | Line 370: | ||
*** Launch B2G-desktop again. You should be able to navigate to https://webvpn.tid.es from the Gaia system app, that means that the certificates has been properly stored. | *** Launch B2G-desktop again. You should be able to navigate to https://webvpn.tid.es from the Gaia system app, that means that the certificates has been properly stored. | ||
*** Add the following preferences to your Gaia profile (as explained in [Testing against a Mock Payment Provider]): | *** Add the following preferences to your Gaia profile (as explained in [Testing against a Mock Payment Provider]): | ||
<code> | <code> | ||
user_pref("dom.payment.provider.0.name", "blueviasimple"); | user_pref("dom.payment.provider.0.name", "blueviasimple"); | ||
user_pref("dom.payment.provider.0.description", "Telefónica BlueVia simple flow"); | user_pref("dom.payment.provider.0.description", "Telefónica BlueVia simple flow"); | ||
user_pref("dom.payment.provider.0.type", "tu.com/payments/v1/simplepay"); | user_pref("dom.payment.provider.0.type", "tu.com/payments/v1/simplepay"); | ||
user_pref("dom.payment.provider.0.uri", "https://id.tda-qa-01.hi.inet/en/payments/v1/simplepay?req="); | user_pref("dom.payment.provider.0.uri", "https://id.tda-qa-01.hi.inet/en/payments/v1/simplepay?req="); | ||
user_pref("dom.payment.provider.0.requestMethod", "GET"); | user_pref("dom.payment.provider.0.requestMethod", "GET"); | ||
user_pref("dom.payment.provider.1.name", "bluevia"); | user_pref("dom.payment.provider.1.name", "bluevia"); | ||
user_pref("dom.payment.provider.1.description", "Telefónica BlueVia flow"); | user_pref("dom.payment.provider.1.description", "Telefónica BlueVia flow"); | ||
user_pref("dom.payment.provider.1.type", "tu.com/payments/v1/pay"); | user_pref("dom.payment.provider.1.type", "tu.com/payments/v1/pay"); | ||
user_pref("dom.payment.provider.1.uri", "https://id.tda-qa-01.hi.inet/en/payments/v1/pay?req="); | user_pref("dom.payment.provider.1.uri", "https://id.tda-qa-01.hi.inet/en/payments/v1/pay?req="); | ||
user_pref("dom.payment.provider.1.requestMethod", "GET"); | user_pref("dom.payment.provider.1.requestMethod", "GET"); | ||
</code> | </code> | ||
If everything went well, you should be able to start testing against BlueVia. | If everything went well, you should be able to start testing against BlueVia. | ||