Skip to content

Commit

Permalink
Update Yavrio in ConnectivityAppDefinitions.Codeunit.al (#26886)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanwentworth authored Aug 6, 2024
1 parent fd23b55 commit a1c5986
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ codeunit 20352 "Connectivity App Definitions"
AppApprovedFor: Text;
begin
/***************************************************
Add app 'Yavrio Open Banking' to GB
Add app 'Yavrio Open Banking' to GB, US
***************************************************/

AppId := '3d686c04-e1b1-435e-bea4-862c2c203ca7';
Expand All @@ -346,8 +346,8 @@ codeunit 20352 "Connectivity App Definitions"
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.';
AppProviderSupportURL := 'https://yavr.io/bank-coverage/';
AppSourceUrl := 'https://appsource.microsoft.com/en-us/product/dynamics-365-business-central/PUBID.yavrioltd1647526263468%7CAID.yavrio_open_banking%7CPAPPID.3d686c04-e1b1-435e-bea4-862c2c203ca7';
AppApprovedFor := 'GB';
AppWorksOn := 'GB';
AppApprovedFor := 'GB,US';
AppWorksOn := 'GB,US';

RegisterApp(AppId, AppName, AppPublisher, AppDescription, AppProviderSupportURL, AppSourceURL, AppApprovedFor, AppWorksOn, "Connectivity Apps Category"::Banking);
end;
Expand Down

0 comments on commit a1c5986

Please sign in to comment.