Vue Storefront is now Alokai! Learn More
@vsf-enterprise/adyen-commercetools-sdk

@vsf-enterprise/adyen-commercetools-sdk

4.0.0

Major Changes

  • 08cd8ee: CHANGED Migrated mountPaymentElement to @adyen/adyen-web v6. Update type imports and @adyen/adyen-web dependency to v6.
    adyenConfiguration type renamed from CoreOptions to CoreConfiguration. Update your type imports:
    Before:
    import type { CoreOptions } from "@adyen/adyen-web/dist/types/core/types";
    

    After:
    import type { CoreConfiguration } from "@adyen/adyen-web/auto";
    

    dropinConfiguration type renamed from DropinElementProps to DropinComponentProps. Update your type imports:
    Before:
    import type { DropinElementProps } from "@adyen/adyen-web/dist/types/components/Dropin/types";
    

    After:
    import type { DropinComponentProps } from "@adyen/adyen-web/auto";
    

    paymentMethodsConfiguration moved to dropinConfiguration (@vsf-enterprise/adyen-sfcc-sdk only). Pass it inside dropinConfiguration instead of adyenConfiguration.
    countryCode is now a required field in MountPaymentElementProperties (@vsf-enterprise/adyen-commercetools-sdk only). Pass a valid ISO two-character country code (e.g. 'NL').
    Requires @adyen/adyen-web v6. Ensure your project resolves @adyen/adyen-web@^6. See the Adyen Web v6 migration guide for details.

3.0.0

Major Changes

  • Updated @adyen/adyen-web dependency from ^5.x to ^6.35.0.
  • Migrated all TypeScript type imports from deprecated internal paths (@adyen/adyen-web/dist/types/...) to the package's public entry point (@adyen/adyen-web).
  • Renamed type CoreOptionsCoreConfiguration to match the Adyen Web v6 API.

2.0.0

Major Changes

  • 57dc90d: pivot from session to advanced flow, added support for partial payments

Patch Changes

  • Updated dependencies 57dc90d
    • @vsf-enterprise/adyen-commercetools-types@2.0.0

1.0.1

Patch Changes

  • 0ceeefc: removed importing Adyen Drop-in stylesheet out of the box

1.0.0

Major Changes

  • Stable version of Adyen Commercetools integration, based on the SDK pattern.

Patch Changes

  • Updated dependencies :
    • @vsf-enterprise/adyen-commercetools-types@1.0.0