Skip to content

Commit

Permalink
feat(cart): exporting common type NormalizedShipping
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeliziact committed Dec 30, 2024
1 parent f826ba4 commit a1b8c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/src/services/converters/helper.converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
getCtSessionIdFromContext,
getProcessorUrlFromContext,
} from '../../libs/fastify/context/context';
import { NormalizedShipping } from '@commercetools/connect-payments-sdk/dist/commercetools/types/cart.type';
import { NormalizedShipping } from '@commercetools/connect-payments-sdk';
import { paymentSDK } from '../../payment-sdk';

export const mapCoCoLineItemToAdyenLineItem = (lineItem: CoCoLineItem): LineItem => {
Expand Down

0 comments on commit a1b8c0a

Please sign in to comment.