Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Defold Web Monetization extension updated

A topic by Defold Foundation created Oct 14, 2020 Views: 129 Replies: 1
Viewing posts 1 to 2
Host (1 edit) (+3)

For those planning to use Defold as their engine of choice for the jam we just released a new version of the Web Monetization extension. The new version returns event details in the listener callback.

New release: https://github.com/defold/extension-webmonetization/releases/tag/1.0.0

webmonetization.set_listener(function(self, event, details)
    pprint(details)
end)

Details table:

{
  paymentPointer = "$ilp.uphold.com/QkG86UgXzKq8",
  assetScale = 9,
  amount = "26009",
  requestId = "a1f728aa-21e0-4376-ae99-0ccb22642956",
  assetCode = "XRP"
}
Host

The extension has received to updates to fix potential crashes. Latest release is: https://github.com/defold/extension-webmonetization/releases/tag/1.0.2