Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 6340b5e

Browse files
author
James Cori
committed
Forgot Quotes
1 parent c1167ca commit 6340b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/paymentService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM payment p
2424
INNER JOIN payment_detail pd ON pd.payment_detail_id = p.most_recent_detail_id
2525
WHERE
2626
p.user_id = %d
27-
AND pd.jira_issue_id = %s
27+
AND pd.jira_issue_id = '%s'
2828
AND pd.payment_type_id = %d
2929
`
3030
// the insert statement of payment detail

0 commit comments

Comments
 (0)