【问题标题】:Cannot modify country in paypal无法在paypal中修改国家
【发布时间】:2018-11-06 18:18:23
【问题描述】:

我正在我的网站上实施贝宝付款,但在我结帐时国家/地区没有改变。请参阅下面的代码:

<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>

【问题讨论】:

    标签: html paypal payment


    【解决方案1】:

    如果您正在创建托管按钮,那么您要设置的变量需要在 PayPal 托管按钮页面上设置。

    您可以修改托管按钮并尝试添加它。供您参考的链接:

    https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/buy_now_step_1/ https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/

    【讨论】:

      猜你喜欢
      • 2021-08-02
      • 2018-04-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-04-02
      • 2013-06-12
      • 2020-01-01
      • 2013-05-30
      相关资源
      最近更新 更多