@Component(value="blAuthorizeNetUtil") public class AuthorizeNetUtil extends Object
| Constructor and Description |
|---|
AuthorizeNetUtil() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildConsolidatedPaymentToken(String customerProfileId,
String paymentProfileId)
Returns a string that is the combination of the customerProfileId and paymentProfileId
|
String[] |
parseConsolidatedPaymentToken(String consolidatedPaymentToken) |
public static final String SEPARATOR
public String[] parseConsolidatedPaymentToken(String consolidatedPaymentToken)
consolidatedPaymentToken - MessageConstants.CUSTOMER_PROFILE_ID in index 0 and MessageConstants.PAYMENT_PROFILE_ID
in index 1#buildConsolidatedPaymentToken(String, String)}public String buildConsolidatedPaymentToken(String customerProfileId, String paymentProfileId)
customerProfileId - paymentProfileId - #parseConsolidatedPaymentToken(String)}Copyright © 2018. All rights reserved.