Closed raccoon-in-munich closed 8 months ago
hey, I solved the problem. It seems like CurrencyRef
was assignable in Customer
. But because it was not initialized in Customer
my autocomplete did not work.
Is it intentional that CurrencyRef
is not initialized with a default value or was it forgotten?
If you think it should be initialized I can create a PR to add it.
It was forgotten. I will add it in the next release.
Fixed in 0.9.7
I am trying to create a customer with
Currency
but theCustomer
Object does not haveCurrencyRef
field. According to the documentation, it needs to be set during the sparse update.Is there a simple way to make a sparse update via the SDK?
Is there an example of how to set
CurrencyRef
on Customer?