Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bhar4t committed Dec 23, 2024
1 parent 529c656 commit d1764a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ This package will work on client and server.
payeeName: "Bharat Sahu"
})
.then(({ qr, intent }) => {
console.log(qr); // data:image/png;base64,eR0lGODP...
console.log(intent); // upi://pay?pa=bhar4t@upi&pn=Bhar...
console.log(qr) // data:image/png;base64,eR0lGODP...
console.log(intent) // upi://pay?pa=bhar4t@upi&pn=Bhar...
})
.catch(console.error)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upiqr",
"version": "1.3.4",
"version": "1.3.5",
"description": "Generate NPCI's UPI QR code along with UPI intent link, By using it any payment is possible from UPI enabled apps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d1764a4

Please sign in to comment.