Newer
Older
TillQliro / view / frontend / web / js / model / config.js
@Jonas Jonsson Jonas Jonsson on 2 Apr 2024 215 bytes Initial
/**
 * Copyright © Qliro AB. All rights reserved.
 * See LICENSE.txt for license details.
 */

define([], function () {
    'use strict';

    return window.checkoutConfig && window.checkoutConfig.qliro || {};
});