Skip to content

Commit

Permalink
chore(processor): remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
joey-koster-ct committed Feb 6, 2025
1 parent 225536b commit d4d73d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions processor/src/config/payment-method.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { GenericIssuerPaymentMethodDetails } from '@adyen/api-library/lib/src/typings/checkout/genericIssuerPaymentMethodDetails';

/**
* Specific configuration for payment methods that require special handling.
* See https://docs.adyen.com/payment-methods for more information about each payment method.
Expand Down
3 changes: 1 addition & 2 deletions processor/test/services/converters/helper.converter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ describe('helper.converter', () => {
});

test('should map the CoCo line items to Adyen line items taking into account Adyen deviations', () => {
// TODO: SCC-2901: once answer given from Adyen, adjust this unit-test accordingly.
// CLP currencyCode according to ISO_4217 has 0 fractionDigits but Adyen expects 2 fractionDigits
const input = CoCoCartCLPJSON.lineItems as CoCoLineItem[];

Expand All @@ -276,7 +275,7 @@ describe('helper.converter', () => {
amountExcludingTax: 13400,
amountIncludingTax: 15000,
taxAmount: 1600,
taxPercentage: 12,
taxPercentage: 1200,
};

expect(actual).toEqual(expected);
Expand Down

0 comments on commit d4d73d1

Please sign in to comment.