@vsf-enterprise/adyen-commercetools-sdk
4.0.0
Major Changes
- 08cd8ee: CHANGED Migrated
mountPaymentElementto@adyen/adyen-webv6. Update type imports and@adyen/adyen-webdependency to v6.adyenConfigurationtype renamed fromCoreOptionstoCoreConfiguration. 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";dropinConfigurationtype renamed fromDropinElementPropstoDropinComponentProps. 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";paymentMethodsConfigurationmoved todropinConfiguration(@vsf-enterprise/adyen-sfcc-sdkonly). Pass it insidedropinConfigurationinstead ofadyenConfiguration.countryCodeis now a required field inMountPaymentElementProperties(@vsf-enterprise/adyen-commercetools-sdkonly). Pass a valid ISO two-character country code (e.g.'NL').
Requires@adyen/adyen-webv6. 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-webdependency from^5.xto^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
CoreOptions→CoreConfigurationto 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