Skip to content

fix: correct typo 'Transacton' → 'Transaction' in API response#37

Open
algojogacor wants to merge 1 commit into
voiceyBill:mainfrom
algojogacor:fix/transaction-typo
Open

fix: correct typo 'Transacton' → 'Transaction' in API response#37
algojogacor wants to merge 1 commit into
voiceyBill:mainfrom
algojogacor:fix/transaction-typo

Conversation

@algojogacor
Copy link
Copy Markdown

Summary

Fixes #35 — The createTransactionController returns "Transacton created successfully" (missing 'i').

Root Cause

Typo in the success message string at src/controllers/transaction.controller.ts:32. The misspelled string is included in every successful transaction creation response.

Fix

Changed "Transacton created successfully""Transaction created successfully" (+1 -1 character).

Testing

  • Verified the exact string exists in source before patching
  • Confirmed fix is a single character insertion (no side effects)
  • No other occurrences of "Transacton" in the codebase

@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

@algojogacor is attempting to deploy a commit to the voiceyBill's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the backend Changes backend source code label May 15, 2026
@voiceyBill
Copy link
Copy Markdown
Owner

@algojogacor Please make sure all workflow runs/checks are passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Changes backend source code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Transaction created success message contains typo "Transacton" in API response

2 participants