We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0501b22 commit 4c5bcfdCopy full SHA for 4c5bcfd
1 file changed
src/components/payments.js
@@ -202,6 +202,7 @@ export async function createKevinTransaction({
202
secretKey,
203
orderId,
204
paymentMethodId,
205
+ preferredPaymentMethod,
206
}) {
207
const response = await server.loadJson(
208
`${Config.apiUrl}${Endpoints.PROJECT.PAYMENTS.TRANSACTIONS.CREATE_KEVIN(
@@ -217,6 +218,7 @@ export async function createKevinTransaction({
217
218
},
219
body: JSON.stringify({
220
221
222
}),
223
}
224
);
0 commit comments