washday-sdk 1.5.0 → 1.5.1

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.
@@ -8,7 +8,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  const BASE_ROUTER = 'api/integrations';
11
- const BASE_ROUTER_MP_ATTEMPTS = 'api/mercadopago/attempts';
11
+ const BASE_ROUTER_MP_ATTEMPTS = 'api/payments/mp/attempts';
12
12
  export const startMPOAuthFlow = function (data) {
13
13
  return __awaiter(this, void 0, void 0, function* () {
14
14
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "washday-sdk",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Washday utilities functions and API",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -1,7 +1,7 @@
1
1
  import { WashdayClientInstance } from "../../interfaces/Api";
2
2
 
3
3
  const BASE_ROUTER = 'api/integrations';
4
- const BASE_ROUTER_MP_ATTEMPTS = 'api/mercadopago/attempts';
4
+ const BASE_ROUTER_MP_ATTEMPTS = 'api/payments/mp/attempts';
5
5
 
6
6
  export const startMPOAuthFlow = async function (this: WashdayClientInstance, data: {
7
7
  redirectUri: string;