Skip to content

Commit

Permalink
set the uk header flag to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimoiseanu committed Mar 7, 2024
1 parent 9b7af07 commit 9fad906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MangoPay/Libraries/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ class Configuration
/**
* Set to true for uk traffic
*/
public $UKHeaderFlag = true;
public $UKHeaderFlag = false;
}

0 comments on commit 9fad906

Please sign in to comment.