Keith Ward
Keith Ward
I'm also having this issue because I want to redirect to an external Stripe checkout page after a user signs up. For now I am overriding the `respond_with` method: ```...
@joost This is still an issue. Basically if you don't validate your phone number before normalizing, and the number is invalid it will append the country code to the number...
@joost Also, to get your test fo fail in this commit: 22d06c8 , you need to pass `country_code: "AU"` to `PhonyRails.normalize_number`, we have `country_code` saved on the model. Here is...