Remove trailing comma

Hi guys, 

while trying to load your latest version with python's json module, I got the following error: "JSONDecodeError: Expecting value: line 7193 column 7".

If you remove only this one trailing comma, it works like a charm. 
Hope this change would be okay for. 

Thanks in advance & greetings
main
theconcierge2020 4 years ago committed by GitHub
parent f518a2b47d
commit 7a743c66de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7189,7 +7189,7 @@
"Klarna Checkout": {
"cats": [
41,
6,
6
],
"description": "Klarna Checkout is a complete payment solution where Klarna handles a store's entire checkout.",
"icon": "Klarna.svg",

Loading…
Cancel
Save