Skip to content

Commit

Permalink
OLH-2391 - 02/25 Onboard RP: Welsh Gov - Rural Payment Wales
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfajemisincabinetoffice committed Feb 20, 2025
1 parent 3a07856 commit 76b1f99
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions clients/ruralPaymentWales.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
import { Client } from "../interfaces/client.interface";

const ruralPaymentWales: Client = {
clientId: {
production: "SdpFRM0HdX38FfdbgRX8qzTl8sm",
integration: "SdpFRM0HdX38FfdbgRX8qzTl8sm",
nonProduction: "ruralPaymentWales",
},
isAvailableInWelsh: true,
isAllowed: true,
clientType: "account",
isHmrc: false,
isReportSuspiciousActivityEnabled: false,
showInClientSearch: { production: true, nonProduction: true },
translations: {
en: {
header: "Rural Payment Wales",
description: "Apply for a Rural Payment Wales grant or payment.",
linkText: "Go to your Rural Payment Wales account",
linkUrl: "https://rpwonline.gov.wales",
},
cy: {
header: "Taliadau Gwledig Cymru",
description: "Gwneud cais am grant neu daliad Taliadau Gwledig Cymru.",
linkText: "Ewch i'ch cyfrif Taliad Gwledig Cymru",
linkUrl: "https://rpwonline.gov.wales",
},
},
};

export default ruralPaymentWales;

0 comments on commit 76b1f99

Please sign in to comment.