public interface PayPalPaymentService
| Modifier and Type | Method and Description |
|---|---|
com.paypal.api.payments.Payment |
createPayPalPaymentForCurrentOrder(boolean performCheckoutOnReturn)
Creates a PayPal payment
|
String |
getPayPalPayerIdFromCurrentOrder() |
String |
getPayPalPaymentIdFromCurrentOrder() |
void |
setPayPalPayerIdOnCurrentOrder(String payerId) |
void |
setPayPalPaymentIdOnCurrentOrder(String paymentId) |
void |
updatePayPalPaymentForFulfillment()
Updates the PayPal payment to be in sync with the order.
|
com.paypal.api.payments.Payment createPayPalPaymentForCurrentOrder(boolean performCheckoutOnReturn)
throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
performCheckoutOnReturn - Indicates if we should start checkout after the user has authorized the paymentorg.broadleafcommerce.common.vendor.service.exception.PaymentExceptionvoid updatePayPalPaymentForFulfillment()
throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
createPayPalPaymentForCurrentOrder(boolean)org.broadleafcommerce.common.vendor.service.exception.PaymentExceptionString getPayPalPaymentIdFromCurrentOrder() throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
org.broadleafcommerce.common.vendor.service.exception.PaymentExceptionString getPayPalPayerIdFromCurrentOrder() throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
org.broadleafcommerce.common.vendor.service.exception.PaymentExceptionvoid setPayPalPaymentIdOnCurrentOrder(String paymentId) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
org.broadleafcommerce.common.vendor.service.exception.PaymentExceptionvoid setPayPalPayerIdOnCurrentOrder(String payerId) throws org.broadleafcommerce.common.vendor.service.exception.PaymentException
org.broadleafcommerce.common.vendor.service.exception.PaymentExceptionCopyright © 2025. All rights reserved.