Skip to content

Commit

Permalink
correcting types
Browse files Browse the repository at this point in the history
  • Loading branch information
brunacamposxx committed Oct 3, 2023
1 parent f3ad569 commit 9861395
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion e2e/preferences/create.integration.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { PreferenceCreateData } from '@src/clients/preferences/create/types';
import type { PreferenceCreateData } from '@src/clients/preference/create/types';
import MercadoPago, { Preference } from '@src/index';
import { config } from '../e2e.config';

Expand Down
2 changes: 1 addition & 1 deletion e2e/preferences/get.integration.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { PreferenceCreateData } from '@src/clients/preferences/create/types';
import type { PreferenceCreateData } from '@src/clients/preference/create/types';
import MercadoPago, { Preference } from '@src/index';
import { config } from '../e2e.config';

Expand Down
4 changes: 2 additions & 2 deletions e2e/preferences/update.integration.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PreferenceCreateData } from '@src/clients/preferences/create/types';
import type { PreferenceUpdateData } from '@src/clients/preferences/update/types';
import { PreferenceCreateData } from '@src/clients/preference/create/types';
import type { PreferenceUpdateData } from '@src/clients/preference/update/types';
import MercadoPago, { Preference } from '@src/index';
import { config } from '../e2e.config';

Expand Down

0 comments on commit 9861395

Please sign in to comment.