Skip to content

Commit 1b6a624

Browse files
committedMay 28, 2021
updating properties & increment pod version
1 parent ac1d653 commit 1b6a624

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎InPlayerSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "InPlayerSDK"
19-
s.version = "3.0.1"
19+
s.version = "3.0.2"
2020
s.summary = "InPlayer's iOS API client wrapper."
2121

2222
# This description is used to generate tags and improve search results.

‎Source/Core/Models/Subscription/InPlayerSubscription.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ public struct InPlayerSubscription: Codable {
2121
case cancelToken = "cancel_token"
2222
case status = "status"
2323
case description = "description"
24-
case assetTitle = "asset_title"
25-
case assetId = "asset_id"
24+
case assetTitle = "item_title"
25+
case assetId = "item_id"
2626
case formattedAmount = "formatted_amount"
2727
case amount = "amount"
2828
case currency = "currency"
2929
case merchantId = "merchant_id"
3030
case createdAt = "created_at"
3131
case updatedAt = "updated_at"
32-
case nextBillingDate = "next_billing_date"
32+
case nextBillingDate = "next_rebill_date"
3333
case unsubscribeUrl = "unsubscribe_url"
3434
}
3535

0 commit comments

Comments
 (0)