Following the tutorial for adding web monetisation - seems straightforward - I get the following error when building..
No key, method or field with name 'webmonetization.payment_pointer' on line 3
Any ideas?
Following the tutorial for adding web monetisation - seems straightforward - I get the following error when building..
No key, method or field with name 'webmonetization.payment_pointer' on line 3
Any ideas?
https://github.com/defold/extension-webmonetization#add-payment-pointer
Did you add this to your game.project file?
[webmonetization]
payment_pointer = ADD PAYMENT POINTER HERE
Yes I have the coil extension set up and running. The error occurs in the Defold console, before I get anywhere near a browser.
I ninja edited reply! ![]()
That’s better, thanks! Had to add the line manually to game.project
Made issue, this feels like it should not break building when not set to me.
https://github.com/defold/extension-webmonetization/issues/2