Skip to content

Commit

Permalink
Merge pull request #969 from OpenSourceFellows/revert-968-update_chec…
Browse files Browse the repository at this point in the history
…kout

Revert "Fixed json parsing issue"
  • Loading branch information
DietBepis1 authored Oct 15, 2024
2 parents afff5d5 + bb389f6 commit 6eb8027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/api/checkout.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ router.post('/process-transaction', async (req, res) => {
color: false,
use_type: 'operational',
file: letterTemplate.latest_template_preview.template_id,
merge_variables: JSON.parse(letter.mergeVariables)
merge_variables: letter.mergeVariables
},
{
headers: {
Expand Down

0 comments on commit 6eb8027

Please sign in to comment.