Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
change OMISE_IOS_VERSION constant to last SDK version(2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
igroomgrim committed May 10, 2016
1 parent acfa46a commit 9e6bd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Omise-iOS_SDK/Omise-iOS_SDK/SDK/Omise.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class Omise: NSObject, NSURLConnectionDelegate {
mTokenRequest = tokenRequest

let url = NSURL(string: "https://vault.omise.co/tokens")
let OMISE_IOS_VERSION = "1.0.3"
let OMISE_IOS_VERSION = "2.0.0"
let req = NSMutableURLRequest(URL: url!, cachePolicy: NSURLRequestCachePolicy.ReloadIgnoringLocalAndRemoteCacheData, timeoutInterval: 15)
req.HTTPMethod = "POST"

Expand Down

0 comments on commit 9e6bd09

Please sign in to comment.