We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a588e72 commit 7935880Copy full SHA for 7935880
packages/subscription-controller/src/SubscriptionController.ts
@@ -199,7 +199,7 @@ const subscriptionControllerMetadata: StateMetadata<SubscriptionControllerState>
199
lastSelectedPaymentMethod: {
200
includeInStateLogs: false,
201
persist: true,
202
- anonymous: false,
+ includeInDebugSnapshot: false,
203
usedInUi: true,
204
},
205
};
0 commit comments