pub fn validate_apple_subscription(
    response: &AppleResponse,
    transaction_id: &str,
    now: DateTime<Utc>
) -> PurchaseResponse
Expand description

Simply validates based on whether or not the subscription’s expiration has passed.