Skip to content

Commit

Permalink
hotfix - change in3 def description
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Jul 22, 2022
1 parent 027d4cd commit 04be659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PaymentMethods/In3.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function getConfig(): array
'id' => 'in3',
'defaultTitle' => __('in3', 'mollie-payments-for-woocommerce'),
'settingsDescription' => '',
'defaultDescription' => '',
'defaultDescription' => __('Pay in 3 instalments, 0% interest', 'mollie-payments-for-woocommerce'),
'paymentFields' => false,
'instructions' => false,
'supports' => [
Expand Down

0 comments on commit 04be659

Please sign in to comment.