Order providers alphanumerically

Co-authored-by: Damian Legawiec <damian@sparksolutions.co>
This commit is contained in:
Tomek Niezgoda 2021-08-23 14:41:07 +02:00 committed by GitHub
parent df7e3791e2
commit 0540258522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,10 @@ const PROVIDERS = [
'bigcommerce', 'bigcommerce',
'saleor', 'saleor',
'shopify', 'shopify',
'spree',
'swell', 'swell',
'vendure', 'vendure',
'local', 'local'
'spree',
] ]
function getProviderName() { function getProviderName() {