VisEntities
Active Member
A user completed a purchase, and the payment went through successfully during the payment process. However, in the Sell dashboard, the transaction still shows as "Unpaid"
There’s also a server error being logged:
Stack trace:
Request state:


There’s also a server error being logged:
Code:
ErrorException: [E_WARNING] Attempt to read property "transaction_id" on null
File: src/addons/XFA/RMMarketplace/Purchasable/MarketplacePurchase.php:226
Generated by: Unknown account on Apr 20, 2025 at 7:34 PM
Code:
#0 src/addons/XFA/RMMarketplace/Purchasable/MarketplacePurchase.php(226): XF::handlePhpError(2, '[E_WARNING] Att...', 's...', 226)
#1 src/XF/Payment/AbstractProvider.php(212): XFA\RMMarketplace\Purchasable\MarketplacePurchase->completePurchase(Object(XF\Payment\CallbackState))
#2 payment_callback.php(67): XF\Payment\AbstractProvider->completeTransaction(Object(XF\Payment\CallbackState))
#3 {main}
Code:
array(4) {
["url"] => string(40) "/payment_callback.php?_xfProvider=stripe"
["referrer"] => bool(false)
["_GET"] => array(1) {
["_xfProvider"] => string(6) "stripe"
}
["_POST"] => array(0) {
}
}

