Skip to content

Commit

Permalink
docs(api): rename terminalLabel to terminal_label
Browse files Browse the repository at this point in the history
  • Loading branch information
fyvri committed Dec 23, 2024
1 parent c07d6a9 commit f4902ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ To learn more about the available endpoints, you can refer to [Postman Documenta
"payment_amount": 1337, // mandatory
"payment_fee_category": "FIXED", // optional, value: FIXED or PERCENT
"payment_fee": 666, // optional, based on payment fee category
"terminalLabel": "Made with love by Alvriyanto Azis" // optional, it works if terminal label exists in qr string
"terminal_label": "Made with love by Alvriyanto Azis" // optional, it works if terminal label exists in qr string
}
```
Expand Down

0 comments on commit f4902ae

Please sign in to comment.