Pablo Molina

Results 15 comments of Pablo Molina

> @sheetal-purple @webkod3r Sorry for the tag, but is there any chance that this could be looked at? This is blocking us from upgrading to PHP 8.2. > > Also,...

> Hi. I wanted to ask what the status of this is? It seems like https://github.com/mailchimp/mailchimp-marketing-php hasn't been updated yet. Hi @olsp, I'm working supporting the Transactional API both for...

> Hi, > > I signed the CLA and sent an email.. is there anyway to progress with this PR (get code-review & understand the status of the CLA) ?...

Hi @craigcosmo the answer posted in issue #47 can solve your problem.

For clarity here is an example: ``` js $(addressPicker).on('addresspicker:selected', function (event, result) { // set location if is present $('#address2').val(result.nameForType("locality") || ''); // set value if its present $('#city').val(result.nameForType("administrative_area_level_2") ||...