Skip to content

Commit

Permalink
chore: bump version 0.0.1-alpha142-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
acnormun committed Jan 16, 2025
1 parent f13df39 commit 87c265d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vtex-webapp",
"private": true,
"version": "0.0.1-alpha141-staging",
"version": "0.0.1-alpha142-staging",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
3 changes: 2 additions & 1 deletion src/services/channel.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import { toast } from "@vtex/shoreline";
import getEnv from "../utils/env";

export async function checkWppIntegration(project_uuid: string, token: string) {
console.log('checando o zap', )
console.log('checando o zap', )
const integrationsAPI = getEnv('VITE_APP_INTEGRATIONS_URL') || '';
const apiUrl = `${integrationsAPI}/api/v1/commerce/check-whatsapp-integration?project_uuid=${project_uuid}`
console.log('dados', integrationsAPI, apiUrl)
try {
const response = await fetch(apiUrl, {
method: 'GET',
Expand Down

0 comments on commit 87c265d

Please sign in to comment.