Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Update README.md to remove unused intent logging and bump version to …
Browse files Browse the repository at this point in the history
…1.3.22
  • Loading branch information
bhar4t committed Jan 6, 2025
1 parent 4b1e030 commit 07b01e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ This package will work on client and server.
payeeVPA: "bhar4t@upi",
payeeName: "Bharat Sahu"
})
.then(({ qr, intent }) => {
.then(({ qr }) => {
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.21",
"version": "1.3.22",
"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 07b01e1

Please sign in to comment.