#manusw20

1 messages · Page 1 of 1 (latest)

lilac gobletBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

young dragon
arctic loom
#

yes

#

but Java code

#

SubscriptionUpdateParams params =
SubscriptionUpdateParams.builder().putMetadata("default_tax_rates", "taxrate1").build();

#

should be something like this?

young dragon
#

No, you need to use putExtraParam

arctic loom
#

SubscriptionUpdateParams.builder().putExtraParam("default_tax_rates", "taxrate1").build();

#

bt it is an array of strings

young dragon
#

You can pass an array to the second parameter

#

.putExtraParam("default_tax_rates", taxArray)

arctic loom
#

ok

#

i will text it

#

Thanks so much!!!!