File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -787,12 +787,11 @@ public function isWrongDiscountSettingsIgnored($store = null)
787
787
* Return the notification info url
788
788
*
789
789
* @param null|string|bool|int|Store $store
790
- * @return bool
791
- * @SuppressWarnings(PHPMD.BooleanGetMethodName)
790
+ * @return string
792
791
*/
793
792
public function getInfoUrl ($ store = null )
794
793
{
795
- return (bool )$ this ->_scopeConfig ->getValue (
794
+ return (string )$ this ->_scopeConfig ->getValue (
796
795
self ::XML_PATH_TAX_NOTIFICATION_INFO_URL ,
797
796
\Magento \Store \Model \ScopeInterface::SCOPE_STORE ,
798
797
$ store
Original file line number Diff line number Diff line change @@ -363,8 +363,8 @@ public function dataProviderScopeConfigMethods()
363
363
[
364
364
'getInfoUrl ' ,
365
365
Config::XML_PATH_TAX_NOTIFICATION_INFO_URL ,
366
- true ,
367
- true
366
+ ' http: \\ kiwis.rule.com ' ,
367
+ ' http: \\ kiwis.rule.com '
368
368
]
369
369
];
370
370
}
Original file line number Diff line number Diff line change 51
51
<zero_tax >0</zero_tax >
52
52
</sales_display >
53
53
<notification >
54
- <url >http://www.magentocommerce .com/knowledge-base/entry/magento-ce-18-ee-113- tax-calc</ url >
54
+ <info_url >http://docs.magento .com/m2/ce/user_guide/ tax/warning-messages.html</ info_url >
55
55
</notification >
56
56
</tax >
57
57
</default >
You can’t perform that action at this time.
0 commit comments