Skip to content

Commit

Permalink
Merge pull request #28 from pagantis/add-fr-country
Browse files Browse the repository at this point in the history
Add FR to allowed countries
  • Loading branch information
rmarinleal authored Oct 7, 2019
2 parents 6afe6eb + 95b2647 commit bc1688f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WC_Pagantis.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Pagantis
* Plugin URI: http://www.pagantis.com/
* Description: Financiar con Pagantis
* Version: 8.2.4
* Version: 8.2.5
* Author: Pagantis
*/

Expand Down Expand Up @@ -47,7 +47,7 @@ class WcPagantis
'PAGANTIS_DISPLAY_MIN_AMOUNT'=>1,
'PAGANTIS_URL_OK'=>'',
'PAGANTIS_URL_KO'=>'',
'PAGANTIS_ALLOWED_COUNTRIES' => 'a:2:{i:0;s:2:"es";i:1;s:2:"it";}',
'PAGANTIS_ALLOWED_COUNTRIES' => 'a:3:{i:0;s:2:"es";i:1;s:2:"it";i:2;s:2:"fr";}',
'PAGANTIS_PROMOTION_EXTRA' => '<p>Finance this product <span class="pmt-no-interest">without interest!</span></p>',
'PAGANTIS_SIMULATOR_THOUSANDS_SEPARATOR' => '.',
'PAGANTIS_SIMULATOR_DECIMAL_SEPARATOR' => ','
Expand Down

0 comments on commit bc1688f

Please sign in to comment.