We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcd622 commit 169a2bbCopy full SHA for 169a2bb
Leanplum-SDK/Classes/LPRevenueManager.m
@@ -176,7 +176,7 @@ - (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProdu
176
[Leanplum track:eventName
177
withValue:[product.price doubleValue] * [transaction[@"quantity"] integerValue]
178
andArgs:@{
179
- @"currencyCode": currencyCode,
+ LP_PARAM_CURRENCY_CODE: currencyCode,
180
@"iOSTransactionIdentifier": transaction[@"transactionIdentifier"],
181
@"iOSReceiptData": transaction[@"receiptData"],
182
@"iOSSandbox": [NSNumber numberWithBool:[LPConstantsState sharedState].isDevelopmentModeEnabled]
0 commit comments