You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Parsing the returned effects list, please consult https://developers.talon.one/Integration-API/handling-effects-v2 for the full list of effects and their corresponding properties
52
+
// Parsing the returned effects list, please consult
53
+
// https://developers.talon.one/Integration-API/handling-effects-v2 for the full
54
+
// list of effects and their corresponding properties
53
55
for (Effecteff : is.getEffects()) {
54
56
if (eff.getEffectType().equals("addLoyaltyPoints")) {
55
57
// Typecasting according to the specific effect type
0 commit comments