Skip to content

Commit

Permalink
Revert "Increase max retry count for Cash App Pay (#7737)" (#7740)
Browse files Browse the repository at this point in the history
This reverts commit 4b215ad.
  • Loading branch information
samer-stripe authored Dec 23, 2023
1 parent 87c612b commit ddc344e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ internal sealed class PaymentFlowResultProcessor<T : StripeIntent, out S : Strip

internal companion object {
val EXPAND_PAYMENT_METHOD = listOf("payment_method")
const val MAX_RETRIES = 4
const val MAX_RETRIES = 3
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ internal class PaymentIntentFlowResultProcessorTest {
Result.success(processingIntent),
Result.failure(APIConnectionException()),
Result.failure(APIConnectionException()),
Result.failure(APIConnectionException()),
Result.success(succeededIntent),
)

Expand Down

0 comments on commit ddc344e

Please sign in to comment.