Skip to content

Commit 581fc25

Browse files
Update Yavrio in ConnectivityAppDefinitions.Codeunit.al (#28937)
Add DE to Yavrio Open Banking in ConnectivityAppDefinitions.Codeunit.al Fixes [AB#596227](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/596227) --------- Co-authored-by: Jesper Schulz-Wedde <[email protected]>
1 parent 752a878 commit 581fc25

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Apps/W1/ConnectivityApps/app/src/Codeunits/ConnectivityAppDefinitions.Codeunit.al

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ codeunit 20352 "Connectivity App Definitions"
342342
AppApprovedFor: Text;
343343
begin
344344
/***************************************************
345-
Add app 'Yavrio Open Banking' to GB, US
345+
Add app 'Yavrio Open Banking' to GB, US, DE
346346
***************************************************/
347347

348348
AppId := '3d686c04-e1b1-435e-bea4-862c2c203ca7';
@@ -351,9 +351,10 @@ codeunit 20352 "Connectivity App Definitions"
351351
AppDescription := 'Yavrio Open Banking uses industry-standard Open Banking technology to connect directly with your Bank Accounts. Using bank-grade security, you can draw down live feeds directly into Business Central, with no files required, and push payments directly from BC onto the Bank.';
352352
AppProviderSupportURL := 'https://yavr.io/bank-coverage/';
353353
AppSourceUrl := 'https://appsource.microsoft.com/en-us/product/dynamics-365-business-central/PUBID.yavrioltd1647526263468%7CAID.yavrio_open_banking%7CPAPPID.3d686c04-e1b1-435e-bea4-862c2c203ca7';
354-
AppApprovedFor := 'GB,US';
355-
AppWorksOn := 'GB,US';
354+
AppApprovedFor := 'GB,US,DE';
355+
AppWorksOn := 'GB,US,DE';
356356

357+
AddDescriptionTranslation(AppId, 'Yavrio Open Banking nutzt industriell etablierte Open-Banking-Technologie, um eine direkte Verbindung zu Ihren Bankkonten herzustellen. Mit bankenzertifizierter Sicherheit können Sie Live-Datenströme direkt in Microsoft Dynamics 365 Business Central integrieren, ganz ohne Dateiimporte. Zahlungen lassen sich direkt aus Business Central an Ihre Bank übermitteln.', 1031);
357358
RegisterApp(AppId, AppName, AppPublisher, AppDescription, AppProviderSupportURL, AppSourceURL, AppApprovedFor, AppWorksOn, "Connectivity Apps Category"::Banking);
358359
end;
359360

0 commit comments

Comments
 (0)