Skip to content

Commit

Permalink
Merge pull request #446 from PayButton/fix/demo-button
Browse files Browse the repository at this point in the history
fix: ws localhost port for demo button that uses localhost always
  • Loading branch information
Klakurka authored Jan 14, 2025
2 parents 597a35c + f11f066 commit 129fd84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paybutton/dev/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="paybutton" to="ecash:qrmm7edwuj4jf7tnvygjyztyy0a0qxvl7quss2vxek" amount="10" on-close="myClose"
on-open="myOpen" currency="XEC"
theme='{ "palette": { "primary": "#D64045", "secondary": "#9ED8DB", "tertiary": "#222222"} }'
text="Basic - Localhost" on-success="mySuccessFunction" ws-base-url="http://localhost:3000"
text="Basic - Localhost" on-success="mySuccessFunction" ws-base-url="http://localhost:5000"
api-base-url="http://localhost:3000"></div>
<div class="paybutton" to="qpfx6l0x85kc5qaah4wx9nahezcgqefnss2sp0cy06"></div>
<div class="dialogbutton btn purple">
Expand Down Expand Up @@ -212,4 +212,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 129fd84

Please sign in to comment.