Allow PAN_ONLY payments in Google Pay.
This commit is contained in:
parent
a51bb8e23f
commit
43d969f6b5
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class GooglePayApi(
|
||||||
private val merchantInfo: JSONObject =
|
private val merchantInfo: JSONObject =
|
||||||
JSONObject().put("merchantName", MERCHANT_NAME)
|
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 {
|
private val baseRequest = JSONObject().apply {
|
||||||
put("apiVersion", 2)
|
put("apiVersion", 2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue