Skip to content

Commit

Permalink
UM-5871 Fixing typo for payername in mcollect PDF config (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanka-eGov authored Apr 19, 2023
1 parent 27d8713 commit 268fddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf-service/data-config/mcollect-challan.json
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
"qrcodeConfig": [
{
"variable": "qrcodeimage",
"value": "Payer Name : {{consumnerName}},Challan number: {{challanNo}}, Challan Date: {{billDate}}, Total Amount: {{totalAmount}}, Billing Period: {{fromPeriod}} to {{toPeriod}}"
"value": "Payer Name : {{consumerName}},Challan number: {{challanNo}}, Challan Date: {{billDate}}, Total Amount: {{totalAmount}}, Billing Period: {{fromPeriod}} to {{toPeriod}}"
}
]
}
Expand Down

0 comments on commit 268fddf

Please sign in to comment.