-
Notifications
You must be signed in to change notification settings - Fork 772
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
NFe Access Key Validator #138
Conversation
@andreyknupp Awesome! =) Please also update documentation if you don't mind. |
Oops something went wrong there and now includes commits from @alganet and @henriquemoody =( @andreyknupp thank you for the docs!!! It all seems to be there but slightly broken. If you would be so kind as to resubmit this PR from a fresh fork with only your changes it will simplify my tasks, otherwise I will have to investigate first. |
@andreyknupp I think you can fix it without going through all that effort. Try this: (I assume that your repo is origin if you cloned from the fork.) $ git remote add upstream https://github.com/Respect/Validation.git
$ git fetch upstream
$ git rebase upstream/develop
$ git push origin develop Your commits will now be on top of the latest on HEAD and if you want to "roll back" you can Once you're done come look back over here, as the PR would've updated itself... like magic Ooooohhh =) Tell us how it goes... |
Sweet! This indeed needs a rebase against @andreyknupp a question: an "nfe access key" is what (I am not familiar with NFe)? My question is target specially if the name for the rule |
@andreyknupp I knew what NFe means, I just don't know the workings and what the access key is for, that was my question intended for. 😜 It seem like a solid PR to me 🍻! Kudos for the tests. |
Hey @andreyknupp I see, sorry to bother you with that after so much time. There are easier alternatives, you can checkout the pull request locally on you new fork and work on top of that. By the way, I've done that to you so you don't have to after al; the work and patience you had with us already. 😛 PS: I am closing this in favor of #147. |
@andreyknupp Awesome! I merged a different pull request because it still supports 5.3 I kept you as original author since you've done all the work! 🍻 Thanks a lot for this new validator! |
No description provided.