Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit bd6ff8d

Browse files
committed
Add payment process with stripe
1 parent 0d24741 commit bd6ff8d

File tree

14 files changed

+49
-2
lines changed

14 files changed

+49
-2
lines changed

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
"@mui-treasury/components": "^1.9.1",
5454
"@mui-treasury/styles": "^1.13.0",
5555
"@react-pdf/renderer": "^1.6.8",
56+
"@stripe/react-stripe-js": "^1.1.2",
57+
"@stripe/stripe-js": "^1.11.0",
5658
"apexcharts": "^3.18.0",
5759
"axios": "^0.19.2",
5860
"axios-mock-adapter": "^1.17.0",

src/data/courses/advanced/CompetitiveJava.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const competitiveJava = {
1616
link: '',
1717
priceCut: '₹ 12,000',
1818
price: '₹ 5,850',
19+
priceId: 'price_1I0Uz4LVU3L7vcSrx3vOaUdv',
1920
active: false
2021
}
2122
],

src/data/courses/advanced/MachineLearning.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const machineLearning = {
1616
link: '',
1717
priceCut: '₹ 12,000',
1818
price: '₹ 5,850',
19+
priceId: 'price_1I0UxdLVU3L7vcSrm95JI9Jr',
1920
active: false
2021
}
2122
],

src/data/courses/advanced/WebDevelopment.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const webDevelopment = {
1717
link: '',
1818
priceCut: '₹ 12,000',
1919
price: '₹ 5,850',
20+
priceId: 'price_1I0UyTLVU3L7vcSrBn1QACYX',
2021
active: false
2122
}
2223
],

src/data/courses/foundation/AlgoJS.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const algoJS = {
1616
link: '',
1717
priceCut: '₹ 10,000',
1818
price: '₹ 4,850',
19+
priceId: 'price_1I0UveLVU3L7vcSrvRIaf1aL',
1920
active: false
2021
}
2122
],

src/data/courses/foundation/AlgoJava.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const algoJava = {
1616
link: '',
1717
priceCut: '₹ 10,000',
1818
price: '₹ 4,850',
19+
priceId: 'price_1I0UwsLVU3L7vcSrLw793Cdb',
1920
active: false
2021
}
2122
],

src/data/courses/foundation/AlgoPython.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const algoPython = {
1616
link: '',
1717
priceCut: '₹ 10,000',
1818
price: '₹ 4,850',
19+
priceId: 'price_1I0UwFLVU3L7vcSr9y77KiRe',
1920
active: false
2021
}
2122
],

src/data/courses/training/CompetitiveJava.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const competitiveJava = {
1616
link: '',
1717
priceCut: '₹ 20,000',
1818
price: '₹ 9,900',
19+
priceId: 'price_1I0UuTLVU3L7vcSrh09rXyWG',
1920
active: false
2021
}
2122
],

src/data/courses/training/MachineLearning.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const machineLearning = {
1616
link: '',
1717
priceCut: '₹ 20,000',
1818
price: '₹ 9,900',
19+
priceId: 'price_1I0UsjLVU3L7vcSr1UcHNNSd',
1920
active: true
2021
}
2122
],

0 commit comments

Comments
 (0)