Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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