Skip to content

Commit

Permalink
fix(payments): decta fix (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
srennen authored Jul 11, 2022
1 parent f1a5e31 commit 1bd4436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/payments.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1bd4436

Please sign in to comment.