Paypal Sandbox: Using cc number for multiple email addresses

好久不见. 提交于 2019-12-13 05:02:24

问题


I want to use selenium for my smoke test. When I test it manually from my desktop, it works just fine. But it always failed in the automated test with the error of: unabel to use cc because it's already registered with other email address or something like that.

How to get away from this inconsistent behaviour?


回答1:


Yes, Paypal already lifted the requirement of logging in into developer site in order to use sandbox site (https://stackoverflow.com/a/15508134/420203). However it will always trigger a "create new user" scenario. The error message will be something around: you cannot use the cc number linked to another email (probably from the billing info).

To remove this limitation, always sign in into dev portal before using sandbox site.



来源:https://stackoverflow.com/questions/26049599/paypal-sandbox-using-cc-number-for-multiple-email-addresses

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!