Open
Description
We try to parse effects from Talon.One using
CouponRejectionReason.ReasonEnum.fromValue(props.rejectionReason)
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)
Metadata
Metadata
Assignees
Labels
No labels