Skip to content

Commit 169a2bb

Browse files
committed
feat(api): replace with constant
1 parent dbcd622 commit 169a2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Leanplum-SDK/Classes/LPRevenueManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ - (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProdu
176176
[Leanplum track:eventName
177177
withValue:[product.price doubleValue] * [transaction[@"quantity"] integerValue]
178178
andArgs:@{
179-
@"currencyCode": currencyCode,
179+
LP_PARAM_CURRENCY_CODE: currencyCode,
180180
@"iOSTransactionIdentifier": transaction[@"transactionIdentifier"],
181181
@"iOSReceiptData": transaction[@"receiptData"],
182182
@"iOSSandbox": [NSNumber numberWithBool:[LPConstantsState sharedState].isDevelopmentModeEnabled]

0 commit comments

Comments
 (0)