feat: added username to IAP purchaseProduct method (#35902)
This commit is contained in:
parent
4e66184287
commit
6a798b1c58
6 changed files with 39 additions and 11 deletions
|
@ -29,6 +29,7 @@ std::string GetReceiptURL();
|
|||
|
||||
void PurchaseProduct(const std::string& productID,
|
||||
int quantity,
|
||||
const std::string& username,
|
||||
InAppPurchaseCallback callback);
|
||||
|
||||
} // namespace in_app_purchase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue