Skip to content

Commit

Permalink
Merge pull request #276 from DomPixie/patch-1
Browse files Browse the repository at this point in the history
Update system.xml
  • Loading branch information
chavesj authored Dec 13, 2023
2 parents 501ba91 + 7541dda commit 3cc7ea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Added
- Added name to initialize block in checkout

#### Changed
- Changed system.xml sort to stop becoming default instead of core options

#### Fixed
- Updated getKlaviyoLists() exception handling to properly print error message.
- Paginate to get all lists for account.
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<tab id="klaviyo" translate="label" sortOrder="10">
<tab id="klaviyo" translate="label" sortOrder="100">
<label>Klaviyo</label>
</tab>

Expand Down

0 comments on commit 3cc7ea9

Please sign in to comment.