fractalpay-test 1.0.1 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,42 +1,49 @@
1
- {
2
- "name": "fractalpay-test",
3
- "version": "1.0.1",
4
- "description": "",
5
- "main": "./build/index.js",
6
- "scripts": {
7
- "build": "webpack"
8
- },
9
- "author": "anshuman",
10
- "license": "ISC",
11
- "dependencies": {
12
- "@emotion/react": "^11.13.3",
13
- "@emotion/styled": "^11.13.0",
14
- "@fortawesome/fontawesome-svg-core": "^6.5.2",
15
- "@fortawesome/free-solid-svg-icons": "^6.5.2",
16
- "@fortawesome/react-fontawesome": "^0.2.2",
17
- "@testing-library/jest-dom": "^5.17.0",
18
- "@testing-library/react": "^13.4.0",
19
- "@testing-library/user-event": "^13.5.0",
20
- "axios": "^1.7.2",
21
- "bootstrap": "^5.3.3",
22
- "credit-card-type": "^10.0.1",
23
- "moment": "^2.30.1",
24
- "node-forge": "^1.3.1",
25
- "react": "^18.3.1",
26
- "react-bootstrap": "^2.10.2",
27
- "react-bs-datatable": "^3.15.0",
28
- "react-datepicker": "^7.1.0",
29
- "react-dom": "^18.3.1",
30
- "react-iframe": "^1.8.5",
31
- "react-loading-iframe": "^1.1.0",
32
- "react-places-autocomplete": "^7.3.0",
33
- "react-router-dom": "^6.26.1",
34
- "react-scripts": "5.0.1",
35
- "react-spinkit": "^3.0.0",
36
- "react-toastify": "^10.0.5",
37
- "web-vitals": "^2.1.4"
38
- },
39
- "devDependencies": {
40
- "webpack-cli": "^5.1.4"
41
- }
42
- }
1
+ {
2
+ "name": "fractalpay-test",
3
+ "version": "1.0.3",
4
+ "description": "",
5
+ "main": "./build/index.js",
6
+ "scripts": {
7
+ "build": "webpack"
8
+ },
9
+ "author": "anshuman",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "@emotion/react": "^11.13.3",
13
+ "@emotion/styled": "^11.13.0",
14
+ "@fortawesome/fontawesome-svg-core": "^6.5.2",
15
+ "@fortawesome/free-solid-svg-icons": "^6.5.2",
16
+ "@fortawesome/react-fontawesome": "^0.2.2",
17
+ "@mui/material": "^6.1.0",
18
+ "@okta/okta-auth-js": "^7.8.0",
19
+ "@okta/okta-react": "^6.9.0",
20
+ "@testing-library/jest-dom": "^5.17.0",
21
+ "@testing-library/react": "^13.4.0",
22
+ "@testing-library/user-event": "^13.5.0",
23
+ "axios": "^1.7.2",
24
+ "bootstrap": "^5.3.3",
25
+ "credit-card-type": "^10.0.1",
26
+ "fractalpay": "^1.0.40",
27
+ "jwt-decode": "^4.0.0",
28
+ "moment": "^2.30.1",
29
+ "node-forge": "^1.3.1",
30
+ "react": "^18.3.1",
31
+ "react-bootstrap": "^2.10.2",
32
+ "react-bs-datatable": "^3.15.0",
33
+ "react-datepicker": "^7.1.0",
34
+ "react-dom": "^18.3.1",
35
+ "react-google-recaptcha": "^3.1.0",
36
+ "react-iframe": "^1.8.5",
37
+ "react-loading-iframe": "^1.1.0",
38
+ "react-places-autocomplete": "^7.3.0",
39
+ "react-router-dom": "^6.26.1",
40
+ "react-scripts": "5.0.1",
41
+ "react-spinkit": "^3.0.0",
42
+ "react-toastify": "^10.0.5",
43
+ "uuid": "^10.0.0",
44
+ "web-vitals": "^2.1.4"
45
+ },
46
+ "devDependencies": {
47
+ "webpack-cli": "^5.1.4"
48
+ }
49
+ }
package/Layout.js DELETED
@@ -1,51 +0,0 @@
1
- import React from "react";
2
- import RequestPayment from "./Pages/RequestPayment";
3
- import RequestPaymentDatatable from "./Pages/RequestPaymentDatatable";
4
- import 'bootstrap/dist/css/bootstrap.min.css';
5
- import "./App.css"
6
- import AddCustomer from "./Pages/AddCustomer"
7
- import CompletedTransactions from "./Pages/CompletedTransactions";
8
- // import PayNow from "./pages/PayNow";
9
- import PayNow from "./Pages/PayNow";
10
- import CustomerDatable from "./Pages/CustomerDatable";
11
- import GetPaymentPage from "./Pages/GetPaymentPage";
12
-
13
-
14
- import Payment from "./Pages/Payment";
15
-
16
- import RequestPaymentonClick from "./Pages/RequestPaymentonClick";
17
- import RqstPaymntInputField from "./Pages/RqstPaymntInputField";
18
-
19
- import GetPaymentDynamic from "./Pages/GetPaymentDynamic";
20
- import GetPaymentAllInput from "./Pages/GetPaymentAllInput";
21
- // import TockenizPay from "./pages/TockenizPay";
22
- import TockenizPay from "./Pages/TockenizPay";
23
-
24
- import RequestPaymentDynamic from "./Pages/RequestPaymentDynamic";
25
- import RequestPaymentAllInput from "./Pages/RequestPaymentAllInput";
26
- import PreAuth from "./Pages/PreAuth";
27
- // import Okta from "./Pages/Okta";
28
- // import OkthAuth from "./Pages/OkthAuth";
29
- import FractalAuth from "./Pages/FractalAuth";
30
-
31
-
32
-
33
- export { Payment,RequestPaymentonClick, RqstPaymntInputField, GetPaymentDynamic, GetPaymentAllInput, CustomerDatable, TockenizPay, RequestPaymentDynamic , RequestPaymentAllInput, CompletedTransactions, PayNow, RequestPaymentDatatable, RequestPayment, AddCustomer, GetPaymentPage, PreAuth, FractalAuth };
34
-
35
- const Layout = () =>{
36
- // const fractalpayClientKey = "4ce6bd7335f19c8c8ae164a0c3e9d6f8"
37
-
38
- // return(
39
- // <div className="container">
40
-
41
- // <RequestPayment fractalpayClientKey={fractalpayClientKey}/>
42
- // <RequestPaymentDatatable fractalpayClientKey={fractalpayClientKey}/>
43
- // <AddCustomer fractalpayClientKey={fractalpayClientKey}/>
44
- // <CompletedTransactions fractalpayClientKey={fractalpayClientKey}/>
45
- // <PayNow fractalpayClientKey={fractalpayClientKey}/>
46
- // <CustomerDatable fractalpayClientKey={fractalpayClientKey} />
47
- // </div>
48
-
49
- // )
50
- }
51
- export default Layout;