Commit f611744c authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

test console

1 merge request!460WIP: [Sprint/JollyJellyfish](feat) Plus tiers engine#578
Pipeline #73787016 running with stages
......@@ -70,6 +70,7 @@ export class PlusSubscriptionComponent {
}
async purchase(amount: number = 20, period: 'month' | 'year' = 'month') {
console.log("Purchased");
if (!this.session.isLoggedIn()) {
this.modal.open();
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment