Skip to content

Commit

Permalink
Merge pull request #1244 from stripe/yuki-paymenthandler-crash
Browse files Browse the repository at this point in the history
Fix STPPaymentHandler crash
  • Loading branch information
yuki-stripe authored Jul 23, 2019
2 parents d041ab4 + f2535f8 commit 5cfa3dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified InternalFrameworks/Stripe3DS2.framework/Assets.car
Binary file not shown.
Binary file modified InternalFrameworks/Stripe3DS2.framework/Stripe3DS2
Binary file not shown.
2 changes: 1 addition & 1 deletion Stripe/Payments/STPPaymentHandler.m
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ - (void)_handleAuthenticationForCurrentAction {
return;
}

if (!aRes.challengeMandated) {
if (!aRes.isChallengeMandated) {
// Challenge not required, finish the flow.
[transaction close];
[[STPAnalyticsClient sharedClient] log3DS2FrictionlessFlowWithConfiguration:self->_currentAction.apiClient.configuration
Expand Down

0 comments on commit 5cfa3dc

Please sign in to comment.