Skip to content

Commit

Permalink
Add spend credits enum
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Oct 17, 2023
1 parent 1ae98ee commit 34cc7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
<item>INITIATE_PURCHASE</item>
<item>ADD_PAYMENT_INFO</item>
<item>PURCHASE</item>
<item>SPEND_CREDITS</item>
<item>SEARCH</item>
<item>VIEW_ITEM</item>
<item>VIEW_ITEMS</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public enum BRANCH_STANDARD_EVENT {
INITIATE_PURCHASE("INITIATE_PURCHASE"),
ADD_PAYMENT_INFO("ADD_PAYMENT_INFO"),
PURCHASE("PURCHASE"),
SPEND_CREDITS("SPEND_CREDITS"),
// Content events
SEARCH("SEARCH"),
VIEW_ITEM("VIEW_ITEM"),
Expand Down

0 comments on commit 34cc7b0

Please sign in to comment.