We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd3ed2 commit cd34081Copy full SHA for cd34081
README.md
@@ -74,6 +74,10 @@ class ViewController: UIViewController,OttuDelegate {
74
var responseDict : [String:Any]?
75
var message = ""
76
77
+ //apikey: You will get the apikey from Ottu
78
+ //merchant_id: You will get the merchant id from Ottu
79
+ //sessionid: You will get the sessionid from the public API
80
+ //lang: This is for language. "en" for English and "ar" for Arabic
81
override func viewDidLoad() {
82
super.viewDidLoad()
83
//Intiate the SDK accordingly after getting session id from the public API documentation.
0 commit comments