Przeglądaj źródła

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

fix(vpaas) send jitsiMeetId instead of billingId
j8
Avram Tudor 4 lat temu
rodzic
commit
e1c5b1e626
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      react/features/billing-counter/constants.js

+ 1
- 1
react/features/billing-counter/constants.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz