pronamic / wp-pronamic-pay

The Pronamic Pay plugin allows you to easily accept payments with payment methods like credit card, iDEAL, Bancontact and Sofort through a variety of payment providers on your WordPress website.
https://pronamicpay.com
35 stars 14 forks source link

Customer specific: delete subscriptions that are not subscriptions? #222

Closed remcotolsma closed 2 years ago

rvdsteege commented 3 years ago

Could we use the _pronamic_subscription_mollie_mandate_id meta for cleanup? Subscription without mandate are 'incomplete'?

remcotolsma commented 2 years ago

No action is required for now, should a customer nevertheless want to remove failed or pending subscriptions, this can be achieved via WP-CLI:

🚨 Danger Zone 🚨

wp post delete $( wp post list --post_type=pronamic_pay_subscr --post_status=subscr_failed --format=ids )