Hi,
I am following https://developer.apple.com/documentation/storekit/transaction/testing_refund_requests and trying to test refund requests.
I am able to trigger refund requests from my app (in sandbox) using https://developer.apple.com/documentation/swiftui/view/refundrequestsheet(for:ispresented:ondismiss:)
I do see that the notification URL receives a NotificationTypeV2.CONSUMPTION_REQUEST but it's not receiving NotificationTypeV2.REFUND
The product for which the refund is triggered is a consumable type
Is this expected behavior? How can I test REFUND without this?
Thanks