Paypal: "Hi Eugene. Not You?" message - nameOnButton.gif appearing erroneously - Digital Goods Express Checkout -
when using digital goods express checkout, calling dgflow on pay button causes text "hi eugene. not you?" appear above pay button. occurs when returning page , can replicated loading below codepen , refreshing.
this occurring in both live , sandboxed environment.
var embeddedppflow = new paypal.apps.dgflow({trigger: 'submitbtn'}); p.s. name not eugene
http://codepen.io/anon/pen/bdvzyx

paypal adds greeting currently-cookied user on machine. if begin checkout, paypal query (the currently-cookied user) account begin checkout process, , depending upon outcome of security checks may permit check out without logging in again each payment.
"eugene" name on 1 of sandbox accounts. paypal sees cookie when running live transactions, (of course) not permit sandbox account make live transactions; when "real" paypal code runs (once button clicked) sandbox account information rejected , user prompted log in.
this 1 of several ways sandbox , live paypal cookies can interact bit oddly; fortunately none of these interactions fatal , affect developer; customers not have paypal sandbox accounts cookied on computer.
and confirmation, running provided snippet on machine not greet eugene :).
Comments
Post a Comment