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
However, the enum does not include CouponLimitReached, which results in the error:
java.lang.IllegalArgumentException: Unexpected value 'CouponLimitReached'
at one.talon.model.CouponRejectionReason$ReasonEnum.fromValue(CouponRejectionReason.java:91)
The text was updated successfully, but these errors were encountered:
We try to parse effects from Talon.One using
However, the enum does not include
CouponLimitReached
, which results in the error:The text was updated successfully, but these errors were encountered: