Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 15 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | /** |
||
26 | var config = { |
||
27 | config: { |
||
28 | mixins: { |
||
29 | 'Magento_Checkout/js/view/shipping': { |
||
30 | 'Payone_Core/js/view/shipping-mixin': true |
||
31 | }, |
||
32 | 'Magento_Checkout/js/view/billing-address': { |
||
33 | 'Payone_Core/js/view/billing-address-mixin': true |
||
34 | }, |
||
35 | 'Magento_Checkout/js/view/payment/default': { |
||
36 | 'Payone_Core/js/view/payment/default-mixin': true |
||
37 | } |
||
38 | } |
||
39 | } |
||
40 | }; |
||
41 |