Class RefundEventUpdater<P extends UpdateRefundEvents>
java.lang.Object
com.broadleafcommerce.billing.job.module.RefundEventUpdater<P>
Updates the
RefundEvent with the result of the payment processing. Triggers notification
for refund event.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static Set<RefundStatusEnum>protected PaymentAndRefundUpdaterService<BillingProcessingRequestWithPayment,BillingProcessingRequestWithRefundDetail> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expectedStatuses
-
updaterService
@Autowired protected PaymentAndRefundUpdaterService<BillingProcessingRequestWithPayment,BillingProcessingRequestWithRefundDetail> updaterService
-
-
Constructor Details
-
RefundEventUpdater
public RefundEventUpdater()
-
-
Method Details
-
process
Deprecated.Useprocess(UpdateRefundEvents, ContextInfo)instead -
process
public void process(P request, @Nullable com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
process(UpdateRefundEvents, ContextInfo)instead