Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-gadagoju committed Aug 14, 2023
1 parent 29a1554 commit ab09ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chargebee/Classes/Configuration/Chargebee.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class Chargebee {
}


@available(*, deprecated, message: "This will be removed in upcoming versions, Please use this API func retrieveSubscriptionsList(queryParams: [String: String]? = nil, handler: @escaping RetrieveSubscriptionHandler)")
@available(*, deprecated, message: "This will be removed in upcoming versions, Please use this API func retrieveSubscriptions(queryParams: [String: String]? = nil, handler: @escaping RetrieveSubscriptionHandler)")
public func retrieveSubscriptions(queryParams: [String: String]? = nil, handler: @escaping SubscriptionHandler) {
let logger = CBLogger(name: "Subscription", action: "Fetch Subscription using customerId")
logger.info()
Expand Down

0 comments on commit ab09ee7

Please sign in to comment.