Skip to content

Commit

Permalink
SampleApp is updated with STCPay example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozgen Cetinkaya committed Jan 10, 2024
1 parent 6adf171 commit 054a03c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file modified SampleApp/SampleApp/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion SampleApp/SampleApp/Common/GlobalClass.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class GlobalClass: NSObject {
}

static func setDefualtValueToUserDefaults() {
if GlobalClass.returnUserDefaultsValue(key: UserDefaultsKeys.merchantIdentifier.rawValue).isEmpty {
if GlobalClass.returnUserDefaultsValue(key: UserDefaultsKeys.countryCode.rawValue).isEmpty {
GlobalClass.setUserDefaults(key: UserDefaultsKeys.countryCode.rawValue, value: "US")
GlobalClass.setUserDefaults(key: UserDefaultsKeys.grandTotal.rawValue, value: "1.99")
GlobalClass.setUserDefaults(key: UserDefaultsKeys.currencyCode.rawValue, value: "USD")
Expand Down

0 comments on commit 054a03c

Please sign in to comment.