From fc5d1eb6ba0cee704ffb0e0ee5b1f0d0ae94386c Mon Sep 17 00:00:00 2001 From: Govind <97059996+SGFGOV@users.noreply.github.com> Date: Sun, 1 Sep 2024 20:24:59 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cd6745..76e2600 100644 --- a/README.md +++ b/README.md @@ -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" } }, ...]