Multiple transaction in 1 receipt in Sandbox environment

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.
When you test your app in the sandbox, make the non-consumable purchase first. This will populate the appStoreReceipt so that the inapp array will always have the non-consumable item. Then make the consumable purchase. When the transaction is successful, the validated appStoreReceipt should show both items in the inapp array.

rich kubota - rkubota@apple.com
developer technical support CoreOS/Hardware/MFI

@rich Thanks I'll try it out :D
Multiple transaction in 1 receipt in Sandbox environment
 
 
Q