Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SGFGOV authored Sep 1, 2024
1 parent 2d3b5d3 commit fc5d1eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ const plugins = [
key_secret: process.env.RAZORPAY_SECRET,
razorpay_account: process.env.RAZORPAY_ACCOUNT,
automatic_expiry_period: 30, /*any value between 12 minutes and 30 days expressed in minutes*/
manual_expiry_period: 20,
manual_expiry_period: 7200,
refund_speed: "normal",
webhook_secret: process.env.RAZORPAY_SECRET,
capture:"automatic"
}
},
...]
Expand Down

0 comments on commit fc5d1eb

Please sign in to comment.