thelia-modules / StripePayment

Thelia payment module for Stripe
GNU Lesser General Public License v3.0
0 stars 8 forks source link

do not intercept the ORDER_PAY event if the order is being paid with … #1

Closed neywen closed 8 years ago

neywen commented 8 years ago

StripePayment makes conflict with other payment module, like Paypal. It keeps catching the ORDER_PAY event, even if the order is to be paid with another payment module. Here is a fix for that problem.