Have Paypal Check Out Button redirect to Payment page with 'Pay with a debit or credit card' heading -


couldn't find definitive answer online.

right now, when clicking on 'check out paypal' standard payments button on website, users redirected login page 2 options: 'pay paypal account' or 'don't have paypal account' enter image description here

my question how can 'don't have paypal account?' text instead 'pay debit or credit card' i've seen in screenshots (see below). enter image description here know login page displays differently depending on users cookies, i've tried different cookie combinations , still can't 'don't have paypal account?' text change.

thanks help!

if express checkout, may looking adding solutiontype=sole initial setexpresscheckout api request

but, screenshot, think bottom accepting credit cards guest checkout / account optional, joining paypal looks "(optional)". when click expand section?

keep in mind automatically expanded customers don't have paypal account email stored in browser cookies. (e.g. if brand new computer or they'd never used paypal before). test condition, use chrome's incognito mode or firefox private browsing mode , see behavior no paypal email in cookies.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -