Skip to content

Commit

Permalink
chore: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mastro993 committed Jan 25, 2024
1 parent bd11710 commit c5e8b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/wallet/routers/payment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
import { WALLET_PAYMENT_PATH } from "../utils/payment";
import { addPaymentHandler } from "./router";

// Verify single payment notices
// eCommerce session token
addPaymentHandler("post", "/sessions", (req, res) =>
res.status(200).json({ sessionToken: ulid() })
);
Expand Down

0 comments on commit c5e8b66

Please sign in to comment.