Skip to content

Commit 7f74ee0

Browse files
authored
Merge pull request #39 from rich-spitkovsky-riskified/shop_url_notification
added shop_url comment to notification page
2 parents 92aa99a + afdcfbd commit 7f74ee0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

riskified-sdk/src/main/java/com/riskified/notifications/Notification.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
import com.riskified.models.Custom;
44

5+
// Shop URL may also be added to the API notifications from Riskified depending on your
6+
// account configuration (contact your Account Manager or Integration Engineer for details).
7+
// The Shop URL will reflect the URL of the Riskified account processing the order in case
8+
// your technical team would like to use the parameter for routing in your back-end systems.
9+
510
public class Notification {
611

712
private NotificationOrder order;

0 commit comments

Comments
 (0)