Skip to content

Commit b948ba5

Browse files
committed
chore: committing the built /cartridge folder
1 parent e8e7de9 commit b948ba5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cartridges/bm_adyen/cartridge/scripts/managementApi.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ function fetchAllStores() {
3232
}
3333
return stores;
3434
}
35-
module.exports = fetchAllStores;
35+
module.exports = {
36+
fetchAllStores: fetchAllStores
37+
};

0 commit comments

Comments
 (0)