1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Bug fixes

This commit is contained in:
Hillel Coren 2015-12-27 13:37:54 +02:00
parent c493f6e49a
commit 6f2c3c76a3

View File

@ -225,9 +225,12 @@ class PaymentController extends BaseController
'client' => false, 'client' => false,
'contact' => false, 'contact' => false,
'gateway' => $gateway, 'gateway' => $gateway,
'account' => $account,
'accountGateway' => $accountGateway,
'acceptedCreditCardTypes' => $acceptedCreditCardTypes, 'acceptedCreditCardTypes' => $acceptedCreditCardTypes,
'countries' => Cache::get('countries'), 'countries' => Cache::get('countries'),
'currencyId' => 1, 'currencyId' => 1,
'currencyCode' => 'USD',
'paymentTitle' => $affiliate->payment_title, 'paymentTitle' => $affiliate->payment_title,
'paymentSubtitle' => $affiliate->payment_subtitle, 'paymentSubtitle' => $affiliate->payment_subtitle,
'showAddress' => true, 'showAddress' => true,