Fixed Problem getting PayPal product

Nirjonadda

Well-known member
Affected version
2.3.0
Server error log on Account upgrades.

Code:
ErrorException: Problem getting PayPal product (user_upgrade_1): The specified resource does not exist. src/XF/Error.php:82

Generated by: Nirjonmela Jul 6, 2024 at 4:14 AM

Stack trace

#0 src/XF.php(257): XF\Error->logError('Problem getting...', false)
#1 src/XF/Payment/PayPalRest.php(351): XF::logError('Problem getting...')
#2 src/XF/Payment/PayPalRest.php(388): XF\Payment\PayPalRest->getProductById(Object(XF\Purchasable\Purchase), 'user_upgrade_1')
#3 src/XF/Pub/Controller/PurchaseController.php(35): XF\Payment\PayPalRest->initiatePayment(Object(XF\Pub\Controller\PurchaseController), Object(XF\Entity\PurchaseRequest), Object(XF\Purchasable\Purchase))
#4 src/XF/Mvc/Dispatcher.php(362): XF\Pub\Controller\PurchaseController->actionIndex(Object(XF\Mvc\ParameterBag))
#5 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Purchase', 'Index', Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\PurchaseController), NULL)
#6 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\PurchaseController), NULL)
#7 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#8 src/XF/App.php(2777): XF\Mvc\Dispatcher->run()
#9 src/XF.php(798): XF\App->run()
#10 index.php(23): XF::runApp('XF\\Pub\\App')
#11 {main}

Request state

array(4) {
  ["url"] => string(41) "/purchase/user_upgrade/?user_upgrade_id=1"
  ["referrer"] => string(39) "/account/upgrades"
  ["_GET"] => array(1) {
    ["user_upgrade_id"] => string(1) "1"
  }
  ["_POST"] => array(5) {
    ["_xfToken"] => string(8) "********"
    ["payment_profile_id"] => string(1) "5"
    ["_xfRequestUri"] => string(17) "/account/upgrades"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.3).

Change log:
Fix error handling for fetching/creating PayPal products and plans
There may be a delay before changes are rolled out to the XenForo Community.
 
Back
Top Bottom