@Service(value="blPayPalWebProfileService") public class PayPalWebProfileServiceImpl extends Object implements PayPalWebProfileService
| Modifier and Type | Field and Description |
|---|---|
protected String |
beanProfileId |
protected ExternalCallPayPalCheckoutService |
externalCallService |
protected com.paypal.api.payments.WebProfile |
webProfile |
| Constructor and Description |
|---|
PayPalWebProfileServiceImpl() |
PayPalWebProfileServiceImpl(com.paypal.api.payments.WebProfile webProfile) |
| Modifier and Type | Method and Description |
|---|---|
protected com.paypal.api.payments.WebProfile |
createWebProfile(com.paypal.api.payments.WebProfile profile,
org.broadleafcommerce.common.payment.dto.PaymentRequestDTO paymentRequestDTO) |
protected String |
getBeanWebProfileId(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO paymentRequestDTO) |
protected String |
getPropertyWebProfileId() |
String |
getWebProfileId(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO paymentRequestDTO)
Retrieves the id of the WebProfile to be used when creating a PayPal payment
|
protected com.paypal.api.payments.WebProfile webProfile
protected String beanProfileId
protected ExternalCallPayPalCheckoutService externalCallService
@Autowired(required=false) public PayPalWebProfileServiceImpl(com.paypal.api.payments.WebProfile webProfile)
public PayPalWebProfileServiceImpl()
public String getWebProfileId(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO paymentRequestDTO)
PayPalWebProfileServicegetWebProfileId in interface PayPalWebProfileServiceprotected String getBeanWebProfileId(org.broadleafcommerce.common.payment.dto.PaymentRequestDTO paymentRequestDTO)
protected com.paypal.api.payments.WebProfile createWebProfile(com.paypal.api.payments.WebProfile profile,
org.broadleafcommerce.common.payment.dto.PaymentRequestDTO paymentRequestDTO)
protected String getPropertyWebProfileId()
Copyright © 2025. All rights reserved.