Я использую PayPal на своем веб-сайте, но страна не меняется, когда я выписываюсь.Пожалуйста, смотрите мой код ниже:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<div class="form-group">
<input type="hidden" name="address_override" value="1">
<input type="hidden" name="address1" value="Shipping Address">
<input type="hidden" name="address2" value="Building name and office number">
<input type="hidden" name="city" value="Tokyo">
<input type="hidden" name="zip" value="2024">
<input type="hidden" name="country" value="JP">
</div>
</form>