From 96d1ee804565e08f3deebf515ad8c4f33377bd41 Mon Sep 17 00:00:00 2001 From: sovanna Date: Sat, 18 Jul 2020 12:16:29 +0200 Subject: [PATCH] fix(orderHardware): Corrects MCX-IDC number, sets to 5538 --- static/js/shop_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/shop_data.js b/static/js/shop_data.js index e13bb1d..6ac052e 100644 --- a/static/js/shop_data.js +++ b/static/js/shop_data.js @@ -393,7 +393,7 @@ const shop_data = { 'idc-mcx-adapter': { id: 'idc-mcx-adapter', name: 'MCX-IDC', - name_number: '5528', + name_number: '5538', name_codename: '', price: 160, image: '/shop/graphic-03_MCX-IDC.svg',