GodotSteam / GodotSteam

An ecosystem of tools for Godot Engine and Valve's Steam. For the Windows, Linux, and Mac platforms.
http://godotsteam.com/
MIT License
2.77k stars 187 forks source link

Signal misspelled in API #290

Closed davidjreese closed 1 year ago

davidjreese commented 1 year ago

Description of the signals shows the proper name for the signal: microtransaction_auth_response

The actual signal method signature is this: microstransaction_auth_response

This is critical in that to make micro-transactions work, the developer needs to hook this API call.

To Reproduce

Expected behavior

Desktop (please complete the following information):

Version of Godot:

Version of GodotSteam:

Gramps commented 1 year ago

Thanks for finding this! I am currently out of town but will be back in action on Sunday. The plug-in version is still getting updated to match the current master branch so I will add this to the list of changes!

Gramps commented 1 year ago

OK, this is now fixed in the module and will be live with 3.18.3; it'll also be fixed in the plug-in which will come out around the same time this week. Thank you again!