Advertisement:

Author Topic: Payment plugin v 3.0 fixed error in stripe and menu  (Read 781 times)

user88

  • Jr. Member
  • **
  • Posts: 81
Payment plugin v 3.0 fixed error in stripe and menu
« on: October 14, 2014, 02:21:40 am »
Payment plugin have some many issue.
I fixed 2 problem:
1. for stripe payment: now work fine!
2. for premium listings (before show only 5 ads and not show page...): now works fine

valium

  • Newbie
  • *
  • Posts: 45
Re: Payment plugin v 3.0 fixed error in stripe and menu
« Reply #1 on: October 21, 2014, 06:38:46 pm »
I had a problem with Stripe on Firefox, solved changing this:
https://github.com/osclass/plugin-payment/blob/master/payment/payments/stripe/StripePayment.php

Code: [Select]
<a href="javascript:stripe_pay(\''.$amount.'\',\''.$description.'\',\''.$itemnumber.'\',\''.$extra.'\');" >...
in this:

Code: [Select]
<a href="#" onclick="javascript:stripe_pay(\''.$amount.'\',\''.$description.'\',\''.$itemnumber.'\',\''.$extra.'\');" >..