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

Integrate Payment Intents #39

Merged
merged 4 commits into from
Dec 14, 2021
Merged

Integrate Payment Intents #39

merged 4 commits into from
Dec 14, 2021

Conversation

daleal
Copy link
Member

@daleal daleal commented Dec 9, 2021

Description

This Pull Request integrates the Payment Intents functionality. It adds the PaymentIntent object and the PaymentIntentsManager object attached to the Fintoc object. It also documents the functionality.

Requirements

None.

Additional changes

None.

@daleal daleal added the enhancement New feature or request label Dec 9, 2021
@daleal daleal self-assigned this Dec 9, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #39 (1ca5005) into master (9bb1408) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        41    +2     
  Lines          399       409   +10     
=========================================
+ Hits           399       409   +10     
Impacted Files Coverage Δ
fintoc/core.py 100.00% <100.00%> (ø)
fintoc/managers/__init__.py 100.00% <100.00%> (ø)
fintoc/managers/payment_intents_manager.py 100.00% <100.00%> (ø)
fintoc/resources/__init__.py 100.00% <100.00%> (ø)
fintoc/resources/payment_intent.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 9bb1408...1ca5005. Read the comment docs.

@daleal daleal force-pushed the feat/integrate-payment-intents branch from 1ca5005 to 44895d9 Compare December 9, 2021 20:23
@daleal daleal requested a review from lezorich December 9, 2021 21:13
@daleal daleal merged commit 8be023b into master Dec 14, 2021
@daleal daleal deleted the feat/integrate-payment-intents branch December 14, 2021 12:04
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.

2 participants