[Solved] Consumable item purchase fails on Android

Hi,
I got 2 type of purchases in my game - consumable and non-consumable. On closed alpha-test (sandbox) non-consumable works fine, but on consumable item purchase I got this response - FAIL - unrecognized product. But it’s shouldn’t, because product was initialized on “OnInitialized” callback.
I have set up all parameters according to the documentation. In google play console I selected “managed product” according to google docs.

What could be wrong? Such a pain with that issue, can’t find any similar case.

@novaVision

Could you share your purchase script? Or are you using Codeless IAP?

Typically, the “unrecognized product” error indicates that the product ID that is purchased doesn’t match the product ID that was initialized. Could you double check that those IDs match?

I checked it firstly, but missed silly mistake in a code… Thanks anyway