Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
beasy-mobile
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
G
beasy-mobile
Commits
b22c6836
Commit
b22c6836
authored
Sep 05, 2024
by
G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
service 1 no longer exist.
parent
421d317b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
useOrangeMoney.tsx
src/hooks/useOrangeMoney.tsx
+1
-1
useWave.tsx
src/hooks/useWave.tsx
+1
-1
orangePayment.ts
src/utils/requests/orangePayment.ts
+1
-1
No files found.
src/hooks/useOrangeMoney.tsx
View file @
b22c6836
...
@@ -21,7 +21,7 @@ const paymentObjectDefault: IorangePaymentStarter = {
...
@@ -21,7 +21,7 @@ const paymentObjectDefault: IorangePaymentStarter = {
// biome-ignore lint/style/useNamingConvention: <api expect type_paiement>
// biome-ignore lint/style/useNamingConvention: <api expect type_paiement>
type_paiement
:
1
,
type_paiement
:
1
,
marchand
:
"1"
,
marchand
:
"1"
,
service
:
"
1
"
,
service
:
"
2
"
,
montant
:
0
,
montant
:
0
,
numero
:
"0707070707"
,
numero
:
"0707070707"
,
commentaire
:
"Un commentaire"
,
commentaire
:
"Un commentaire"
,
...
...
src/hooks/useWave.tsx
View file @
b22c6836
...
@@ -19,7 +19,7 @@ const paymentObjectDefault: IwavePaymentStarter = {
...
@@ -19,7 +19,7 @@ const paymentObjectDefault: IwavePaymentStarter = {
// biome-ignore lint/style/useNamingConvention: <api>
// biome-ignore lint/style/useNamingConvention: <api>
type_paiement
:
2
,
type_paiement
:
2
,
marchand
:
"1"
,
marchand
:
"1"
,
service
:
"
1
"
,
service
:
"
2
"
,
montant
:
0
,
montant
:
0
,
};
};
...
...
src/utils/requests/orangePayment.ts
View file @
b22c6836
...
@@ -6,7 +6,7 @@ export interface IorangePaymentStarter {
...
@@ -6,7 +6,7 @@ export interface IorangePaymentStarter {
// biome-ignore lint/style/useNamingConvention: <api expect type_paiement>
// biome-ignore lint/style/useNamingConvention: <api expect type_paiement>
type_paiement
:
number
;
type_paiement
:
number
;
marchand
:
"1"
;
marchand
:
"1"
;
service
:
"1"
;
service
:
string
;
montant
:
number
;
montant
:
number
;
commentaire
:
string
;
commentaire
:
string
;
numero
:
string
;
numero
:
string
;
...
...
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