Changing the default Billing address from US to Australia

niteshsethia11
Contributor
Contributor

Hi team,

 

I am working on an integration between the Drupal platform and Paypal. On the checkout page, I see 2 options, Paypal and Debit & Credit Card.

 

When i click on the Paypal option, a popup opens up which asks me to login using my Paypal username and Password and everything works as expected.

When i click on Debit & Credit card, it opens up a form which ask me to add the Card details and my Billing information. The Default country for the Billing address is US and I would like to change it to Australia. Can you please help us with making that change?

 

Snip20200813_1.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Thanks,

Nitesh Sethia

Login to Me Too
2 REPLIES 2

griit
New Community Member

add "locale=en_AU" to force Australia eg. below.

 

<script src="https://www.paypal.com/sdk/js?client-id=sb&currency=AUD&locale=en_AU" data-sdk-integration-source="button-factory"></script>

Login to Me Too

AngieZ-73
New Community Member

where do i add this

or

do i need to edit it.

if so, where can i find this

<script src="https://www.paypal.com/sdk/js?client-id=sb&currency=AUD&locale=en_AU" data-sdk-integration-source="button-factory"></script>

Login to Me Too

Haven't Found your Answer?

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