From cf83e285197b65ccdccefdd3e07888793d2cc37e Mon Sep 17 00:00:00 2001 From: gerges Date: Mon, 13 Jul 2026 15:30:29 +0300 Subject: [PATCH] docs(changelog): announce OmanNet refund support OmanNet's refund operation is now implemented in the product (ticket 134406). The gateway catalog already lists refund among OmanNet's supported operations; this adds a "What's New" entry so the change is recorded on the changelog timeline. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/data/changelog-entries.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/changelog-entries.ts b/src/data/changelog-entries.ts index 2fff19b..d708048 100644 --- a/src/data/changelog-entries.ts +++ b/src/data/changelog-entries.ts @@ -1,6 +1,14 @@ import type { ChangelogEntry } from "@site/src/components/Changelog"; export const changelogEntries: ChangelogEntry[] = [ + { + date: "2026-07-13", + category: "payments", + title: "OmanNet now supports Refund operations", + link: "/business/payments/gateways", + description: + "Merchants using the OmanNet gateway can now issue full or partial refunds on paid transactions — from the dashboard or via the Operations API.", + }, { date: "2026-03-16", category: "dashboard",