Skip to content

Commit

Permalink
fix: added skydropx slug back to shipping partners list
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchow committed Mar 17, 2023
1 parent 04f34e9 commit ad292e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Expand Up @@ -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,
},
Expand Down
4 changes: 4 additions & 0 deletions plugins/woocommerce/changelog/fix-skydropx-auto-install
@@ -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

0 comments on commit ad292e5

Please sign in to comment.