我在哪里可以在沙盒 paypal 中查看和编辑此手机号码下拉列表?

时间:2021-05-19 13:24:52

标签: paypal-sandbox

如果我输入任何号码,它不应该有下拉菜单,默认只有 +63,这是菲律宾的默认手机号码。 enter image description here

enter image description here

这是我的贝宝沙箱捐赠按钮代码

                  <form action="https://www.sandbox.paypal.com/donate" method="post" target="_top">
              <input type="hidden" name="hosted_button_id" value="S5ANFRH53ER46" />
              <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
              <input type="hidden" name="business" value="sb-clp2k5806930@business.example.com">
              <input type="hidden" name="currency_code" value="PHP">
              <input type="hidden" name="lc" value="PH">
              <img alt="" border="0" src="https://www.sandbox.paypal.com/en_PH/i/scr/pixel.gif" width="1" height="1" />
              </form>

1 个答案:

答案 0 :(得分:2)

无法更改屏幕截图中 PayPal 登录页面的布局或行为。

正如您在类似问题 Is there any way to make a default mobile number in Sandbox Paypal? 中所回答的,初始语言环境取自浏览器,也可以使用 public function isUpdated(string $productId) { try { $productModel = (new PrestaShopCollection(ProductDataModel::class)) ->where( 'id_product', '=', $productId ) ->getFirst(); $productModel->is_updated = true; return $productModel->update(); } catch (Exception $exception) { PrestaShopLogger::addLog($exception->getMessage()); } return false; } 设置默认语言环境,尽管它可能不被使用。登录页面的行为还取决于 GeoIP 国家/地区以及之前登录的 cookie。