@zkp2p/providers 7.8.7 → 7.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"recipient": "$.payment_history_inputs_row.recipient.cashtag",
|
|
19
19
|
"amount": "$.payment_history_inputs_row.payment.amount.amount",
|
|
20
20
|
"date": "$.payment_history_inputs_row.payment.display_date",
|
|
21
|
-
"paymentId": "$.payment_history_inputs_row.payment.
|
|
21
|
+
"paymentId": "$.payment_history_inputs_row.payment.history_data.transaction_id",
|
|
22
22
|
"currency": "$.payment_history_inputs_row.payment.amount.currency_code"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"type": "jsonPath",
|
|
36
|
-
"value": "$.activity_rows[{{INDEX}}].payment_history_inputs_row.payment.
|
|
36
|
+
"value": "$.activity_rows[{{INDEX}}].payment_history_inputs_row.payment.history_data.transaction_id"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"type": "jsonPath",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"type": "regex",
|
|
94
|
-
"value": "\"
|
|
94
|
+
"value": "\"transaction_id\":\"(?<paymentId>[^\"]+)\""
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"type": "regex",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"xPath": ""
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
|
-
"jsonPath": "$.activity_rows[{{INDEX}}].payment_history_inputs_row.payment.
|
|
119
|
+
"jsonPath": "$.activity_rows[{{INDEX}}].payment_history_inputs_row.payment.history_data.transaction_id",
|
|
120
120
|
"xPath": ""
|
|
121
121
|
},
|
|
122
122
|
{
|
|
@@ -106,5 +106,25 @@
|
|
|
106
106
|
{
|
|
107
107
|
"jsonPath": "$.data.p2p.p2p_activity.pay_friend.id"
|
|
108
108
|
}
|
|
109
|
-
]
|
|
109
|
+
],
|
|
110
|
+
"mobile": {
|
|
111
|
+
"includeAdditionalCookieDomains": [],
|
|
112
|
+
"additionalClientOptions": {
|
|
113
|
+
"cipherSuites": [
|
|
114
|
+
"TLS_CHACHA20_POLY1305_SHA256",
|
|
115
|
+
"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256",
|
|
116
|
+
"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
"useExternalAction": true,
|
|
120
|
+
"userAgent": {
|
|
121
|
+
"android": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15",
|
|
122
|
+
"ios": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15"
|
|
123
|
+
},
|
|
124
|
+
"external": {
|
|
125
|
+
"actionLink": "https://app.chime.com/link/qr?u={{RECIPIENT_ID}}",
|
|
126
|
+
"appStoreLink": "https://apps.apple.com/us/app/chime-mobile-banking/id836215269",
|
|
127
|
+
"playStoreLink": "https://play.google.com/store/apps/details?id=com.onedebit.chime&hl=en_US"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
110
130
|
}
|