Clean UP
This commit is contained in:
parent
e74b737441
commit
ec374eec63
2 changed files with 0 additions and 2 deletions
|
|
@ -86,7 +86,6 @@ class CreateAccount
|
|||
$sp794f3f->hosted_company_count = config('ninja.quotas.free.max_companies');
|
||||
// $sp794f3f->trial_started = now();
|
||||
// $sp794f3f->trial_plan = 'pro';
|
||||
|
||||
}
|
||||
|
||||
$sp794f3f->save();
|
||||
|
|
|
|||
|
|
@ -321,7 +321,6 @@ https://developer.wepay.com/api/api-calls/checkout
|
|||
|
||||
$amount = array_sum(array_column($this->wepay_payment_driver->payment_hash->invoices(), 'amount')) + $this->wepay_payment_driver->payment_hash->fee_total;
|
||||
|
||||
|
||||
$app_fee = (config('ninja.wepay.fee_cc_multiplier') * $amount) + config('ninja.wepay.fee_fixed');
|
||||
// charge the credit card
|
||||
$response = $this->wepay_payment_driver->wepay->request('checkout/create', array(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue