From: Damien Bobillot Date: Wed, 27 Jul 2011 22:40:40 +0000 (+0200) Subject: On a aussi le tarif "europe" pour les commissions sur les cartes suisses. X-Git-Tag: xorg/1.1.5~42 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=46403a235e8c4a73b66c1a0fa2f5878c336f5742;p=platal.git On a aussi le tarif "europe" pour les commissions sur les cartes suisses. Schmurtz --- diff --git a/modules/payment.php b/modules/payment.php index e183dc8..f12e217 100644 --- a/modules/payment.php +++ b/modules/payment.php @@ -960,7 +960,7 @@ class PaymentLogsImporter extends CSVImporter { static public function compute_systempay_commission($line, $key, $relation) { static $EEE_countries = array( - 'France', 'Allemagne', 'Autriche', 'Belgique', 'Bulgarie', 'Chypre', + 'France', 'Allemagne', 'Autriche', 'Belgique', 'Bulgarie', 'Chypre', 'Suisse', 'Danemark', 'Espagne', 'Estonie', 'Finlande', 'Grèce', 'Hongrie', 'Irlande', 'Islande', 'Italie', 'Lettonie', 'Liechtenstein', 'Lituanie', 'Luxembourg', 'Malte', 'Norvège', 'Pays-Bas', 'Pologne', 'Portugal', 'Roumanie', 'Royaume-Uni', 'Slovaquie', 'Slovénie', 'Suède', 'République Tchèque'