-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Single passkey only on eBay and PayPal #43
Conversation
Signed-off-by: arxo <[email protected]>
Signed-off-by: arxo <[email protected]>
checks complained about regions: Error: -cu is not a valid region code Error: -kp is not a valid region code Error: -ir is not a valid region code Error: -sy is not a valid region code Error: -ve is not a valid region code Error: -ru is not a valid region code Error: -tr is not a valid region code Signed-off-by: arxo <[email protected]>
someone should have a look at the PR validator failure... |
As the requested changes haven't been resolved yet, this PR will be marked as inactive.
|
Any idea what todo about this issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for the delay in reviewing your PR.
You can ignore the external tests error.
entries/e/ebay.com.json
Outdated
"regions": [ | ||
"-cu", | ||
"-kp", | ||
"-ir", | ||
"-sy", | ||
"-ve", | ||
"-ru", | ||
"-tr" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove the regions
array?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because the JavaScript tests complained about every single one of the regions until I removed all of them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll revert that particular change to see if it somehow works now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JS test now fails again.
hopefully the failing JS tests were just temporary Signed-off-by: arxo <[email protected]>
solves #16 and #17