We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(general): listed "quantity" as a member of purchase
[task] updated docs from source
docs(general): URL fix
docs(general): first version of generated documentation
Fixed typo in issue #5
Updated Quick_Start_Guide (markdown)
Final changes after reviewing page contents on GitHub
Removed word "Syntax" on top of Functions page
Added sidebar page
Added link to Google auth protocol API (Google OAuth2)
Removed constant gpb_purchase_status as it's not being used
Final review of Quick Start Guide page
Final review of Functions page done
Linked async_load in Constants.md
Fixed link to Verification, gpb_error_no_sku => gpb_error_no_skus
Current progress * Added Quick Start Guide > Verification * Replaced more single and double parentheses with their valid ASCII counterparts * Removed "page being worked on" with a proper text * TODO: full (final) review of all pages, check return types (N/A, extension built-in constant, etc.), SKU ID vs. product ID
Added example code for Quick Start Guide > Subscriptions
Added code examples for Quick Start Guide > Consumables
Added example code for Quick Start Guide > One-Time Purchases
Quick Start Guide > Querying Purchases fully rewritten
Current progress * Quick Start Guide > Initialization code now changed to include QueryPurchasesAsync, also in Google Doc
Current progress * Changed the initialization part in Quick Start Guide to include the async call to GPBilling_QueryPurchasesAsync * Moved the call to GPBilling_QuerySubscriptions to another case under the switch (?"async_load") (it cannot be called together with GPBilling_QueryProducts, see Note!) * "Un-Specified" => "Unspecified"
Added Querying Purchases to Quick Start Guide => Needs to be changed as it's now done using GPBilling_QueryPurchasesAsync
Quick Start Guide => Added Initialization code
Replaced more "Word" single and double quotes, changed copyright year to 2023
Did a find and replace of the "Word" apostrophe and double quotes => replaced with their ASCII counterparts TODO on other pages
Finished all examples on the Functions page * Replaced all occurrences of room_speed with game_get_speed(gamespeed_fps) * Added missing ds_list accessors | * Changed function return types here and there to correspond with the contents of the document * Manually changed some "Word" double quote characters to "" => The "Word" ones lead to errors when copy-pasted into the Code Editor!
GPBilling_Sku_GetIntroductoryPricePeriod, GPBilling_Sku_GetIntroductoryPriceCycles
First functions starting with GPBilling_Sku_ done
Finished and reviewed functions + examples up to GPBilling_ConsumeProduct