We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92aa99a + afdcfbd commit 7f74ee0Copy full SHA for 7f74ee0
1 file changed
riskified-sdk/src/main/java/com/riskified/notifications/Notification.java
@@ -2,6 +2,11 @@
2
3
import com.riskified.models.Custom;
4
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
+
10
public class Notification {
11
12
private NotificationOrder order;
0 commit comments