Author: marijn
Date: 2010-01-11 18:24:34 +0100 (Mon, 11 Jan 2010)
New Revision: 26482
Added:
plugins/sfPaymentPayPalPlugin/branches/1.2-marijn/lib/sfPaymentTransactionGatewayCreditCardPaypalPaymentsPro.php
Removed:
plugins/sfPaymentPayPalPlugin/branches/1.2-marijn/lib/sfTransactionGatewayCreditCardPaypalPaymentsPro.php
Log:
[sfPaymentPlugin] Renamed class to reflect the relation to the
`sfPaymentPlugin`.
Copied:
plugins/sfPaymentPayPalPlugin/branches/1.2-marijn/lib/sfPaymentTransactionGatewayCreditCardPaypalPaymentsPro.php
(from rev 25575,
plugins/sfPaymentPayPalPlugin/branches/1.2-marijn/lib/sfTransactionGatewayCreditCardPaypalPaymentsPro.php)
===================================================================
---
plugins/sfPaymentPayPalPlugin/branches/1.2-marijn/lib/sfPaymentTransactionGatewayCreditCardPaypalPaymentsPro.php
(rev 0)
+++
plugins/sfPaymentPayPalPlugin/branches/1.2-marijn/lib/sfPaymentTransactionGatewayCreditCardPaypalPaymentsPro.php
2010-01-11 17:24:34 UTC (rev 26482)
@@ -0,0 +1,35 @@
+<?php
+
+ /**
+ * sfTransactionGatewayCreditCardPaypalPaymentsPro.
+ *
+ * @package sfPaymentPlugin
+ * @author Marijn Huizendveld <[email protected]>
+ *
+ * @version $Revision: 20146 $ changed by $Author: marijn $
+ */
+ class sfPaymentTransactionGatewayCreditCardPaypalPaymentsPro extends
sfPaymentTransactionGatewayAbstract
+ {
+
+ /**
+ * Prepare the transaction.
+ */
+ public function prepare ()
+ {
+ }
+
+ /**
+ * Request a transaction from the provider.
+ */
+ public function request (sfPaymentTransactionInterface $arg_transaction)
+ {
+ }
+
+ /**
+ * Process the transaction.
+ */
+ public function process ()
+ {
+ }
+
+ }
\ No newline at end of file
Deleted:
plugins/sfPaymentPayPalPlugin/branches/1.2-marijn/lib/sfTransactionGatewayCreditCardPaypalPaymentsPro.php
===================================================================
---
plugins/sfPaymentPayPalPlugin/branches/1.2-marijn/lib/sfTransactionGatewayCreditCardPaypalPaymentsPro.php
2010-01-11 17:16:16 UTC (rev 26481)
+++
plugins/sfPaymentPayPalPlugin/branches/1.2-marijn/lib/sfTransactionGatewayCreditCardPaypalPaymentsPro.php
2010-01-11 17:24:34 UTC (rev 26482)
@@ -1,35 +0,0 @@
-<?php
-
- /**
- * sfTransactionGatewayCreditCardPaypalPaymentsPro.
- *
- * @package sfPaymentPlugin
- * @author Marijn Huizendveld <[email protected]>
- *
- * @version $Revision: 20146 $ changed by $Author: marijn $
- */
- class sfTransactionGatewayCreditCardPaypalPaymentsPro extends
sfTransactionGatewayAbstract
- {
-
- /**
- * Prepare the transaction.
- */
- public function prepare ()
- {
- }
-
- /**
- * Request a transaction from the provider.
- */
- public function request (sfTransactionInterface $arg_transaction)
- {
- }
-
- /**
- * Process the transaction.
- */
- public function process ()
- {
- }
-
- }
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.