I’m currently having an issue for when I apply for the donations I want displayed and back out, then publish, nothing saves.
How can you run normal Dev Products alongside this Donation Board?
1 Like
You can use the ProductCallbacks module given in the model to use as MarketplaceService.ProcessReceipt
.
Just copy paste all the scripts you have that work with ProcessReceipt into that module’s function and adjust it so it runs when that function is called and it should work
1 Like