Skip to content

Commit

Permalink
PISHPS-306: cypress fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muxfeld-diw committed Oct 1, 2024
1 parent 96626b9 commit 55fd282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Resources/config/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
</input-field>
<input-field type="bool">
<name>refundManagerCreateCreditNotes</name>
<defaultValue>true</defaultValue>
<defaultValue>false</defaultValue>
<label>Create Credit Notes</label>
<label lang="de-DE">Gutschriften erstellen</label>
<label lang="nl-NL">Creditnota's maken</label>
Expand Down
2 changes: 1 addition & 1 deletion src/Setting/MollieSettingStruct.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class MollieSettingStruct extends Struct
/**
* @var bool
*/
protected $refundManagerCreateCreditNotesEnabled = true;
protected $refundManagerCreateCreditNotesEnabled = false;

/**
* @var string
Expand Down

0 comments on commit 55fd282

Please sign in to comment.