fractalpay-test 1.0.0 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.js +1 -1
- package/package.json +49 -42
- package/Layout.js +0 -51
- package/build/1081c5c761da747118d500d2e2a3f7c8.png +0 -0
- package/build/1f7263e913f034629208e5892f07d45b.png +0 -0
- package/build/4e32b6d45a1c34ea51b9f1d3a6d638ec.png +0 -0
- package/build/540bd558d5e3abf7846df15f3c6d3a35.png +0 -0
- package/build/5e88033ce5a4b1bbd2ad02e40244e4d0.png +0 -0
package/package.json
CHANGED
@@ -1,42 +1,49 @@
|
|
1
|
-
{
|
2
|
-
"name": "fractalpay-test",
|
3
|
-
"version": "1.0.
|
4
|
-
"description": "",
|
5
|
-
"main": "./build/index.js",
|
6
|
-
"scripts": {
|
7
|
-
"build": "webpack"
|
8
|
-
},
|
9
|
-
"author": "anshuman",
|
10
|
-
"license": "ISC",
|
11
|
-
|
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
|
-
"@
|
18
|
-
"@
|
19
|
-
"@
|
20
|
-
"
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
29
|
-
"
|
30
|
-
"react
|
31
|
-
"react-
|
32
|
-
"react-
|
33
|
-
"react-
|
34
|
-
"react-
|
35
|
-
"react-
|
36
|
-
"react-
|
37
|
-
"
|
38
|
-
|
39
|
-
|
40
|
-
"
|
41
|
-
|
42
|
-
|
1
|
+
{
|
2
|
+
"name": "fractalpay-test",
|
3
|
+
"version": "1.0.2",
|
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;
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|