You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -
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.
The text was updated successfully, but these errors were encountered:
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
newspack-plugin/includes/reader-revenue/stripe/class-stripe-connection.php
Line 567 in aa7c696
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.
The text was updated successfully, but these errors were encountered: