Package org.compiere.model
Class PP_PayPal
java.lang.Object
org.compiere.model.PaymentProcessor
org.compiere.model.PP_PayPal
- All Implemented Interfaces:
Serializable
PayPal Payment Processor Services Interface
- Version:
- $Id: PP_PayPal.java,v 1.2 2006/07/30 00:51:02 jjanke Exp $
- Author:
- Jorg Janke
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Is Processed OKstatic void
Testboolean
Process CCMethods inherited from class org.compiere.model.PaymentProcessor
connectPost, create, createPair, createPair, createPair, getConnectPostProperties, getTimeout, initialize, isEncoded, setEncoded, setTimeout, validate, validateAccountNo, validateCheckNo, validateCreditCard
-
Constructor Details
-
PP_PayPal
public PP_PayPal()
-
-
Method Details
-
processCC
Process CC- Specified by:
processCC
in classPaymentProcessor
- Returns:
- true if processed
- Throws:
IllegalArgumentException
-
isProcessedOK
public boolean isProcessedOK()Is Processed OK- Specified by:
isProcessedOK
in classPaymentProcessor
- Returns:
- true if ok
-
main
Test- Parameters:
args
- ifnored
-