|
- var config = {
- map: {
- '*' : {
- 'spitznerReadMore': 'MNM_Spitzner/js/view/read-more'
- }
- },
- config: {
- mixins: {
- 'Magento_Checkout/js/view/shipping': {
- 'MNM_Spitzner/js/view/shipping-mixin': true
- },
- 'Magento_Checkout/js/action/set-payment-information': {
- 'MNM_Spitzner/js/action/set-payment-information-mixin': true
- },
- 'Magento_Checkout/js/action/set-shipping-information': {
- 'MNM_Spitzner/js/action/set-shipping-information-mixin': true
- },
- 'Magento_Checkout/js/model/address-converter': {
- 'MNM_Spitzner/js/model/address-converter-mixin': true
- },
- 'Magento_Checkout/js/view/cart/shipping-rates': {
- 'MNM_Spitzner/js/view/cart/shipping-rates-mixin': true
- },
- 'Repertus_Packstation/js/packstation/search-modal-widget': {
- 'MNM_Spitzner/js/packstation/search-modal-widget-mixin': true
- },
- 'Amasty_Promo/js/popup': {
- 'MNM_Spitzner/js/popup-mixin': true
- },
- 'Amasty_CheckoutCore/js/view/onepage': {
- 'MNM_Spitzner/js/view/onepage-mixin': true
- },
- 'Amasty_CheckoutCore/js/view/form/element/email': {
- 'MNM_Spitzner/js/view/form/element/email-mixin': true
- },
- 'Amasty_CheckoutCore/js/view/checkout/summary/cart-items': {
- 'MNM_Spitzner/js/view/checkout/summary/cart-items-mixin': true
- },
- 'Threepartment_Debitpayment/js/view/payment/method-renderer/debitpament-method': {
- 'MNM_Spitzner/js/view/payment/method-renderer/debitpament-method-mixin': true
- }
- }
- }
- };
|