From c446f79eeb9b580908b7d460d136a8aa8a156800 Mon Sep 17 00:00:00 2001 From: Sammy Cannillo Date: Wed, 17 Jan 2024 15:14:13 -0600 Subject: [PATCH] Fixup - update JIRA ticket # for parsing result --- Sources/BraintreeShopperInsights/BTShopperInsightsClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/BraintreeShopperInsights/BTShopperInsightsClient.swift b/Sources/BraintreeShopperInsights/BTShopperInsightsClient.swift index 9aae114658..2b33d07fd8 100644 --- a/Sources/BraintreeShopperInsights/BTShopperInsightsClient.swift +++ b/Sources/BraintreeShopperInsights/BTShopperInsightsClient.swift @@ -46,7 +46,7 @@ public class BTShopperInsightsClient { parameters: postParameters, httpType: .payPalAPI ) { json, response, error in - // TODO: - Handle API Response. DTBTSDK-3176 + // TODO: - Handle API Response. DTBTSDK-3388 } return BTShopperInsightsResult()