Skip to content

Commit

Permalink
add secure url for stagging
Browse files Browse the repository at this point in the history
add secure url for stagging
  • Loading branch information
serbru20066Falabella committed Sep 25, 2023
1 parent b561e03 commit 2edee9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LinioPayTokenizer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LinioPayTokenizer/0.1.0/LinioPayTokenizer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LinioPayTokenizer/LinioPayTokenizerConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2edee9c

Please sign in to comment.