mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-13 09:17:49 +01:00
Allow PAN_ONLY payments in Google Pay.
This commit is contained in:
committed by
Greyson Parrelli
parent
a51bb8e23f
commit
43d969f6b5
@@ -173,7 +173,7 @@ class GooglePayApi(
|
||||
private val merchantInfo: JSONObject =
|
||||
JSONObject().put("merchantName", MERCHANT_NAME)
|
||||
|
||||
private val allowedCardAuthMethods = JSONArray(listOf("CRYPTOGRAM_3DS"))
|
||||
private val allowedCardAuthMethods = JSONArray(listOf("PAN_ONLY", "CRYPTOGRAM_3DS"))
|
||||
|
||||
private val baseRequest = JSONObject().apply {
|
||||
put("apiVersion", 2)
|
||||
|
||||
Reference in New Issue
Block a user