My company is currently developing an app which will support both non-consumable and consumable product.
And I'm developing the backend API, and need a test receipt data which is close to the data which will be sent in production environment.
In production environment, I believe there will be a case where the encoded receipt contains both non-consumable and consumable product's receipt(inside the in_app Array).
Is it possible to create this kind of receipt(which contains multiple receipts, which is both consumable and non-consumable product) in the sandbox environment?
If so, would help if you can tell me how.
And I'm developing the backend API, and need a test receipt data which is close to the data which will be sent in production environment.
In production environment, I believe there will be a case where the encoded receipt contains both non-consumable and consumable product's receipt(inside the in_app Array).
Is it possible to create this kind of receipt(which contains multiple receipts, which is both consumable and non-consumable product) in the sandbox environment?
If so, would help if you can tell me how.