Fatal error: Call to undefined function commerce_tax_total_amount() in commerce_paypal/modules/ec/commerce_paypal_ec.module on line 1099

Comments

tauno’s picture

Also called in commerce_paylfow on line 1191.

rszrama’s picture

Status: Active » Fixed

Added some module_exists() checks in both these places.

Commit: http://drupalcode.org/project/commerce_paypal.git/commitdiff/8e81675

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

artatac’s picture

I am using both paypal and the commerce_cba modules. And got the following error when paying by amazon
Fatal error: Call to undefined function commerce_tax_total_amount() in /home/bookpitc/public_html/sites/all/modules/commerce_cba/includes/amazonAPI.php on line 251

I thought it may be related fyi

joe