Offline refund component
Learn how to use the Offline refund component.
The information in this section applies to both the drb2b_OfflineRefund
component (Aura only) and drb2b_OfflineRefund_LWR
component (LWR only).
Use the drb2b_OfflineRefund
component to collect refund banking details from shoppers using offline payment methods such as wire transfer or konbini. You can configure this component in the experience builder.
You can publish an event to trigger a reload of the offline refund component to meet your business requirements.
Publish the Offline refund component event
Complete the following tasks to publish various event types. The event purpose and payload will vary depending on the use case.
Import DigitalRiverMessageChannel__c message
channel and message service into a custom JavaScript file, as shown below.
Declare the message context variable as shown below.
Publish the event.
Refer to the following table for more information on the Offline refund component events.
Event purpose | Event payload example | Description |
---|---|---|
reloadOfflineRefund | n/a | Publish this event to reload the Offline refund component. |
Last updated