Payment Services initialization
The Payment Services drop-in has no drop-in-specific configuration options or customizable models.
Version: 1.0.2
Basic initialization
Initialize the drop-in with default settings:
import { initializers } from '@dropins/tools/initializer.js';import { initialize } from '@dropins/storefront-payment-services';
await initializers.mountImmediately(initialize, {});