mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fix bad one-time-payment receipt creation for cancelled iDEAL.
This commit is contained in:
committed by
Greyson Parrelli
parent
fa72a1788b
commit
3eea331e83
@@ -29,6 +29,7 @@ object Environment {
|
||||
@JvmStatic
|
||||
@get:JvmName("getStripeConfiguration")
|
||||
val STRIPE_CONFIGURATION = StripeApi.Configuration(
|
||||
baseUrl = BuildConfig.STRIPE_BASE_URL,
|
||||
publishableKey = BuildConfig.STRIPE_PUBLISHABLE_KEY
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user