Ability to modify product name and pricing description when the Reader Revenue platform is set to Stripe
gusaus opened this issue · 0 comments
Is your feature request related to a problem? Please describe.
When using Stripe as the Reader Revenue platform, the following products and pricing are generated for recurring subscriptions -
It looks like the products and prices are generated in https://github.com/Automattic/newspack-plugin/blob/master/includes/reader-revenue/stripe/class-stripe-connection.php where "Newspack" is hard coded into the product names (Newspack Monthly Donation, Newspack Annual Donation).
The prices are created using Tiered volume pricing
Which results in a unit price and quantity being displayed on the receipt or invoice (for example)
Describe the solution you'd like
Ideally, the product names could be modified (somewhere in the Reader Revenue settings?) and the unit price and quantity would be hidden from the invoice and receipts generated by Stripe.