Skip to content

Commit

Permalink
feat(payments-plugin): more manual merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Mar 5, 2024
1 parent 49def13 commit ddea675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/payments-plugin/e2e/mollie-dev-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import localtunnel from 'localtunnel';
import path from 'path';

import { initialData } from '../../../e2e-common/e2e-initial-data';
import { MolliePlugin } from '../src/mollie';
import { molliePaymentHandler } from '../package/mollie/mollie.handler';
import { MolliePlugin } from '../src/mollie';

import { CREATE_PAYMENT_METHOD } from './graphql/admin-queries';
import {
Expand Down
3 changes: 0 additions & 3 deletions packages/payments-plugin/e2e/mollie-payment.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ const mockData = {
metadata: {
languageCode: 'nl',
},
metadata: {
languageCode: 'nl',
},
mode: 'test',
method: 'test-method',
profileId: '123',
Expand Down
4 changes: 2 additions & 2 deletions packages/payments-plugin/src/mollie/mollie.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import { totalCoveredByPayments } from '@vendure/core/dist/service/helpers/utils

import { loggerCtx, PLUGIN_INIT_OPTIONS } from './constants';
import { OrderWithMollieReference } from './custom-fields';
import { createExtendedMollieClient, ExtendedMollieClient, ManageOrderLineInput } from './extended-mollie-client';
import {
ErrorCode,
MolliePaymentIntentError,
Expand All @@ -40,14 +41,13 @@ import {
import { molliePaymentHandler } from './mollie.handler';
import {
amountToCents,
areOrderLinesEqual,
getLocale,
isAmountEqual,
toAmount,
toMollieAddress,
toMollieOrderLines,
} from './mollie.helpers';
import { MolliePluginOptions } from './mollie.plugin';
import { createExtendedMollieClient, ExtendedMollieClient, ManageOrderLineInput } from './extended-mollie-client';

interface OrderStatusInput {
paymentMethodId: string;
Expand Down

0 comments on commit ddea675

Please sign in to comment.