pub async fn fetch_apple_receipt_data_with_urls(
    receipt: &UnityPurchaseReceipt,
    apple_urls: &AppleUrls<'_>,
    password: Option<&String>
) -> Result<AppleResponse>
Expand description

Response call with AppleUrls parameter for tests

Errors

Will return an error if no apple secret is set in password or if there is there is valid response from the apple_urls endpoints.