Merge pull request #8799 from jitsi/tavram/billing-id

fix(vpaas) send jitsiMeetId instead of billingId
This commit is contained in:
Avram Tudor 2021-03-15 15:54:57 +02:00 committed by GitHub
commit e1c5b1e626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/** /**
* The key for the billing id stored in localStorage. * The key for the billing id stored in localStorage.
*/ */
export const BILLING_ID = 'billingId'; export const BILLING_ID = 'jitsiMeetId';
/** /**
* The prefix for the vpaas tenant. * The prefix for the vpaas tenant.