VisEntities
Active Member
I'm getting this error in the server logs when Stripe processes a payment callback:

Code:
ErrorException: [E_WARNING] Attempt to read property "status" on null src/addons/XFA/RMMarketplace/Purchasable/MarketplacePurchase.php:269
Generated by: Unknown account May 6, 2025 at 9:54 AM
Stack trace
#0 src/addons/XFA/RMMarketplace/Purchasable/MarketplacePurchase.php(269): XF::handlePhpError(2, '[E_WARNING] Att...', 's...', 269)
#1 src/XF/Payment/AbstractProvider.php(228): XFA\RMMarketplace\Purchasable\MarketplacePurchase->reversePurchase(Object(XF\Payment\CallbackState))
#2 payment_callback.php(67): XF\Payment\AbstractProvider->completeTransaction(Object(XF\Payment\CallbackState))
#3 {main}
Request state
array(4) {
["url"] => string(40) "/payment_callback.php?_xfProvider=stripe"
["referrer"] => bool(false)
["_GET"] => array(1) {
["_xfProvider"] => string(6) "stripe"
}
["_POST"] => array(0) {
}
}
