Hello,
There is a bug in Paypal gateway.
file administrator/components/com_nbill/admin.gateway/admin.paypal/paypal.php
line 89:
$first_pay_freq = "&p1=6&t1=M&al=" . $standard_totals->total_gross;should be:
$first_pay_freq = "&p1=6&t1=M&a1=" . $standard_totals->total_gross;
Regards,
Alex.