Skip to content

Commit

Permalink
Updated ideal label
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Nov 17, 2020
1 parent a887755 commit 8ecd0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/payment/paynl_ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ class ControllerExtensionPaymentPaynlIdeal extends Pay_Controller_Admin
protected $_paymentOptionId = 10;
protected $_paymentMethodName = 'paynl_ideal';

protected $_defaultLabel = 'iDeal';
protected $_defaultLabel = 'iDEAL';
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
include 'paynl3.php';
// Heading
$_['heading_title'] = 'PAY. - iDEAL ';
$_['heading_title'] = 'PAY. - iDEAL';

0 comments on commit 8ecd0ed

Please sign in to comment.