Skip to content

Commit

Permalink
Add invalid gateway key to promotion reward ingest status
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Aug 28, 2024
1 parent 2cc703b commit 3edfa45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ message promotion_reward_ingest_report_v1 {
enum promotion_reward_status {
promotion_reward_status_valid = 0;
promotion_reward_status_invalid_subscriber_id = 1;
promotion_reward_status_invalid_carrier_key = 2;
promotion_reward_status_invalid_gateway_key = 2;
promotion_reward_status_invalid_carrier_key = 3;
}

message verified_promotion_reward_v1 {
Expand Down

0 comments on commit 3edfa45

Please sign in to comment.