cuenca-mx / cuenca-validations

Shared validations library across cuenca-python, cuenca and oaxaca
MIT License
2 stars 0 forks source link

Add transaction_id to CardValidationRequest #322

Closed pachCode closed 1 year ago

pachCode commented 1 year ago

Se agrega transaction _id al request de validación de tarjeta para que sea posible vincular la validación de la tarjeta con una transacción en el autorizador

codecov[bot] commented 1 year ago

Codecov Report

Merging #322 (93e1497) into main (222f418) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #322   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines         1205      1206    +1     
=========================================
+ Hits          1205      1206    +1     
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_validations/types/requests.py 100.00% <100.00%> (ø)
cuenca_validations/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 222f418...93e1497. Read the comment docs.

pachCode commented 1 year ago

no implementado