Преглед изворни кода

fix(vpaas) send jitsiMeetId instead of billingId

master
Tudor-Ovidiu Avram пре 4 година
родитељ
комит
831c5ba59d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      react/features/billing-counter/constants.js

+ 1
- 1
react/features/billing-counter/constants.js Прегледај датотеку

@@ -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.

Loading…
Откажи
Сачувај