ADD new stripe provider in dictionnary
For better informations in Dolibarr and on object/pdf (order, invoice....)
This commit is contained in:
parent
e113fe468f
commit
2625c8fea5
@ -448,3 +448,8 @@ ALTER TABLE llx_socpeople DROP COLUMN googleplus;
|
||||
ALTER TABLE llx_socpeople DROP COLUMN youtube;
|
||||
ALTER TABLE llx_socpeople DROP COLUMN whatsapp;
|
||||
|
||||
INSERT INTO llx_c_paiement (id,code,libelle,type,active) values (100, 'KLA', 'Klarna', 1, 1);
|
||||
INSERT INTO llx_c_paiement (id,code,libelle,type,active) values (100, 'SOF', 'Sofort', 1, 1);
|
||||
INSERT INTO llx_c_paiement (id,code,libelle,type,active) values (100, 'BAN', 'Bancontact' 1, 1);
|
||||
INSERT INTO llx_c_paiement (id,code,libelle,type,active) values (100, 'IDE', 'iDeal' 1, 1);
|
||||
INSERT INTO llx_c_paiement (id,code,libelle,type,active) values (100, 'GIR', 'Giropay' 1, 1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user