config.js 233 B

123456789101112
  1. /**
  2. * Copyright © Magento, Inc. All rights reserved.
  3. * See COPYING.txt for license details.
  4. */
  5. define([], function () {
  6. 'use strict';
  7. return function () {
  8. return window.checkoutConfig.shippingPolicy;
  9. };
  10. });