Skip to content

Commit

Permalink
Fix/ct 2534 (#160)
Browse files Browse the repository at this point in the history
* Package version bump

* CT-2534 - PreAuth payment methods stuck on 'loading' when user hits 'Pay' button

* Attempt to make SonarCloud happy
  • Loading branch information
stefan-tudor authored Sep 21, 2022
1 parent ce66150 commit eedab29
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.1.4;
MARKETING_VERSION = 3.1.5;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.judo.JudoPayDemoObjC;
PRODUCT_NAME = "Judopay demo";
Expand All @@ -1116,7 +1116,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.1.4;
MARKETING_VERSION = 3.1.5;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.judo.JudoPayDemoObjC;
PRODUCT_NAME = "Judopay demo";
Expand Down
2 changes: 1 addition & 1 deletion Examples/ObjectiveCExampleApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'ObjectiveCExampleApp' do
pod 'Judo3DS2_iOS', '1.1.1'

pod 'JudoKit-iOS', :path => '../../'
# pod 'JudoKit-iOS', '3.1.4'
# pod 'JudoKit-iOS', '3.1.5'

pod 'MaterialComponents/Snackbar'
pod 'InAppSettingsKit', '3.3.6'
Expand Down
6 changes: 3 additions & 3 deletions Examples/ObjectiveCExampleApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- OpenSSL-Universal (~> 1.1.180)
- InAppSettingsKit (3.3.6)
- Judo3DS2_iOS (1.1.1)
- JudoKit-iOS (3.1.4):
- JudoKit-iOS (3.1.5):
- DeviceDNA (~> 2.0.0)
- Judo3DS2_iOS (~> 1.1.1)
- TrustKit
Expand Down Expand Up @@ -121,14 +121,14 @@ SPEC CHECKSUMS:
DeviceDNA: 9ff289d1fb983937754b324fa0adade2081210c4
InAppSettingsKit: 37df0b44132380d4c7db6fc7cded92997e29873a
Judo3DS2_iOS: 1699474533e69b69593c6a76b42645cb240f618a
JudoKit-iOS: b27be15d89a866fc631cb41e8b1bf858bd7ef922
JudoKit-iOS: b78d93312da35d459c02c0e5788e84f04eec82b3
MaterialComponents: 1a9b2d9d45b1601ae544de85089adc4c464306d4
MDFInternationalization: d697c55307816222a55685c4ccb1044ffb030c12
MDFTextAccessibility: f4bb4cc2194286651b59a215fdeaa0e05dc90ba5
OpenSSL-Universal: ee0a7a25f2042782e2df405e66db3e429198e392
TrustKit: 610b8c71c07914756dd74c380040a3408a747798
ZappMerchantLib: b14bc5814840426d351190309250347ca9b0983d

PODFILE CHECKSUM: ab6d39957f7926b3c432c44c02a79a5b0569bf12
PODFILE CHECKSUM: 10752d4f17761aeeed2fdbfd7024bb8b37e579c3

COCOAPODS: 1.11.3
4 changes: 2 additions & 2 deletions Examples/SwiftExampleApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- OpenSSL-Universal (~> 1.1.180)
- InAppSettingsKit (3.3.6)
- Judo3DS2_iOS (1.1.1)
- JudoKit-iOS (3.1.4):
- JudoKit-iOS (3.1.5):
- DeviceDNA (~> 2.0.0)
- Judo3DS2_iOS (~> 1.1.1)
- TrustKit
Expand Down Expand Up @@ -41,7 +41,7 @@ SPEC CHECKSUMS:
DeviceDNA: 9ff289d1fb983937754b324fa0adade2081210c4
InAppSettingsKit: 37df0b44132380d4c7db6fc7cded92997e29873a
Judo3DS2_iOS: 1699474533e69b69593c6a76b42645cb240f618a
JudoKit-iOS: b27be15d89a866fc631cb41e8b1bf858bd7ef922
JudoKit-iOS: b78d93312da35d459c02c0e5788e84f04eec82b3
OpenSSL-Universal: ee0a7a25f2042782e2df405e66db3e429198e392
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
TrustKit: dad4c3a08248c21fcb9a3b5be3c2e2b9d4f9b973
Expand Down
2 changes: 1 addition & 1 deletion JudoKit-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JudoKit-iOS'
s.version = '3.1.4'
s.version = '3.1.5'
s.summary = 'Judo Pay Full iOS Client Kit'
s.homepage = 'https://www.judopay.com/'
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion Source/JudoKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@protocol JPAuthorization;

static NSString *__nonnull const JudoKitName = @"JudoKit_iOS";
static NSString *__nonnull const JudoKitVersion = @"3.1.4";
static NSString *__nonnull const JudoKitVersion = @"3.1.5";

@interface JudoKit : NSObject

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ - (instancetype)initWithMode:(JPTransactionMode)mode
completion:(JPCompletionBlock)completion {

if (self = [super init]) {
self.transactionMode = mode;
self.configuration = configuration;
self.apiService = apiService;
self.completionHandler = completion;
self.paymentMethods = configuration.paymentMethods;
_transactionMode = mode;
_configuration = configuration;
_apiService = apiService;
_completionHandler = completion;
_paymentMethods = configuration.paymentMethods;

[JPCardStorage.sharedInstance orderCards];
}
Expand Down Expand Up @@ -234,7 +234,7 @@ - (void)paymentTransactionWithStoredCardDetails:(JPStoredCardDetails *)details
transactionDetails.secureCode = securityCode;

switch (self.transactionMode) {
case JPTransactionTypePreAuth:
case JPTransactionModePreAuth:
[self.transactionService invokePreAuthTokenPaymentWithDetails:transactionDetails andCompletion:completion];
break;

Expand Down

0 comments on commit eedab29

Please sign in to comment.