#anisus

1 messages · Page 1 of 1 (latest)

hearty bridgeBOT
tranquil holly
azure temple
#

Thanks for the answer.
I have tried adding postalCode like this:

elements.create('payment', {
  fields: {
    billingDetails: {
      address: {
        country: 'auto',
        postalCode: 'auto',
      },
    },
  },
})

But no avail. I guess I can explore the address element more.

tranquil holly
#

Yes that's the next step to explore. Happy to help!