File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 * A transaction ID can be used to avoid duplicate revenue events. The last ten
7171 * transaction identifiers are remembered.
7272 *
73- * @param The identifier used to avoid duplicate revenue events
73+ * @param transactionId The identifier used to avoid duplicate revenue events
7474 */
7575- (void ) setTransactionId : (NSString *)transactionId ;
7676
8080 *
8181 * Validate a in-app-purchase receipt.
8282 *
83- * @param The receipt to validate
84- * @param The identifier used to validate the receipt and to avoid duplicate revenue events
83+ * @param receipt The receipt to validate
84+ * @param transactionId The identifier used to validate the receipt and to avoid duplicate revenue events
8585 */
8686- (void ) setReceipt : (NSData *)receipt transactionId : (NSString *)transactionId ;
8787
You can’t perform that action at this time.
0 commit comments