Welcome Guest, Not a member yet? Register   Sign In
Payment gateways
#4

[eluser]Tominator[/eluser]
I'm sorry I was wrong. You have rewrite it, when you want to extend existing or rewrite default.

But everything what you need is copy it to:
[root]/system/application/libraries/

They have to have the same name as is class name, that means:

Correct one:
Paypal.php
Code:
class Paypal {
...
}

Wrong:
Paypal.php
Code:
class Paypal_ThisMusntBeThere {
...
}

Tom.


Messages In This Thread
Payment gateways - by El Forum - 04-17-2010, 11:21 AM
Payment gateways - by El Forum - 04-17-2010, 12:33 PM
Payment gateways - by El Forum - 04-17-2010, 01:49 PM
Payment gateways - by El Forum - 04-17-2010, 02:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB