Skip to content

Commit

Permalink
Update keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Garg committed Sep 21, 2021
1 parent c7ae3b5 commit ce7fd35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# PayUNativeOtpAssist-iOS
Native OTP Assist SDK for IOS
Integration Document: https://payumobile.gitbook.io/sdk-integration/ios/native-otp-assist

For hash generation testing salt needs to be put in HASH generation method and one set of test creds can be found on gitbook- https://payumobile.gitbook.io/sdk-integration/test-merchant-list
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,8 @@
import UIKit
class MerchantViewController: BaseViewController {
// MARK: - Variables -
let keySalt = [["3TnMpV", "g0nGFe03"],
["V2yqBC", "dEzD8BBD"],
["0MQaQP", "7tVMWdl6"],
["smsplus", "1b1b0"],
["ol4Spy", "J0ZXw2z9"],
["obScKz", "Ml7XBCdR"],
["gtKFFx", "eCwWELxi"],
["Rl8Pdr", "wsl9kqyy"],
["smsplus", "350"],
["IUIaFM", "67njRYSI"],
["F53fW7", "PPIzLXEo"]]
let keySalt = [["3TnMpV", "<Please_add_test_salt_here>"],
["gtKFFx", "<Please_add_test_salt_here>"]]

let indexKeySalt = 4
var amount: String = "1"
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit ce7fd35

Please sign in to comment.