fix: added skydropx slug back to shipping partners list (#37286)
This commit is contained in:
parent
1aa899ae91
commit
a959b589f6
|
@ -83,6 +83,7 @@ const providers = {
|
|||
},
|
||||
Skydropx: {
|
||||
name: 'Skydropx' as const,
|
||||
slug: 'skydropx-cotizador-y-envios', // https://wordpress.org/plugins/skydropx-cotizador-y-envios/
|
||||
url: 'https://wordpress.org/plugins/skydropx-cotizador-y-envios/',
|
||||
'single-partner-layout': SkydropxSinglePartner,
|
||||
},
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Added skydropx slug back to shipping partners list so that it can be installed through the shipping task
|
Loading…
Reference in New Issue