diff --git a/LinioPayTokenizer.podspec b/LinioPayTokenizer.podspec index 8a98f40..50b6e5e 100644 --- a/LinioPayTokenizer.podspec +++ b/LinioPayTokenizer.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'LinioPayTokenizer' - s.version = '0.1.3' + s.version = '0.1.4' s.summary = 'LinioPay Tokenizer is the IOS library interface to get customer’s credit card information in a secure way.' s.description = <<-DESC LinioPay Tokenizer is the IOS library interface to get customer’s credit card information in a secure way. It allows you to set a predetermined diff --git a/LinioPayTokenizer/0.1.0/LinioPayTokenizer.podspec b/LinioPayTokenizer/0.1.0/LinioPayTokenizer.podspec index 8a98f40..50b6e5e 100644 --- a/LinioPayTokenizer/0.1.0/LinioPayTokenizer.podspec +++ b/LinioPayTokenizer/0.1.0/LinioPayTokenizer.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'LinioPayTokenizer' - s.version = '0.1.3' + s.version = '0.1.4' s.summary = 'LinioPay Tokenizer is the IOS library interface to get customer’s credit card information in a secure way.' s.description = <<-DESC LinioPay Tokenizer is the IOS library interface to get customer’s credit card information in a secure way. It allows you to set a predetermined diff --git a/LinioPayTokenizer/LinioPayTokenizerConstants.m b/LinioPayTokenizer/LinioPayTokenizerConstants.m index 44e2e52..ba514e1 100644 --- a/LinioPayTokenizer/LinioPayTokenizerConstants.m +++ b/LinioPayTokenizer/LinioPayTokenizerConstants.m @@ -11,7 +11,7 @@ @implementation LinioPayTokenizerConstants NSString * const LPTS_API_PATH = @"https://vault.liniopay.com/token"; -NSString * const LPTS_API_STG_PATH = @"http://vault-new.staging-liniopay.com/token"; +NSString * const LPTS_API_STG_PATH = @"https://vault-new.staging-liniopay.com/token"; NSString * const ERROR_DOMAIN = @"com.LinioPay.Tokenizer.ErrorDomain"; NSUInteger const CHAR_LENGTH_KEY = 40; NSUInteger const CHAR_LENGTH_CVC = 3;