Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Magento\Framework\Setup\Patch\PatchVersionInterface;

/**
* Convert data fro php native serialized data to JSON.
* Convert data from php native serialized data to JSON.
*/
class ConvertSerializedDataToJson implements DataPatchInterface, PatchVersionInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ protected function setupSelectionPrice($useRegularPrice = false)
}

/**
* test fro method getValue with dynamic productType
* Test for method getValue with dynamic productType
*
* @param bool $useRegularPrice
* @dataProvider useRegularPriceDataProvider
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Catalog/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
<clone_fields>1</clone_fields>
<clone_model>Magento\Catalog\Model\Config\CatalogClone\Media\Image</clone_model>
<field id="placeholder" type="image" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<label></label>
<backend_model>Magento\Config\Model\Config\Backend\Image</backend_model>
<upload_dir config="system/filesystem/media" scope_info="1">catalog/product/placeholder</upload_dir>
<base_url type="media" scope_info="1">catalog/product/placeholder</base_url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
<config_path>section/group/field4</config_path>
</field>
<field id="field_5" translate="label" showInWebsite="1" type="text">
<label></label>
</field>
</group>
<group id="group_4" type="text" showInDefault="1" showInWebsite="1" showInStore="1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
<attribute type="shared">1</attribute>
</field>
<field id="bml_wizard" translate="button_label" sortOrder="15" showInDefault="1" showInWebsite="1">
<label></label>
<button_label>Get Publisher ID from PayPal</button_label>
<button_url><![CDATA[https:/financing.paypal.com/ppfinportal/cart/index?dcp=4eff8563b9cc505e0b9afaff3256705081553c79]]></button_url>
<frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\BmlApiWizard</frontend_model>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ define([
var buttons = controlButtonArea.childElements();
for (var i = 0; i < buttons.length; i++) {
if (buttons[i].innerHTML.include(button.label)) {
return ;
return;
}
}
button.insertIn(controlButtonArea, 'top');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,6 @@
<attribute type="shared">1</attribute>
</field>
<field id="bml_wizard" translate="button_label" sortOrder="15" showInDefault="1" showInWebsite="1">
<label></label>
<button_label>Get Publisher ID from PayPal</button_label>
<button_url><![CDATA[https:/financing.paypal.com/ppfinportal/cart/index?dcp=4eff8563b9cc505e0b9afaff3256705081553c79]]></button_url>
<frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\BmlApiWizard</frontend_model>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The GraphQlSchemaStitching library contains functionality for processing GraphQl SDL schema, to be used by Graphql library to build objects fro the data generated.
The GraphQlSchemaStitching library contains functionality for processing GraphQl SDL schema, to be used by Graphql library to build objects from the data generated.
2 changes: 1 addition & 1 deletion lib/web/mage/utils/wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ define([
return {

/**
* Wraps target function with a specified wrapper, which will recieve
* Wraps target function with a specified wrapper, which will receive
* reference to the original function as a first argument.
*
* @param {Function} target - Function to be wrapped.
Expand Down