Skip to content

Commit 7579a4f

Browse files
authored
Update packages/apps/tiny-erp/src/integration/import-product-from-tiny.ts
1 parent 681f366 commit 7579a4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/apps/tiny-erp/src/integration/import-product-from-tiny.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import postTiny from './post-tiny-erp';
66
import parseProduct from './parsers/product-from-tiny';
77

88
const getPriceListData = async (productId: number) => {
9-
const priceListId = process.env.TINY_PRICE_LIST_ID;
9+
const priceListId = process.env.TINYERP_PRICE_LIST_ID;
1010
if (!priceListId) return undefined;
1111
try {
1212
const { registros } = await postTiny('/listas.precos.excecoes.php', {

0 commit comments

Comments
 (0)