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 a1b8c0a commit be72ce2
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 @@ -6,13 +6,13 @@ import {
CustomLineItem,
Address as CartAddress,
Order,
NormalizedShipping,
} from '@commercetools/connect-payments-sdk';
import {
getAllowedPaymentMethodsFromContext,
getCtSessionIdFromContext,
getProcessorUrlFromContext,
} from '../../libs/fastify/context/context';
import { NormalizedShipping } from '@commercetools/connect-payments-sdk';
import { paymentSDK } from '../../payment-sdk';

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

0 comments on commit be72ce2

Please sign in to comment.