Cindy - I posted this on the GitHub repository, but thought I'd include it here in case it helps get more attention:

Version v1.0.4.

I am noticing an issue in our system. When a customer places a PayPal order (not all the time, but a lot), the STATE that is being sent to PayPal is "California" where we are based.

For example, in ZenCart database, the address in both the Customer and the Orders Table is:

1234 Newbank Circle Suite 207
Dublin, OH 43017

But when I pull up PayPal to look if the address is verified, I see this on PayPal:

1234 Newbank Circle Suite 207
Dublin, CA 43017

I have seen this with multiple orders now, where the order looks fine in ZenCart, but when pulling it up on PayPal's website, they have "CA" as the state.

Is this a bug or perhaps is there something I need to check with my current installation?

I checked the "ipn_1732546861_MsKv7.log" file created for this example order and it shows "CA" as the state being pushed to PayPal, so something within our installation is sending that incorrect state to PayPal.

UPDATE: This doesn't seem to happen with every order.......but when it did, I noticed another WARNING LOG for the same transaction (ipn_1732546861_MsKv7-warning.log)

It seems that that warning log may indicate what is causing CA to be passed as the state to PayPal?