This repository was archived by the owner on Feb 5, 2024. It is now read-only.
File tree 4 files changed +4
-4
lines changed
Controller/Adminhtml/Configuration
view/frontend/web/js/servicePoint/mixins
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,5 @@ public function execute()
50
50
$ this ->scopeConfig ->reinit ();
51
51
52
52
return $ this ->_redirect ("sendcloud/configuration/index/store/ $ storeId " );
53
-
54
53
}
55
54
}
Original file line number Diff line number Diff line change 4
4
"type" : " magento2-module" ,
5
5
"homepage" : " https://www.sendcloud.com/" ,
6
6
"license" : " Apache-2.0" ,
7
- "version" : " 2.0.20 " ,
7
+ "version" : " 2.0.21 " ,
8
8
"require" : {
9
9
"php" : " ~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0"
10
10
},
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
- <module name =" SendCloud_SendCloud" setup_version =" 2.0.20 " >
3
+ <module name =" SendCloud_SendCloud" setup_version =" 2.0.21 " >
4
4
<sequence >
5
5
<module name =" Magento_Shipping" />
6
6
<module name =" Magento_Multishipping" />
Original file line number Diff line number Diff line change 9
9
* @returns {boolean }
10
10
*/
11
11
validateServicePoint : function ( ) {
12
- if ( quote . shippingMethod ( ) . method_code === 'sendcloud' && ! quote . getExtensionAttributes ( ) ) {
12
+ if ( quote . shippingMethod ( ) . method_code === 'sendcloud' &&
13
+ ( ! quote . getExtensionAttributes ( ) || ! quote . getExtensionAttributes ( ) . sendcloud_service_point_id ) ) {
13
14
return false ;
14
15
}
15
16
return true ;
You can’t perform that action at this time.
0 commit comments