@cloudcommerce/app-pagarme-v5 2.41.11 → 2.41.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -294,7 +294,7 @@ const handleWehook = async (req, res) => {
294
294
  }
295
295
  return res.sendStatus(405);
296
296
  }
297
- return res.sendStatus(405);
297
+ return res.sendStatus(204);
298
298
  } catch (error) {
299
299
  logger.error(error);
300
300
  const errCode = 'WEBHOOK_PAGARME_INTERNAL_ERR';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/app-pagarme-v5",
3
3
  "type": "module",
4
- "version": "2.41.11",
4
+ "version": "2.41.12",
5
5
  "description": "e-com.plus Cloud Commerce app to integrate Pagar.me API v5 with recurring payments",
6
6
  "main": "lib/index.js",
7
7
  "exports": {
@@ -31,12 +31,12 @@
31
31
  "axios": "^1.8.4",
32
32
  "firebase-admin": "^13.2.0",
33
33
  "firebase-functions": "^6.3.2",
34
- "@cloudcommerce/api": "2.41.11",
35
- "@cloudcommerce/firebase": "2.41.11"
34
+ "@cloudcommerce/api": "2.41.12",
35
+ "@cloudcommerce/firebase": "2.41.12"
36
36
  },
37
37
  "devDependencies": {
38
- "@cloudcommerce/test-base": "2.41.11",
39
- "@cloudcommerce/types": "2.41.11"
38
+ "@cloudcommerce/test-base": "2.41.12",
39
+ "@cloudcommerce/types": "2.41.12"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "bash scripts/build.sh",