From b3f3f959c343e3e10e776d190d6dce5bb33248e9 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Mon, 17 Jul 2023 12:53:53 -0400 Subject: [PATCH] Fix: Shopify-Spotify connection options mixup (#728) * Revert "DXCDT-442: `auth0_connection_database` resource (#647)" This reverts commit e600c0e18cbaab4374dd5070a9489f3a88a7de7d. * Add changelog for v0.50.0 (#702) * Re-adding shopify connection options, removing spotify connection options --------- Co-authored-by: Will Vedder Co-authored-by: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com> --- internal/auth0/connection/expand.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/auth0/connection/expand.go b/internal/auth0/connection/expand.go index 2d223e3c5..e0d405f86 100644 --- a/internal/auth0/connection/expand.go +++ b/internal/auth0/connection/expand.go @@ -56,7 +56,7 @@ func expandConnection(ctx context.Context, d *schema.ResourceData, api *manageme management.ConnectionStrategyYahoo, management.ConnectionStrategyBox, management.ConnectionStrategyWordpress, - management.ConnectionStrategySpotify, + management.ConnectionStrategyShopify, management.ConnectionStrategyCustom: connection.Options, diagnostics = expandConnectionOptionsOAuth2(d, options) case management.ConnectionStrategyFacebook: