File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class ImageUploader extends \Magento\Catalog\Model\ImageUploader
37
37
'image/png ' ,
38
38
'application/pdf ' ,
39
39
'application/msword ' , // doc
40
- 'application/octet-stream ' , // docx
40
+ 'application/vnd.openxmlformats-officedocument.wordprocessingml.document ' , // docx
41
41
'application/vnd.ms-excel ' , //xls
42
42
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet ' //xlsx
43
43
];
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This module adds a field to the checkout page for guests to upload a purchase or
5
5
To install into your existing Magento site run the following two commands.
6
6
7
7
composer config repositories.pyxl-checkoutuploadfield git https://github.com/thinkpyxl/magento2-Pyxl_CheckoutUploadField.git
8
- composer require pyxl/module-checkoutuploadfield:^1.0.6
8
+ composer require pyxl/module-checkoutuploadfield:^1.0.7
9
9
bin/magento module:enable Pyxl_CheckoutUploadField
10
10
bin/magento setup:upgrade
11
11
bin/magento cache:clean
Original file line number Diff line number Diff line change 6
6
"magento/magento-composer-installer" : " *"
7
7
},
8
8
"type" : " magento2-module" ,
9
- "version" : " 1.0.6 " ,
9
+ "version" : " 1.0.7 " ,
10
10
"license" : [
11
11
" OSL-3.0" ,
12
12
" AFL-3.0"
You can’t perform that action at this time.
0 commit comments