File tree Expand file tree Collapse file tree 6 files changed +2
-6
lines changed
Config/Test/Unit/Model/_files
Paypal/etc/adminhtml/system
Sales/view/adminhtml/web/order/create
dev/tests/integration/testsuite/Magento/Paypal/Model/Config/Structure/Reader/_files/expected Expand file tree Collapse file tree 6 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 103
103
<clone_fields >1</clone_fields >
104
104
<clone_model >Magento\Catalog\Model\Config\CatalogClone\Media\Image</clone_model >
105
105
<field id =" placeholder" type =" image" sortOrder =" 1" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
106
- <label ></label >
107
106
<backend_model >Magento\Config\Model\Config\Backend\Image</backend_model >
108
107
<upload_dir config =" system/filesystem/media" scope_info =" 1" >catalog/product/placeholder</upload_dir >
109
108
<base_url type =" media" scope_info =" 1" >catalog/product/placeholder</base_url >
Original file line number Diff line number Diff line change 76
76
<config_path >section/group/field4</config_path >
77
77
</field >
78
78
<field id =" field_5" translate =" label" showInWebsite =" 1" type =" text" >
79
- <label ></label >
80
79
</field >
81
80
</group >
82
81
<group id =" group_4" type =" text" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
Original file line number Diff line number Diff line change 198
198
<attribute type =" shared" >1</attribute >
199
199
</field >
200
200
<field id =" bml_wizard" translate =" button_label" sortOrder =" 15" showInDefault =" 1" showInWebsite =" 1" >
201
- <label ></label >
202
201
<button_label >Get Publisher ID from PayPal</button_label >
203
202
<button_url ><![CDATA[ https:/financing.paypal.com/ppfinportal/cart/index?dcp=4eff8563b9cc505e0b9afaff3256705081553c79]]> </button_url >
204
203
<frontend_model >Magento\Paypal\Block\Adminhtml\System\Config\BmlApiWizard</frontend_model >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ define([
47
47
var buttons = controlButtonArea . childElements ( ) ;
48
48
for ( var i = 0 ; i < buttons . length ; i ++ ) {
49
49
if ( buttons [ i ] . innerHTML . include ( button . label ) ) {
50
- return ;
50
+ return ;
51
51
}
52
52
}
53
53
button . insertIn ( controlButtonArea , 'top' ) ;
Original file line number Diff line number Diff line change 767
767
<attribute type =" shared" >1</attribute >
768
768
</field >
769
769
<field id =" bml_wizard" translate =" button_label" sortOrder =" 15" showInDefault =" 1" showInWebsite =" 1" >
770
- <label ></label >
771
770
<button_label >Get Publisher ID from PayPal</button_label >
772
771
<button_url ><![CDATA[ https:/financing.paypal.com/ppfinportal/cart/index?dcp=4eff8563b9cc505e0b9afaff3256705081553c79]]> </button_url >
773
772
<frontend_model >Magento\Paypal\Block\Adminhtml\System\Config\BmlApiWizard</frontend_model >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ define([
45
45
return {
46
46
47
47
/**
48
- * Wraps target function with a specified wrapper, which will recieve
48
+ * Wraps target function with a specified wrapper, which will receive
49
49
* reference to the original function as a first argument.
50
50
*
51
51
* @param {Function } target - Function to be wrapped.
You can’t perform that action at this time.
0 commit comments