File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,6 @@ import UIKit
146146 dateFormatter. dateFormat = " yyyy-MM-dd HH:mm:ss "
147147 let purchaseDateStr = dateFormatter. string ( from: transaction. originalPurchaseDate)
148148
149- // Kaufdatum
150- let purchaseDateStr = dateFormatter. string ( from: transaction. originalPurchaseDate)
151-
152149 // EXPIRATION (falls vorhanden)
153150 var expiryDateStr = " "
154151 if let expirationDate = transaction. expirationDate {
Original file line number Diff line number Diff line change 11{
22 "name" : " capacitor-subscriptions" ,
3- "version" : " 1.0.11 " ,
3+ "version" : " 1.0.12 " ,
44 "description" : " A capacitor plugin which simplifies subscription handling - implementing StoreKit 2 and Google Billing 7" ,
55 "main" : " dist/plugin.cjs.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments