-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] account_banking_ach_base: pre-commit fixes
- Loading branch information
1 parent
29f6985
commit 97d9e44
Showing
9 changed files
with
47 additions
and
35 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Dave Burkholder \<<dave@thinkwelldesigns.com>\> | ||
- Maxime Chambreuil \<<mchambreuil@opensourceintegrators.com>\> | ||
- Serpent Consulting Services Pvt. Ltd. \<<support@serpentcs.com>\> | ||
- Murtaza Mithaiwala \<<mmithaiwala@opensourceintegrators.com>\> |
This file was deleted.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
...t_banking_ach_base/readme/DESCRIPTION.rst → ...nt_banking_ach_base/readme/DESCRIPTION.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Add fields to Bank, Partner and Company required for ACH transactions in USA. | ||
Add fields to Bank, Partner and Company required for ACH transactions in | ||
USA. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Add routing_number on Bank records. | ||
|
||
Add Legal ID on Partner and Company records. | ||
|
||
Add Mandate URL field to Company record. Use in email templates to | ||
provide customer with an easy way to access your Mandate Authorization | ||
form to streamline ACH authorizations. |
This file was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# generated from manifests external_dependencies | ||
ach | ||
python-stdnum |