Jump to content

Help integrating a payment module


Bubiko

Recommended Posts

Hi guys,

 

I am trying to add CC payment method on my website. I get this error when trying to select a payment method for a product.

 

Strict Standards: Declaration of Mobilpay_cc::validateOrder() should be compatible with that of PaymentModuleCore::validateOrder() in /home/content/74/10469774/html/bubiko/classes/module/Module.php on line 1032

Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 398

Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 398

Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 399

Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 399

Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 404

Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 404

Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 406

Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 406

Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 407

Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 407

Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 408

Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 408

Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 408

Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 408

Notice: Undefined variable: shipping in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 410

Notice: Trying to get property of non-object in /home/content/74/10469774/html/bubiko/modules/mobilpay_cc/mobilpay_cc.php on line 410

 

I`m not a programmer, but I belivethe problem is that the value "shipping". It does not have the same name in validate.php.

 

Any chance I could get some help?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...