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 103103 <clone_fields >1</clone_fields >
104104 <clone_model >Magento\Catalog\Model\Config\CatalogClone\Media\Image</clone_model >
105105 <field id =" placeholder" type =" image" sortOrder =" 1" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
106- <label ></label >
107106 <backend_model >Magento\Config\Model\Config\Backend\Image</backend_model >
108107 <upload_dir config =" system/filesystem/media" scope_info =" 1" >catalog/product/placeholder</upload_dir >
109108 <base_url type =" media" scope_info =" 1" >catalog/product/placeholder</base_url >
Original file line number Diff line number Diff line change 7676 <config_path >section/group/field4</config_path >
7777 </field >
7878 <field id =" field_5" translate =" label" showInWebsite =" 1" type =" text" >
79- <label ></label >
8079 </field >
8180 </group >
8281 <group id =" group_4" type =" text" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
Original file line number Diff line number Diff line change 198198 <attribute type =" shared" >1</attribute >
199199 </field >
200200 <field id =" bml_wizard" translate =" button_label" sortOrder =" 15" showInDefault =" 1" showInWebsite =" 1" >
201- <label ></label >
202201 <button_label >Get Publisher ID from PayPal</button_label >
203202 <button_url ><![CDATA[ https:/financing.paypal.com/ppfinportal/cart/index?dcp=4eff8563b9cc505e0b9afaff3256705081553c79]]> </button_url >
204203 <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([
4747 var buttons = controlButtonArea . childElements ( ) ;
4848 for ( var i = 0 ; i < buttons . length ; i ++ ) {
4949 if ( buttons [ i ] . innerHTML . include ( button . label ) ) {
50- return ;
50+ return ;
5151 }
5252 }
5353 button . insertIn ( controlButtonArea , 'top' ) ;
Original file line number Diff line number Diff line change 767767 <attribute type =" shared" >1</attribute >
768768 </field >
769769 <field id =" bml_wizard" translate =" button_label" sortOrder =" 15" showInDefault =" 1" showInWebsite =" 1" >
770- <label ></label >
771770 <button_label >Get Publisher ID from PayPal</button_label >
772771 <button_url ><![CDATA[ https:/financing.paypal.com/ppfinportal/cart/index?dcp=4eff8563b9cc505e0b9afaff3256705081553c79]]> </button_url >
773772 <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([
4545 return {
4646
4747 /**
48- * Wraps target function with a specified wrapper, which will recieve
48+ * Wraps target function with a specified wrapper, which will receive
4949 * reference to the original function as a first argument.
5050 *
5151 * @param {Function } target - Function to be wrapped.
You can’t perform that action at this time.
0 commit comments