Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOMATIC] Release/5.12.1 #4525

Merged
merged 2 commits into from
Nov 29, 2024
Merged

[AUTOMATIC] Release/5.12.1 #4525

merged 2 commits into from
Nov 29, 2024

Conversation

RCGitBot
Copy link
Contributor

This is an automatic release.

RevenueCatUI SDK

🐞 Bugfixes

@RCGitBot RCGitBot requested a review from a team November 27, 2024 17:35
Comment on lines -59 to +68
expect(subscription.purchaseDate).to(beCloseToNow())
expect(subscription.originalPurchaseDate).to(beCloseToNow())
expect(subscription.expiresDate).to(beCloseToDate(expiration))
expect(subscription.purchaseDate) == transaction.purchaseDate
expect(subscription.originalPurchaseDate) == transaction.originalPurchaseDate
expect(subscription.expiresDate) == transaction.expirationDate
expect(subscription.store) == .appStore
expect(subscription.isSandbox) == self.sandboxDetector.isSandbox
expect(subscription.ownershipType) == .purchased

expect(entitlement.expiresDate).to(beCloseToDate(expiration))
expect(entitlement.expiresDate) == transaction.expirationDate
expect(entitlement.productIdentifier) == transaction.productID
expect(entitlement.purchaseDate).to(beCloseToNow())
expect(entitlement.purchaseDate) == transaction.purchaseDate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

@vegaro vegaro merged commit db9305c into main Nov 29, 2024
44 checks passed
@vegaro vegaro deleted the release/5.12.1 branch November 29, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants