- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
If you only sell User Upgrades, and you do NOT sell physical items, then you can prevent the newest Paypal Rest API from asking for a shipping address.
Just add this code
PHP:
Just add this code
'shipping_preference' => 'NO_SHIPPING'
just after Line 237 in your /src/XF/Payment/PayPalRest.php
file on your server.PHP: