Skip to content

Commit

Permalink
add id repo and version to config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Nov 28, 2024
1 parent 239adc0 commit b684270
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"id": "tpos",
"version": "1.0.0",
"name": "TPoS",
"repo": "https://github.com/lnbits/tpos",
"short_description": "A shareable PoS terminal!",
"tile": "/tpos/static/image/tpos.png",
"min_lnbits_version": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions static/js/tpos.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,8 @@ window.app = Vue.createApp({
`/tpos/api/v1/atm/withdraw/${this.atmToken}/${this.sat}/pay`,
null,
{
pay_link: payLink
},
pay_link: payLink
}
)
.then(res => {
if (!res.data.success) {
Expand Down

0 comments on commit b684270

Please sign in to comment.