Merge pull request #9622 from ptibogxiv/patch-68
Prepare for more stripe function
This commit is contained in:
commit
422af361b4
@ -31,6 +31,8 @@ create table llx_paiement
|
||||
fk_paiement integer NOT NULL,
|
||||
num_paiement varchar(50),
|
||||
note text,
|
||||
ext_payment_id varchar(128), -- external id of payment (for example Stripe charge id)
|
||||
ext_payment_site varchar(128), -- name of external paymentmode (for example "stripe")
|
||||
fk_bank integer NOT NULL DEFAULT 0,
|
||||
fk_user_creat integer, -- utilisateur qui a cree l'info
|
||||
fk_user_modif integer, -- utilisateur qui a modifie l'info
|
||||
|
||||
Loading…
Reference in New Issue
Block a user