Skip to content

Commit

Permalink
[Bugfix] Fixing api_object naming mismatch (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncaffeinated committed Jan 20, 2024
1 parent 5f42a01 commit 66b29fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_order.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (t resourceOrderType) NewResource(ctx context.Context, in provider.Provider
}

type resourceOrderData struct {
AddressAPIObj types.String `tfsdk:"address_api_object"`
AddressAPIObj types.String `tfsdk:"api_object"`
ItemCodes types.List `tfsdk:"item_codes"`
StoreID types.Int64 `tfsdk:"store_id"`
PriceOnly types.Bool `tfsdk:"price_only"`
Expand Down

0 comments on commit 66b29fa

Please sign in to comment.