Skip to content

Commit

Permalink
Merge pull request #18 from govuk-one-login/OLH-2391
Browse files Browse the repository at this point in the history
OLH-2391 - 02/25 Onboard RP: Welsh Gov - Rural Payment Wales
  • Loading branch information
peterfajemisincabinetoffice authored Feb 24, 2025
2 parents 3a07856 + 7f03131 commit f1b405b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import dfeApplyForTeacherTraining from "./dfeApplyForTeacherTraining";
import dbTrade from "./dbTrade";
import intellectualPropertyOffice from "./intellectualPropertyOffice";
import heatNetworkZoning from "./heatNetworkZoning";
import ruralPaymentWales from "./ruralPaymentWales";

export {
govuk,
Expand Down Expand Up @@ -100,4 +101,5 @@ export {
dbTrade,
intellectualPropertyOffice,
heatNetworkZoning,
ruralPaymentWales
};
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 f1b405b

Please sign in to comment.