Skip to content

Commit

Permalink
Update Deferred proration mode value to match BC7 (#489)
Browse files Browse the repository at this point in the history
With the BC7 update done in #485, we also had to update the Deferred
mode underlying int value to match the new value expected by the billing
client. This shouldn't have affected users since the previous change
wasn't shipped yet
  • Loading branch information
tonidero authored Aug 6, 2024
1 parent 07f6f25 commit 7e17bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RevenueCat/Scripts/ProrationMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public enum ProrationMode

/// Replacement takes effect when the old plan expires, and the new price will
/// be charged at the same time.
Deferred = 4,
Deferred = 6,

/// Replacement takes effect immediately, and the user is charged full price
/// of new plan and is given a full billing cycle of subscription,
Expand Down

0 comments on commit 7e17bf0

Please sign in to comment.