Skip to content

Commit

Permalink
Fix: Shopify-Spotify connection options mixup (#728)
Browse files Browse the repository at this point in the history
* Revert "DXCDT-442: `auth0_connection_database` resource (#647)"

This reverts commit e600c0e.

* Add changelog for v0.50.0 (#702)

* Re-adding shopify connection options, removing spotify connection options

---------

Co-authored-by: Will Vedder <[email protected]>
Co-authored-by: Sergiu Ghitea <[email protected]>
  • Loading branch information
3 people authored Jul 17, 2023
1 parent 3525cea commit b3f3f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/auth0/connection/expand.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b3f3f95

Please sign in to comment.