Home › Forums › Stripe Payments Plugin › Subscription update seems to give wrong description to single paymen › Reply To: Subscription update seems to give wrong description to single paymen
Some additional info: I checked on the events log for payments from that other non-Wordpress application, and the log tells me that it was initially received with the correct description (coming from their app), and this was followed by an additional request, updating it to the wrong description (coming from WordPress):
Source Stripe/v1 PhpBindings/7.28.1 Stripe Payments/2.0.43 (https://wordpress.org/plugins/stripe-payments/)
POST /v1/payment_intents/pi_xxx
200 OK
View log detail
Request parameters
{
“description”: “Summit – Payment Plan 2 (3x USD 370.-) (2 of 3)”
}
So it seems that the plugin on WP is doing “rogue updates”? Btw. is there a link to the previous version of the plugin?