Commit 162145f2 by Dima Bart

Renamed channelID to appID.

parent aa0affb4
...@@ -38,7 +38,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { ...@@ -38,7 +38,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
*/ */
let shopDomain: String = "" let shopDomain: String = ""
let apiKey: String = "" let apiKey: String = ""
let channedID: String = "" let appID: String = ""
private(set) var client: BUYClient! private(set) var client: BUYClient!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment