Merge pull request #4 from mdzidic/patch-1

Remove Croatian Kuna since the currency was deprecated.
This commit is contained in:
Miguel Ribeiro
2023-11-10 18:01:55 +01:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -166,7 +166,6 @@ INSERT INTO currencies (name, symbol, code, rate) VALUES
('Swiss Franc', 'Fr', 'CHF', 1),
('Icelandic Króna', 'kr', 'ISK', 1),
('Norwegian Krone', 'kr', 'NOK', 1),
('Croatian Kuna', 'kn', 'HRK', 1),
('Russian Ruble', '₽', 'RUB', 1),
('Turkish Lira', '₺', 'TRY', 1),
('Australian Dollar', '$', 'AUD', 1),
@@ -217,4 +216,4 @@ INSERT INTO payment_methods (id, name, icon) VALUES
(28, 'ShopPay', 'shoppay.png'),
(29, 'Venmo', 'venmo.png'),
(30, 'VeriFone', 'verifone.png'),
(31, 'WebMoney', 'webmoney.png');
(31, 'WebMoney', 'webmoney.png');
+1 -2
View File
@@ -178,7 +178,6 @@ if (!file_exists($databaseFile)) {
('Swiss Franc', 'Fr', 'CHF', 1),
('Icelandic Króna', 'kr', 'ISK', 1),
('Norwegian Krone', 'kr', 'NOK', 1),
('Croatian Kuna', 'kn', 'HRK', 1),
('Russian Ruble', '₽', 'RUB', 1),
('Turkish Lira', '₺', 'TRY', 1),
('Australian Dollar', '$', 'AUD', 1),
@@ -280,4 +279,4 @@ if (!file_exists($databaseFile)) {
}
?>
?>