badgerherald/donate

Change subscriptions to be a multiple of $1, instead of 1¢

Closed this issue · 1 comments

Right now stripe's default receipts for e.g. a $75 subscription looks like:

7500 x monthly

Because the subscription is defined as 7500 cents each month.

The receipt would be cleaner if the subscription was based on a $1 amount to make it:

75 x month

Fixed by moving to stripe products instead of plans