Skip to content

Commit

Permalink
Updated Request Body Params Names
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Oct 4, 2024
1 parent 63aa5e7 commit 7614193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/BranchSDK/BranchConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@
NSString * const BRANCH_REQUEST_KEY_DMA_AD_PEROSALIZATION = @"dma_ad_personalization";
NSString * const BRANCH_REQUEST_KEY_DMA_AD_USER_DATA = @"dma_ad_user_data";

NSString * const BRANCH_REQUEST_KEY_REQUEST_UUID = @"branch_sdk_request_uuid";
NSString * const BRANCH_REQUEST_KEY_REQUEST_CREATION_TIME_STAMP = @"branch_sdk_request_creation_time_stamp";
NSString * const BRANCH_REQUEST_KEY_REQUEST_UUID = @"branch_sdk_request_unique_id";
NSString * const BRANCH_REQUEST_KEY_REQUEST_CREATION_TIME_STAMP = @"branch_sdk_request_timestamp";

0 comments on commit 7614193

Please sign in to comment.