BusinessObject
, BusinessProcessor
, PaymentProcessor
public class PaypointProcessor extends BasePaymentProcessor implements PaymentProcessor
Modifier and Type | Field | Description |
---|---|---|
(package private) static org.apache.commons.logging.Log |
log |
Constructor | Description |
---|---|
PaypointProcessor() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map |
process(java.util.Map parameters) |
Subclasses must override this method to execute processing.
|
formatDateTime, formatPrice, getAppComponents, getAppSettings, getAttributeIDs, getBusinessObjectFactory, getDaoFactory, getEventBus, getInjector, getProductIDs, getSettings, getUser, initialize, isProcessorClassActive, loadMatchingSkus, parseDateTime, parseResponseData, prepareRequestData, sendHTTPPost, sendHTTPPost, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setEventBus, setInjector, setSettings, setUser, updateOrderTotals, updateOrderTotals, updateOrderTotals, utils
findPaymentWithLiveInfo, processPayment, processPaymentCapture, processVoid
initialize
getAppComponents, getAppSettings, getBusinessObjectFactory, getDaoFactory, getEventBus, getInjector, getSettings, getUser, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setEventBus, setInjector, setSettings, setUser, utils
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processPayment, processPaymentCapture, processVoid
public java.util.Map process(java.util.Map parameters) throws java.lang.Exception
BasePaymentProcessor
BasePaymentProcessor.processPayment(Map)
.process
in class BasePaymentProcessor
parameters
- A Map
containing the values of the user's
submitted payment information.Map
containing a least one key named
"resultCode", which contains a String parsable into an int,
representing the results of the processing. 0 for the resultCode
indicates success. Optionally, the Map
may include
additional keys, such as "resultMessage", a string describing the
results of the processing.java.lang.Exception
Copyright © SoftSlate, LLC 20032012