Commit b22c6836 by G

service 1 no longer exist.

parent 421d317b
...@@ -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",
......
...@@ -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,
}; };
......
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment