Skip to content

Commit

Permalink
Q1-542: Customer/Support should be able to delete integration core co…
Browse files Browse the repository at this point in the history
…nfig to start with a clean state (#10)
  • Loading branch information
p-bystritsky authored Jan 24, 2024
1 parent 117933f commit 953ea7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions etc/adminhtml/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@
<argument name="client" xsi:type="object">Bold\Checkout\Model\Http\BoldClient</argument>
</arguments>
</type>
<type name="Bold\Checkout\Model\ClearModuleConfiguration">
<arguments>
<argument name="paths" xsi:type="array">
<item name="bold_checkout_paypal" xsi:type="string">checkout/bold_checkout_paypal/%</item>
</argument>
</arguments>
</type>
</config>

0 comments on commit 953ea7b

Please sign in to comment.