Components
Learn about the functionality exposed by components
Creating components
components(configuration)
...
let digitalRiverCheckout;
let components;
...
digitalRiverCheckout = new DigitalRiverCheckout(publicApiKey);
components = digitalRiverCheckout.components(configurationOptions);
...The components configuration object
The components object
createComponent(componentType)
Supported component types
The component object
mount(elementId)
done()
Last updated