From 1bd4436cb62a7ff1ff2f8a8926b6bec93a0a784d Mon Sep 17 00:00:00 2001 From: meow12 Date: Mon, 11 Jul 2022 16:17:04 +0300 Subject: [PATCH] fix(payments): decta fix (#93) --- src/components/payments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/payments.js b/src/components/payments.js index 4267e8a..898e677 100644 --- a/src/components/payments.js +++ b/src/components/payments.js @@ -249,8 +249,8 @@ export async function checkKevinPaymentStatus({secretKey, paymentId}) { export async function createDectaTransaction({ secretKey, orderId, - customerId, chargeCard, + customerId, }) { const response = await server.loadJson( `${Config.apiUrl}${Endpoints.PROJECT.PAYMENTS.TRANSACTIONS.CREATE_DECTA(