I want users to buy a product as many times as they want. e.g gold coins, bonus points etc. Is it possible to specify the the LicenseDuration="0" so that as soon as the user buys it the points are added to users account and the product is ready to be bought again. I'm doing it the following way, it works fine in the simulator mode:
<Product ProductId="sp75" LicenseDuration="0">
<MarketData xml:lang="en-us">
<Name>ServerPoints75</Name>
<Price>1.99</Price>
<CurrencySymbol>$</CurrencySymbol>
<CurrencyCode>USD</CurrencyCode>
</MarketData>
</Product>
