Hello, I'm starting to test the platform and I came across a problem using the Purchases.setAttributes method in Flutter!
When I create a customer with the ID: "teste_123", and put some information in the Purchases.setAttributes method, everything works normally. I can see this attribute information both in the webhook and in the platform.
However, if I cancel this subscription and make a new one with the same customer, the information is no longer set in the attributes.
My code looked like this: