We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53949d4 commit 9e0764fCopy full SHA for 9e0764f
functions/lib/store-api/get-app-data.js
@@ -1,7 +1,7 @@
1
// handle Store API errors
2
const errorHandling = require('./error-handling')
3
4
-module.exports = ({ appSdk, storeId, auth }, getHiddenData) => {
+module.exports = ({ appSdk, storeId, auth }, getHiddenData = true) => {
5
// read configured options from app data
6
// https://developers.e-com.plus/docs/api/#/store/applications/applications
7
let apiRequest
0 commit comments