mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Remove PayPal order complete sheet.
This commit is contained in:
@@ -112,15 +112,11 @@ class PayPalPaymentInProgressFragment : DialogFragment(R.layout.donation_in_prog
|
||||
}
|
||||
|
||||
private fun oneTimeConfirmationPipeline(createPaymentIntentResponse: PayPalCreatePaymentIntentResponse): Single<PayPalConfirmationResult> {
|
||||
return routeToOneTimeConfirmation(createPaymentIntentResponse).flatMap {
|
||||
displayCompleteOrderSheet(it)
|
||||
}
|
||||
return routeToOneTimeConfirmation(createPaymentIntentResponse)
|
||||
}
|
||||
|
||||
private fun monthlyConfirmationPipeline(createPaymentIntentResponse: PayPalCreatePaymentMethodResponse): Single<PayPalPaymentMethodId> {
|
||||
return routeToMonthlyConfirmation(createPaymentIntentResponse).flatMap {
|
||||
displayCompleteOrderSheet(it)
|
||||
}
|
||||
return routeToMonthlyConfirmation(createPaymentIntentResponse)
|
||||
}
|
||||
|
||||
private fun routeToOneTimeConfirmation(createPaymentIntentResponse: PayPalCreatePaymentIntentResponse): Single<PayPalConfirmationResult> {
|
||||
|
||||
Reference in New Issue
Block a user