Skip to content

Commit

Permalink
disables onboarding flow (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalinR authored Mar 1, 2024
1 parent 5ce7553 commit 17e2497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Model/Order/ResumeOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ class ResumeOrder
/**
* @param ClientInterface $client
*/
public function __construct(
ClientInterface $client,
) {
public function __construct(ClientInterface $client) {
$this->client = $client;
}

Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<section id="checkout">
<group id="bold_checkout_onboard" translate="label" sortOrder="-100" showInDefault="1" showInWebsite="1">
<group id="bold_checkout_onboard" translate="label" sortOrder="-100" showInDefault="0" showInWebsite="0">
<frontend_model>Bold\Checkout\Block\System\Config\Form\Field\OnboardBanner</frontend_model>
</group>
<group id="bold_checkout_base" translate="label" sortOrder="100" showInDefault="1" showInWebsite="1">
Expand Down

0 comments on commit 17e2497

Please sign in to comment.