Skip to content

Commit

Permalink
Fix CS - PIWOO-500
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Jun 17, 2024
1 parent a961cf2 commit 9d8264b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PaymentMethods/Ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function getConfig(): array
'id' => 'ideal',
'defaultTitle' => __('iDEAL', 'mollie-payments-for-woocommerce'),
'settingsDescription' => '',
'defaultDescription' => __('', 'mollie-payments-for-woocommerce'),
'defaultDescription' => '',
'paymentFields' => false,
'instructions' => true,
'supports' => [
Expand Down

0 comments on commit 9d8264b

Please sign in to comment.