Skip to content

Conversation

@chiqeen03
Copy link
Contributor

No description provided.

@chiqeen03 chiqeen03 added the enhancement New feature or request label Jul 25, 2022
@chiqeen03 chiqeen03 self-assigned this Jul 25, 2022
@chiqeen03 chiqeen03 requested a review from alexviquez as a code owner July 25, 2022 22:22
@codecov
Copy link

codecov bot commented Jul 25, 2022

Codecov Report

Merging #302 (0459153) into main (a97b911) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #302   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           43        43           
  Lines          990       994    +4     
=========================================
+ Hits           990       994    +4     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cuenca/resources/cards.py 100.00% <100.00%> (ø)
cuenca/version.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a97b911...0459153. Read the comment docs.

funding_type: CardFundingType,
user_id: str = 'me',
card_holder_user_id: Optional[str] = None,
is_dynamic_cvv: Optional[bool] = False,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional solo si el default es None

card_id: str,
status: Optional[CardStatus] = None,
pin_block: Optional[str] = None,
is_dynamic_cvv: Optional[bool] = False,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

igual al comentario anterior

issuer: CardIssuer
funding_type: CardFundingType
dcvv: Optional[str] = None
dcvv_expires_at: Optional[str] = None
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No te falló? debe ser datetime no?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no falla, paarece que pydantic convierte lafecha a str

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lo cmbio a dt

requirements.txt Outdated
@@ -1,3 +1,3 @@
requests==2.27.1
cuenca-validations==0.11.4
cuenca-validations==0.11.6.dev0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

puedes mezclar cuenca validations y ya poner las versiones correctas

Copy link
Contributor

@pachCode pachCode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

También falta regrabar cassette

@@ -1,3 +1,3 @@
__version__ = '0.14.6'
__version__ = '0.14.8.dev0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

creo que la versión correcta debe sr 0.15.0. No es un bug fix, sino un nuevo feature.

@felipao-mx felipao-mx merged commit b1c29ab into main Sep 27, 2022
@felipao-mx felipao-mx deleted the dynamic_cvv branch September 27, 2022 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants