The
You may add other items to this configuration End Point to use in your forms.
Options
Property | Description |
---|---|
timeout | The default timeout (in minutes) for the basket |
Example
function(params, credentials) {
let config = {
// How many minutes an unused basket will exist for before it is destroyed/timed out.
timeout: (60 * 24)
};
/*
* Add any bespoke configuration you need below
*/
return config;
}
Last modified on November 24, 2021