We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681f366 commit 7579a4fCopy full SHA for 7579a4f
1 file changed
packages/apps/tiny-erp/src/integration/import-product-from-tiny.ts
@@ -6,7 +6,7 @@ import postTiny from './post-tiny-erp';
6
import parseProduct from './parsers/product-from-tiny';
7
8
const getPriceListData = async (productId: number) => {
9
- const priceListId = process.env.TINY_PRICE_LIST_ID;
+ const priceListId = process.env.TINYERP_PRICE_LIST_ID;
10
if (!priceListId) return undefined;
11
try {
12
const { registros } = await postTiny('/listas.precos.excecoes.php', {
0 commit comments