Commit 1b6a624 1 parent ac1d653 commit 1b6a624 Copy full SHA for 1b6a624
File tree 2 files changed +4
-4
lines changed
Source/Core/Models/Subscription
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
#
17
17
18
18
s . name = "InPlayerSDK"
19
- s . version = "3.0.1 "
19
+ s . version = "3.0.2 "
20
20
s . summary = "InPlayer's iOS API client wrapper."
21
21
22
22
# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ public struct InPlayerSubscription: Codable {
21
21
case cancelToken = " cancel_token "
22
22
case status = " status "
23
23
case description = " description "
24
- case assetTitle = " asset_title "
25
- case assetId = " asset_id "
24
+ case assetTitle = " item_title "
25
+ case assetId = " item_id "
26
26
case formattedAmount = " formatted_amount "
27
27
case amount = " amount "
28
28
case currency = " currency "
29
29
case merchantId = " merchant_id "
30
30
case createdAt = " created_at "
31
31
case updatedAt = " updated_at "
32
- case nextBillingDate = " next_billing_date "
32
+ case nextBillingDate = " next_rebill_date "
33
33
case unsubscribeUrl = " unsubscribe_url "
34
34
}
35
35
You can’t perform that action at this time.
0 commit comments