-
Notifications
You must be signed in to change notification settings - Fork 34
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
[DRE-94] Add tests #74
Conversation
pass | ||
accept_language = 'es' | ||
response = self.api.get_orders(accept_language, limit=20) | ||
self.assertIsNotNone(response) |
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.
podemos validar aca que el charges[0].payment_method si es cash, card o spei ?
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.
y asi para todos los casos en donde usemos oneof o anyof o oneof
setup.py
Outdated
@@ -33,7 +33,7 @@ | |||
name=NAME, | |||
version=VERSION, | |||
description="Conekta API", | |||
author="Api support client", | |||
author="Engineering Conekta", | |||
author_email="engineering@conekta.com", | |||
url="https://developers.conekta.com/", |
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.
aca porfa cambiar por este valor
https://github.com/conekta/conekta-python
@@ -33,7 +33,7 @@ | |||
name=NAME, |
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.
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.
Ahora esta como conekta-python
, lo cambio a conekta?
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.
podemos conservar el https://github.com/conekta/conekta-python/blob/master/CHANGELOG.md |
No description provided.