Skip to content

Commit

Permalink
fix: add integration type to requests
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinpaypal committed Sep 9, 2024
1 parent 7ad763b commit e7145c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/src/main/java/com/paypal/messages/io/Api.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ object Api {
instanceId: UUID,
) {
addQueryParameter("client_id", config.data.clientID)
addQueryParameter("integration_type", BuildConfig.INTEGRATION_TYPE)
if (devTouchpoint) addQueryParameter("dev_touchpoint", "true")
if (ignoreCache) addQueryParameter("ignore_cache", "true")
addQueryParameter("instance_id", instanceId.toString())
Expand Down

0 comments on commit e7145c2

Please sign in to comment.