Skip to content

Commit

Permalink
Merge pull request #97 from rasstislav/rasstislav-patch-2
Browse files Browse the repository at this point in the history
Update RepayForm.php
  • Loading branch information
stevie-mayhew committed Oct 28, 2015
2 parents 1532ddb + 655760a commit 5e55adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/form/RepayForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function createFields() {
LiteralField::create('RepayLit', "<p>Process a payment for the oustanding amount: $outstanding</p>"),
DropDownField::create(
'PaymentMethod',
'Select Payment Method',
_t('CheckoutPage.SELECTPAYMENT',"Select Payment Method"),
$source
)->setCustomValidationMessage(_t('CheckoutPage.SELECT_PAYMENT_METHOD',"Please select a payment method."))
)->setName('PaymentFields');
Expand Down

0 comments on commit 5e55adf

Please sign in to comment.