Skip to content

Commit

Permalink
ASDK-365
Browse files Browse the repository at this point in the history
  • Loading branch information
Budnikov Vyacheslav committed Feb 27, 2017
1 parent 408911b commit 9b6b3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ASDKCore/RequestBuilder/ASDKRequestBuilder.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ - (NSString *)makeTokenWithParameters:(NSDictionary *)parameters
[tokenString appendString:parameterValue];
}

NSLog(@"%@",tokenString);
// NSLog(@"%@",tokenString);

NSString *encodedTokenString = [ASDKCryptoUtils sha256:tokenString];

Expand Down
2 changes: 1 addition & 1 deletion SampleProject/ASDKSampleApp/Source/PayController.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ + (ASDKPaymentFormStarter *)paymentFormStarter
{
ASDKStringKeyCreator *stringKeyCreator = [[ASDKStringKeyCreator alloc] initWithPublicKeyString:[ASDKTestSettings testPublicKey]];
ASDKAcquiringSdk *acquiringSdk = [ASDKAcquiringSdk acquiringSdkWithTerminalKey:[ASDKTestSettings testActiveTerminal]
payType:nil//@"О"//@"T"
payType:nil//@"O"//@"T"
password:[ASDKTestSettings testTerminalPassword]
publicKeyDataSource:stringKeyCreator];

Expand Down

0 comments on commit 9b6b3e5

Please sign in to comment.