Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
ivrnet_payment
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad
ivrnet_payment
Commits
0e44734a
Commit
0e44734a
authored
Nov 20, 2023
by
Bilal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed styling issues
parent
9c5c7a18
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
src/App.js
src/App.js
+1
-1
src/component/Telepay.js
src/component/Telepay.js
+12
-11
No files found.
src/App.js
View file @
0e44734a
...
@@ -21,7 +21,7 @@ function App() {
...
@@ -21,7 +21,7 @@ function App() {
<
h3
className
=
'
text-white
'
>
Ivrnet
<
/h3
>
<
h3
className
=
'
text-white
'
>
Ivrnet
<
/h3
>
<
/div
>
<
/div
>
<
div
className
=
'
p-5
'
>
<
div
className
=
'
p-5
'
>
<
div
className
=
'
offset-md-
2
col-md-8
'
>
<
div
className
=
'
offset-md-
3
col-md-8
'
>
<
TelepayForm
/>
<
TelepayForm
/>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
src/component/Telepay.js
View file @
0e44734a
...
@@ -130,7 +130,7 @@ const TelepayForm = () => {
...
@@ -130,7 +130,7 @@ const TelepayForm = () => {
<
/Typography
>
<
/Typography
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
col center-label
'
>
<
div
className
=
'
col
-md-2
center-label
'
>
<
label
htmlFor
=
'
firstName
'
className
=
'
form-label mt-1
'
>
First
Name
<
/label
>
<
label
htmlFor
=
'
firstName
'
className
=
'
form-label mt-1
'
>
First
Name
<
/label
>
<
/div
>
<
/div
>
<
div
className
=
'
col-md-9
'
>
<
div
className
=
'
col-md-9
'
>
...
@@ -146,7 +146,7 @@ const TelepayForm = () => {
...
@@ -146,7 +146,7 @@ const TelepayForm = () => {
<
/div
>
<
/div
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
col center-label
'
>
<
div
className
=
'
col
-md-2
center-label
'
>
<
label
htmlFor
=
'
lastName
'
className
=
'
form-label mt-1
'
>
Last
Name
<
/label
>
<
label
htmlFor
=
'
lastName
'
className
=
'
form-label mt-1
'
>
Last
Name
<
/label
>
<
/div
>
<
/div
>
<
div
className
=
'
col-md-9
'
>
<
div
className
=
'
col-md-9
'
>
...
@@ -162,7 +162,7 @@ const TelepayForm = () => {
...
@@ -162,7 +162,7 @@ const TelepayForm = () => {
<
/div
>
<
/div
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
col center-label
'
>
<
div
className
=
'
col
-md-2
center-label
'
>
<
label
htmlFor
=
'
address
'
className
=
'
form-label mt-1
'
>
Address
<
/label
>
<
label
htmlFor
=
'
address
'
className
=
'
form-label mt-1
'
>
Address
<
/label
>
<
/div
>
<
/div
>
<
div
className
=
'
col-md-9
'
>
<
div
className
=
'
col-md-9
'
>
...
@@ -178,7 +178,7 @@ const TelepayForm = () => {
...
@@ -178,7 +178,7 @@ const TelepayForm = () => {
<
/div
>
<
/div
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
col center-label
'
>
<
div
className
=
'
col
-md-2
center-label
'
>
<
label
htmlFor
=
'
city
'
className
=
'
form-label mt-1
'
>
City
<
/label
>
<
label
htmlFor
=
'
city
'
className
=
'
form-label mt-1
'
>
City
<
/label
>
<
/div
>
<
/div
>
<
div
className
=
'
col-md-9
'
>
<
div
className
=
'
col-md-9
'
>
...
@@ -194,7 +194,7 @@ const TelepayForm = () => {
...
@@ -194,7 +194,7 @@ const TelepayForm = () => {
<
/div
>
<
/div
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
col center-label
'
>
<
div
className
=
'
col
-md-2
center-label
'
>
<
label
htmlFor
=
'
province
'
className
=
'
form-label mt-1
'
>
Province
<
/label
>
<
label
htmlFor
=
'
province
'
className
=
'
form-label mt-1
'
>
Province
<
/label
>
<
/div
>
<
/div
>
<
div
className
=
'
col-md-9
'
>
<
div
className
=
'
col-md-9
'
>
...
@@ -210,7 +210,7 @@ const TelepayForm = () => {
...
@@ -210,7 +210,7 @@ const TelepayForm = () => {
<
/div
>
<
/div
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
col center-label
'
>
<
div
className
=
'
col
-md-2
center-label
'
>
<
label
htmlFor
=
'
country
'
className
=
'
form-label mt-1
'
>
Country
<
/label
>
<
label
htmlFor
=
'
country
'
className
=
'
form-label mt-1
'
>
Country
<
/label
>
<
/div
>
<
/div
>
<
div
className
=
'
col-md-9
'
>
<
div
className
=
'
col-md-9
'
>
...
@@ -226,7 +226,7 @@ const TelepayForm = () => {
...
@@ -226,7 +226,7 @@ const TelepayForm = () => {
<
/div
>
<
/div
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
col center-label
'
>
<
div
className
=
'
col
-md-2
center-label
'
>
<
label
htmlFor
=
'
email
'
className
=
'
form-label mt-1
'
>
Email
<
/label
>
<
label
htmlFor
=
'
email
'
className
=
'
form-label mt-1
'
>
Email
<
/label
>
<
/div
>
<
/div
>
<
div
className
=
'
col-md-9
'
>
<
div
className
=
'
col-md-9
'
>
...
@@ -243,7 +243,7 @@ const TelepayForm = () => {
...
@@ -243,7 +243,7 @@ const TelepayForm = () => {
<
/div
>
<
/div
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
col center-label
'
>
<
div
className
=
'
col
-md-2
center-label
'
>
<
label
htmlFor
=
'
phone
'
className
=
'
form-label mt-1
'
>
Phone
<
/label
>
<
label
htmlFor
=
'
phone
'
className
=
'
form-label mt-1
'
>
Phone
<
/label
>
<
/div
>
<
/div
>
<
div
className
=
'
col-md-9
'
>
<
div
className
=
'
col-md-9
'
>
...
@@ -259,7 +259,7 @@ const TelepayForm = () => {
...
@@ -259,7 +259,7 @@ const TelepayForm = () => {
<
/div
>
<
/div
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
form-group row mb-4
'
>
<
div
className
=
'
col center-label
'
>
<
div
className
=
'
col
-md-2
center-label
'
>
<
label
htmlFor
=
'
description
'
className
=
'
form-label mt-1
'
>
Description
<
/label
>
<
label
htmlFor
=
'
description
'
className
=
'
form-label mt-1
'
>
Description
<
/label
>
<
/div
>
<
/div
>
<
div
className
=
'
col-md-9
'
>
<
div
className
=
'
col-md-9
'
>
...
@@ -326,7 +326,8 @@ const TelepayForm = () => {
...
@@ -326,7 +326,8 @@ const TelepayForm = () => {
<
/div
>
<
/div
>
<
/Paper
>
<
/Paper
>
{
success
&&
(
{
success
&&
(
<
Paper
elevation
=
{
1
}
style
=
{{
backgroundColor
:
'
rgb(56, 142, 60)
'
,
color
:
'
white
'
}}
sx
=
{{
padding
:
3
,
marginBottom
:
4
}}
>
<
Paper
elevation
=
{
1
}
style
=
{{
backgroundColor
:
'
rgb(56, 142, 60)
'
,
color
:
'
white
'
}}
sx
=
{{
padding
:
3
,
marginBottom
:
4
}}
>
Access
Code
:
{
success
.
access_code
}
Access
Code
:
{
success
.
access_code
}
<
/Paper
>
<
/Paper
>
)}
)}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment