We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparently Recurly has changed (further differentiated) some error messages. So, this has broken two of our tests.
But the tests pass when (in sign_up_with_recurly.feature) the strings respectively in lines 56 and 72 are changed to:
'Billing info verification value must be three digits'
and
'Your card was declined'.
These lines flow into the rails_apps_composer only near here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apparently Recurly has changed (further differentiated) some error messages. So, this has broken two of our tests.
But the tests pass when (in sign_up_with_recurly.feature) the strings respectively in lines 56 and 72 are changed to:
and
These lines flow into the rails_apps_composer only near here.
The text was updated successfully, but these errors were encountered: