fractalpay-test 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/Layout.js +51 -0
- package/build/1081c5c761da747118d500d2e2a3f7c8.png +0 -0
- package/build/12ad79be1a159d7f8368.svg +1 -0
- package/build/1c409ca27df03f6dd538.svg +1 -0
- package/build/1f7263e913f034629208e5892f07d45b.png +0 -0
- package/build/221098ad62449e8a4f3c1aadbf108dfb.svg +11 -0
- package/build/3a71a51585df0030b4e2.svg +1 -0
- package/build/441b7d1c958a83924eb4297817990ea0.svg +11 -0
- package/build/4e32b6d45a1c34ea51b9f1d3a6d638ec.png +0 -0
- package/build/5283c89dbd45d68b9209.svg +1 -0
- package/build/540bd558d5e3abf7846df15f3c6d3a35.png +0 -0
- package/build/5e88033ce5a4b1bbd2ad02e40244e4d0.png +0 -0
- package/build/73eb1cb9afd5b7b9daacb6faa554b322.svg +11 -0
- package/build/82bdd702db1eb6ac13cba7ea54dc90e5.svg +11 -0
- package/build/index.js +2 -0
- package/build/index.js.LICENSE.txt +46 -0
- package/package.json +42 -0
package/Layout.js
ADDED
@@ -0,0 +1,51 @@
|
|
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
|
@@ -0,0 +1 @@
|
|
1
|
+
export default __webpack_public_path__ + "82bdd702db1eb6ac13cba7ea54dc90e5.svg";
|
@@ -0,0 +1 @@
|
|
1
|
+
export default __webpack_public_path__ + "441b7d1c958a83924eb4297817990ea0.svg";
|
Binary file
|