Skip to content

Commit

Permalink
Restore unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
witoszekdev committed Oct 7, 2024
1 parent c089f3d commit d0866f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/api/webhooks/transaction-refund-requested.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ export default wrapWithLoggerContext(
const urlGenerator = new AppUrlGenerator(ctx.authData);

const successResponse: RefundRequestedResponse = {
// pspReference: uuidv7(),
pspReference: uuidv7(),
// TODO: Add result customization
result: "REFUND_FAILURE",
result: "REFUND_SUCCESS",
message: "Great success!",
actions: transactionRefundChecker.checkIfAnotherRefundIsPossible(
amount,
Expand Down

0 comments on commit d0866f3

Please sign in to comment.