mozrest-sdk-react-dev 0.3.13 → 0.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mozrest-sdk.es.js +3 -1
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -3301,7 +3301,8 @@ const config$1 = {
|
|
|
3301
3301
|
paddle_product_id: "42937",
|
|
3302
3302
|
stripe_client_id: "ca_RfFkg4XcsD2iyNPdUyCt7qpmrIGo4Ixb",
|
|
3303
3303
|
stripe_publish_key: "pk_test_2343823823823",
|
|
3304
|
-
stripe_gateway_url: "https://stripe-gateway.dev.mozrest.com/mozrest-stripe-handler_local"
|
|
3304
|
+
stripe_gateway_url: "https://stripe-gateway.dev.mozrest.com/mozrest-stripe-handler_local",
|
|
3305
|
+
env: "dev"
|
|
3305
3306
|
};
|
|
3306
3307
|
const refreshToken = async () => {
|
|
3307
3308
|
try {
|
|
@@ -129980,6 +129981,7 @@ function Main({
|
|
|
129980
129981
|
} = useTranslation();
|
|
129981
129982
|
const [currentVenue, setCurrentVenue] = useState(null);
|
|
129982
129983
|
const [canEdit, setCanEdit] = useState(false);
|
|
129984
|
+
console.log(config$1.env, "LOL");
|
|
129983
129985
|
const {
|
|
129984
129986
|
data: data2,
|
|
129985
129987
|
reload
|