The card fields

CEREC
New Community Member

Hello, when I render prefilled card fields, the payer information surname won't show. 

I tried surname - family_name - familyName -family_Name but nothing worked?

 

The Code:

 

paypal.Buttons({
createOrder: function(data, actions) {
// This function sets up the details of the transaction, including the amount and line item details.
return actions.order.create({
payer: {
name: {
given_name: 'Tommy',
family_name: 'Byer'
},
address: {

...

 

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.