[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [websites/jointhegame-kde-org] protected/models: direct transfer is
From:       Emil Sedgh <emilsedgh () gmail ! com>
Date:       2011-08-24 6:44:02
Message-ID: 20110824064402.C065EA6078 () git ! kde ! org
[Download RAW message or body]

Git commit 5143881edfa54c6956e2dc083d9d7243b8af491d by Emil Sedgh.
Committed on 24/08/2011 at 08:43.
Pushed by esedgh into branch 'master'.

direct transfer is no more recommended

M  +2    -2    protected/models/Payment.php

http://commits.kde.org/websites/jointhegame-kde-org/5143881edfa54c6956e2dc083d9d7243b8af491d

diff --git a/protected/models/Payment.php b/protected/models/Payment.php
index c1dfa03..9160c1d 100644
--- a/protected/models/Payment.php
+++ b/protected/models/Payment.php
@@ -129,7 +129,7 @@ Class DirectDebitAuthorizationPayment Extends Payment {
 
 Class DirectTransferPayment Extends Payment {
 	public function getTitle() {
-		return Yii::t('payment', 'Direct Transfer (EU Prefered)');
+		return Yii::t('payment', 'Direct Transfer (Manual)');
 	}
 
 	public function pay($redirectUrl) {
@@ -172,7 +172,7 @@ Class StandardPaypalPayment Extends Payment {
 	const Completed = 'Completed';
 
 	public function getTitle() {
-		return Yii::t('payment', 'Paypal (automatic)');
+		return Yii::t('payment', 'Paypal (instant, recommended)');
 	}
 
 	public function pay($redirectUrl) {

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic