James Edmonston

Results 36 comments of James Edmonston

@CreateSean does accessing the `$addressParts` properties with `->` work? I.e. `$addressParts->street_number`.

@CreateSean Try changing the following line `$address = $addressParts['street_number'] . ' ' . $addressParts['route_short'] . '' . $addressParts['locality_short'] . ', ' . $addressParts['administrative_area_level_1_short'] . ', ' . $addressParts['postal_code_short'];` To `$address...

Has anybody experienced a similar issue with `finishTransactionAsync`? We're getting reports of issues on Android, receiving the following error: ```Error: Encountered an exception while calling native method: Exception occurred while...

I'm seeing this too. It loads correctly the first time, but then is scrolled a little on subsequent loads.

Are you able to use https://craftcms.com/docs/3.x/config/config-settings.html#setpasswordpath and/or https://craftcms.com/docs/3.x/config/config-settings.html#verifyemailpath?

Thanks for the heads up. I’m away this weekend so won’t be able to look into this until next week I’m afraid!

This looks great! Thanks so much for sorting!

@Stalex89 sorry for the delay on getting back to you on this one. I think this is achievable (albeit with a few extra steps) without needing to update anything in...

@Stalex89 that's a very good point – bit of an oversight by me! I'll look at implementing some events as you suggested

@Zsavajji I'll take a look