From 7e17bf03b5dc6b0be3f066910ba9f9e090f23af5 Mon Sep 17 00:00:00 2001 From: Toni Rico Date: Tue, 6 Aug 2024 10:45:30 +0200 Subject: [PATCH] Update Deferred proration mode value to match BC7 (#489) 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 --- RevenueCat/Scripts/ProrationMode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RevenueCat/Scripts/ProrationMode.cs b/RevenueCat/Scripts/ProrationMode.cs index 17f17c5c..61094f30 100644 --- a/RevenueCat/Scripts/ProrationMode.cs +++ b/RevenueCat/Scripts/ProrationMode.cs @@ -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,