This commit is contained in:
Pererinha 2015-01-19 10:25:04 -02:00
parent 292901f3c3
commit 2cd5d79b44

View File

@ -3,7 +3,7 @@
class Crunchbutton_Pexcard_Monitor extends Crunchbutton_Pexcard_Resource {
const BALANCE_LIMIT = 500;
const TRANSFER_LIMIT = 300;
const TRANSFER_LIMIT = 250;
public function checkBalanceLimit(){
$cards = Crunchbutton_Pexcard_Card::card_list();