11 lines
231 B
JavaScript
11 lines
231 B
JavaScript
/**
|
|
* Javascript.
|
|
*
|
|
* @package CreativeMail
|
|
*/
|
|
|
|
import ConsentCheckoutCapture from './ConsentCheckoutCapture';
|
|
|
|
// Capture consent
|
|
const MyConsentCheckoutCapture = new ConsentCheckoutCapture();
|
|
MyConsentCheckoutCapture.init();
|