Skip to content

Commit

Permalink
Merge pull request #115 from cloudblue/LITE-31341-add_renew_request_v…
Browse files Browse the repository at this point in the history
…alidation

LITE-31341: Add Renew request validtion event
  • Loading branch information
jazz-jack authored Jan 27, 2025
2 parents fb7783a + 3568f06 commit 97015a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connect/eaas/core/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class EventType:
ASSET_RENEW_REQUEST_PROCESSING = 'asset_renew_request_processing'
ASSET_PURCHASE_REQUEST_VALIDATION = 'asset_purchase_request_validation'
ASSET_CHANGE_REQUEST_VALIDATION = 'asset_change_request_validation'
ASSET_RENEW_REQUEST_VALIDATION = 'asset_renew_request_validation'
PRODUCT_ACTION_EXECUTION = 'product_action_execution'
PRODUCT_CUSTOM_EVENT_PROCESSING = 'product_custom_event_processing'
TIER_CONFIG_SETUP_REQUEST_PROCESSING = 'tier_config_setup_request_processing'
Expand Down

0 comments on commit 97015a1

Please sign in to comment.