Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
🐛 Use /billing/link URL for billing portal
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Nov 18, 2020
1 parent dba69e1 commit 79ddd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/stripe/stripe-billing.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class StripeBillingController {
return this.stripeService.deleteCustomer(groupId);
}

@Post()
@Post('link')
@AuditLog('billing-portal')
@Scopes('group-{groupId}:write-billing')
async getSession(
Expand Down

0 comments on commit 79ddd03

Please sign in to comment.