gratipay / gratipay.com

Here lieth a pioneer in open source sustainability. RIP
https://gratipay.news/the-end-cbfba8f50981
MIT License
1.12k stars 308 forks source link

"has no valid bank account connected" #404

Closed chadwhitacre closed 11 years ago

chadwhitacre commented 11 years ago

@jnoller and I have no valid bank account connected. But we do. But our deposits failed to clear today (#403). No doubt related to #393 shenanigans.

chadwhitacre commented 11 years ago

The check for whether there's a valid account was bad. I took it out entirely, let's let Balanced handle that. Need to do manual payouts for @jnoller and myself.

chadwhitacre commented 11 years ago

My payout is $145.09. Jesse's is $76.20.

chadwhitacre commented 11 years ago
$payout = total payout, including fee (76.50 in Jesse's case here, e.g.)
$fee = 0.30
$credit = amount to credit on Balanced (76.20 in Jesse's case here, e.g.)

INSERT INTO exchanges (amount, fee, participant_id) VALUES (-$credit, $fee, $participant_id);
UPDATE participants SET balance = balance - $payout WHERE id=$participant_id;
chadwhitacre commented 11 years ago

Blech, okay!