From 60099a438379dc6c57c0dbb4e1334a0f069141ce Mon Sep 17 00:00:00 2001 From: Swastik <32964673+Swastik1@users.noreply.github.com> Date: Fri, 15 Aug 2025 18:04:38 +0530 Subject: [PATCH] =?UTF-8?q?docs(umap):=20fix=20typo=20'payment.ending'=20?= =?UTF-8?q?=E2=86=92=20'payment.pending'=20(#292)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/payments/umap/payments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/payments/umap/payments.mdx b/content/payments/umap/payments.mdx index ca365850..fa703798 100644 --- a/content/payments/umap/payments.mdx +++ b/content/payments/umap/payments.mdx @@ -41,7 +41,7 @@ UPI Setu has consistent and transparent payment statuses across all transaction | **Payment statuses** | **Description** | | -------------------- | ------------------------------------------------ | | `payment.initiated` | Payment has been attempted by a customer | -| `payment.ending` | Payment is currently being processed by UPI Setu | +| `payment.pending` | Payment is currently being processed by UPI Setu | | `payment.success` | Payment has been successfully completed | | `payment.failed` | Payment could not be processed |