Prepare for more stripe function

support refund, dispute, capture....
This commit is contained in:
ptibogxiv 2018-09-27 10:43:43 +02:00 committed by GitHub
parent 60c74a6255
commit 78b8881c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,8 @@ create table llx_paiement
fk_paiement integer NOT NULL,
num_paiement varchar(50),
note text,
key_charge varchar(128), -- key of external charge
site varchar(128), -- name of external paymentmode
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