Skip to content

Commit 87e0d27

Browse files
authored
fixing user payment for a task, refactor and able non registered user pay for a task (#160)
* fixing user payment for a task, refactor and able non registered user to pay * fixing circleci config for pr * Added the Validation for account number on registring the account issue #149 (#159) * added validation for Bank Account number * fixed lint errors * running front-end tests
1 parent 1ee749d commit 87e0d27

File tree

16 files changed

+5369
-831
lines changed

16 files changed

+5369
-831
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ coverage
66
test
77
migrate.js
88
migration
9+
frontend/stripe-v3.js

frontend/.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015", "react"]
3+
}

0 commit comments

Comments
 (0)