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 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;
@@ -0,0 +1 @@
1
+ export default __webpack_public_path__ + "82bdd702db1eb6ac13cba7ea54dc90e5.svg";
@@ -0,0 +1 @@
1
+ export default __webpack_public_path__ + "441b7d1c958a83924eb4297817990ea0.svg";