Skip to content
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

Chester integration #192

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Chester integration #192

wants to merge 15 commits into from

Conversation

ricardo8990
Copy link

New resources for fraud validations:

  • FraudValidation: Create a new validation based on a ChargeRequest, the result can be obtained later by retrieving the ID
  • UserPldRiskLevel: Retrieves level for certain user, it also allows to create a new level for a user
  • TransactionTokenValidation: For uncertain transactions, this token can be either accepted or rejected, so the next transaction attempt could be accepted

@ricardo8990 ricardo8990 added the enhancement New feature or request label Oct 6, 2021
@ricardo8990 ricardo8990 requested a review from matin October 6, 2021 23:27
@ricardo8990 ricardo8990 self-assigned this Oct 6, 2021
@codecov
Copy link

codecov bot commented Oct 6, 2021

Codecov Report

Merging #192 (152b374) into main (7e6fd86) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #192   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        32    +3     
  Lines          727       800   +73     
=========================================
+ Hits           727       800   +73     
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/__init__.py 100.00% <ø> (ø)
cuenca/resources/__init__.py 100.00% <100.00%> (ø)
cuenca/resources/fraud_validations.py 100.00% <100.00%> (ø)
cuenca/resources/transaction_token_validations.py 100.00% <100.00%> (ø)
cuenca/resources/user_pld_risk_levels.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 7e6fd86...152b374. Read the comment docs.

@ricardo8990 ricardo8990 marked this pull request as ready for review October 21, 2021 23:02
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.

1 participant