Uses of Interface
org.broadleafcommerce.payment.service.gateway.PayPalSyncTransactionService
Packages that use PayPalSyncTransactionService
-
Uses of PayPalSyncTransactionService in org.broadleafcommerce.payment.service.gateway
Classes in org.broadleafcommerce.payment.service.gateway that implement PayPalSyncTransactionServiceModifier and TypeClassDescriptionclassThis takes thePaymentRequestDTOand calls theReportingTransactions.get(Map, APIContext)to read all theReportingTransactionResponseand then filters the results by matching theTransactionInfo.getPaypal_reference_id()andTransactionInfo.getCustom_field()Note: in the PayPal payload, theTransactionInfo.getCustom_field()is used to capture and custom info that we want.