Skip to content

Commit 1bd4436

Browse files
author
meow12
authored
fix(payments): decta fix (#93)
1 parent f1a5e31 commit 1bd4436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/payments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ export async function checkKevinPaymentStatus({secretKey, paymentId}) {
249249
export async function createDectaTransaction({
250250
secretKey,
251251
orderId,
252-
customerId,
253252
chargeCard,
253+
customerId,
254254
}) {
255255
const response = await server.loadJson(
256256
`${Config.apiUrl}${Endpoints.PROJECT.PAYMENTS.TRANSACTIONS.CREATE_DECTA(

0 commit comments

Comments
 (0)