From 8a7bca09f32d228985e4f4511e278cdb5811289f Mon Sep 17 00:00:00 2001 From: Matthias Merz Date: Wed, 3 Jun 2020 22:21:33 +0200 Subject: [PATCH] Finance/Quote/Morningstarde.pm: add another ID mapping --- Finance/Quote/Morningstarde.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Finance/Quote/Morningstarde.pm b/Finance/Quote/Morningstarde.pm index 909dd2f..ff44a54 100644 --- a/Finance/Quote/Morningstarde.pm +++ b/Finance/Quote/Morningstarde.pm @@ -30,6 +30,8 @@ sub baseurl { my %idmap = ( '986855' => 'F0GBR04DI1', 'lu0048293285' => 'F0GBR04DI1', + '974119' => 'F0GBR04AR8', + 'lu0055631609' => 'F0GBR04AR8', ); sub methods {return ('morningstarde' => \&morningstarde);}