Skip to content

Commit 67b478d

Browse files
SubscriptionResource.listExpanded: add "data." before "expand"
1 parent c5a4966 commit 67b478d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/resources/subscription.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class SubscriptionResource extends Resource<Subscription> {
7575
_resourceName,
7676
queryParameters: {
7777
...?request?.toJson(),
78-
'expand': expandableFields.map((e) => e.field).toList(),
78+
'expand': expandableFields.map((e) => 'data.${e.field}').toList(),
7979
},
8080
);
8181

0 commit comments

Comments
 (0)