Author Topic: Bug in PayPal gateway  (Read 436 times)

Offline alex_pro

  • Full Member
  • ***
  • Posts: 41
    • View Profile
Bug in PayPal gateway
« on: 18/April/2012, 11:03:44 AM »
Hello,

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

Offline netshine

  • Administrator
  • Hero Member
  • *****
  • Posts: 4,952
    • View Profile
Re: Bug in PayPal gateway
« Reply #1 on: 18/April/2012, 11:14:49 AM »
Thanks, maybe I'm missing something here, but those 2 lines you quoted look identical to me. I can't see anything wrong with that line in the code either...?

Offline alex_pro

  • Full Member
  • ***
  • Posts: 41
    • View Profile
Re: Bug in PayPal gateway
« Reply #2 on: 07/May/2012, 03:15:48 PM »
there is number 1 instead of letter l  ;D

Offline netshine

  • Administrator
  • Hero Member
  • *****
  • Posts: 4,952
    • View Profile
Re: Bug in PayPal gateway
« Reply #3 on: 07/May/2012, 03:44:20 PM »
Ah yes, thank you - I will fix it for the next release.