kopia lustrzana https://github.com/ryukoposting/Signal-Android
Remove PayPal order complete sheet.
rodzic
599caee229
commit
303e5c7996
|
@ -112,15 +112,11 @@ class PayPalPaymentInProgressFragment : DialogFragment(R.layout.donation_in_prog
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun oneTimeConfirmationPipeline(createPaymentIntentResponse: PayPalCreatePaymentIntentResponse): Single<PayPalConfirmationResult> {
|
private fun oneTimeConfirmationPipeline(createPaymentIntentResponse: PayPalCreatePaymentIntentResponse): Single<PayPalConfirmationResult> {
|
||||||
return routeToOneTimeConfirmation(createPaymentIntentResponse).flatMap {
|
return routeToOneTimeConfirmation(createPaymentIntentResponse)
|
||||||
displayCompleteOrderSheet(it)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun monthlyConfirmationPipeline(createPaymentIntentResponse: PayPalCreatePaymentMethodResponse): Single<PayPalPaymentMethodId> {
|
private fun monthlyConfirmationPipeline(createPaymentIntentResponse: PayPalCreatePaymentMethodResponse): Single<PayPalPaymentMethodId> {
|
||||||
return routeToMonthlyConfirmation(createPaymentIntentResponse).flatMap {
|
return routeToMonthlyConfirmation(createPaymentIntentResponse)
|
||||||
displayCompleteOrderSheet(it)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun routeToOneTimeConfirmation(createPaymentIntentResponse: PayPalCreatePaymentIntentResponse): Single<PayPalConfirmationResult> {
|
private fun routeToOneTimeConfirmation(createPaymentIntentResponse: PayPalCreatePaymentIntentResponse): Single<PayPalConfirmationResult> {
|
||||||
|
|
Ładowanie…
Reference in New Issue