forked from frappe/erpnext
-
Notifications
You must be signed in to change notification settings - Fork 24
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
refactor: Authorizenet Integration #1344
Merged
sahil28297
merged 15 commits into
Bloomstack:bs-may-sprint-2
from
DeveloperMetal:feat-improve-authnet
Jun 2, 2021
Merged
refactor: Authorizenet Integration #1344
sahil28297
merged 15 commits into
Bloomstack:bs-may-sprint-2
from
DeveloperMetal:feat-improve-authnet
Jun 2, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sahil28297
suggested changes
Jun 2, 2021
erpnext/erpnext_integrations/doctype/authorizenet_settings/authorizenet_settings.py
Outdated
Show resolved
Hide resolved
erpnext/erpnext_integrations/doctype/authorizenet_settings/authorizenet_settings.py
Show resolved
Hide resolved
erpnext/erpnext_integrations/doctype/authorizenet_settings/authorizenet_settings.py
Outdated
Show resolved
Hide resolved
erpnext/erpnext_integrations/doctype/authorizenet_settings/authorizenet_settings.py
Outdated
Show resolved
Hide resolved
erpnext/erpnext_integrations/doctype/authorizenet_settings/authorizenet_settings.py
Outdated
Show resolved
Hide resolved
erpnext/templates/includes/integrations/authorizenet_checkout.js
Outdated
Show resolved
Hide resolved
erpnext/templates/includes/integrations/authorizenet_checkout.js
Outdated
Show resolved
Hide resolved
erpnext/templates/includes/integrations/authorizenet_checkout.js
Outdated
Show resolved
Hide resolved
erpnext/templates/includes/integrations/authorizenet_checkout.js
Outdated
Show resolved
Hide resolved
…horizenet_settings.py Co-authored-by: sahil28297 <37302950+sahil28297@users.noreply.github.com>
…horizenet_settings.py Co-authored-by: sahil28297 <37302950+sahil28297@users.noreply.github.com>
Co-authored-by: sahil28297 <37302950+sahil28297@users.noreply.github.com>
Co-authored-by: sahil28297 <37302950+sahil28297@users.noreply.github.com>
Co-authored-by: sahil28297 <37302950+sahil28297@users.noreply.github.com>
Co-authored-by: sahil28297 <37302950+sahil28297@users.noreply.github.com>
…etal/erpnext into feat-improve-authnet
…horizenet_settings.py
…horizenet_settings.py
…horizenet_settings.py
sahil28297
approved these changes
Jun 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TASK: https://app.asana.com/0/1199639423748061/1200392846186624/f
Additions:
New Loading state which checks backend for previously successful charge:
Card decline test. Use cvv 901 to force decline:
Success card charge after correcting a decline:
Issue card processing and force offline error. Watch console retry 3 times before browser goes back online and succeeding:
Submit valid card for processing and user presses reload button . Watch for pre state check complete and forward user after the refresh: