Skip to content

Commit

Permalink
Merge pull request #93 from aait/master
Browse files Browse the repository at this point in the history
Fixed spell mistake
  • Loading branch information
markusbrunke authored Oct 26, 2020
2 parents 0abacd3 + 5b61ec6 commit 8979395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-gateway-reepay-checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function init_form_fields() {
'type' => 'multiselect',
'css' => 'height: 250px',
'options' => array(
'cart' => 'All available debit / credit cards',
'card' => 'All available debit / credit cards',
'dankort' => 'Dankort',
'visa' => 'VISA',
'visa_dk' => 'VISA/Dankort',
Expand Down

0 comments on commit 8979395

Please sign in to comment.