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
{{ message }}
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
Remember that the montly recurring revenue does not equal charges. For example, if a customer upgrades from a $29 plan to a $79 plan today, they will pro-rated for the rest of their billing period. That means you did not make the $79 yet, but you'll make the difference next month. For hard cash, use charges.
121
+
122
+
#### Plans
123
+
124
+
It's also interesting to know what plans the subscriptions are being set at. You can select the subscriptions that fall under that plan:
125
+
126
+
```js
127
+
var mrr =customers.subscriptions().active().plan('startup').mrr();
128
+
console.log('We made $'+ mrr +' off the startup plan!');
0 commit comments