Hi,
I have a paypal error on checkout:
1146 - Table 'mystore_shop.TABLE_PAYPALIPN_TXN' doesn't exist

select o.orders_status,p.* from orders o LEFT JOIN TABLE_PAYPALIPN_TXN p on p.item_number = o.orders_id AND o.customers_id = '6' order by o.date_purchased desc limit 1

[TEP STOP]
Table PAYPALIPN_TXN is not in the database, and not in the original sql file either.
Reading through the forum about this issue, but cant seem to find the appropriate answer.
I do not want to upgrade the paypal module since i am not using paypal.
Is there a quick fix for this issue?
Thanks.