Coder Social home page Coder Social logo

Comments (8)

herghost avatar herghost commented on August 12, 2024

Its in SDK-Core, \paypal\paypal\sdk-core-php\lib\PayPal\Common

from paypal-php-sdk.

GrahamCampbell avatar GrahamCampbell commented on August 12, 2024

https://github.com/paypal/sdk-core-php/blob/master/lib/common/PPModel.php.

from paypal-php-sdk.

GrahamCampbell avatar GrahamCampbell commented on August 12, 2024

Or https://github.com/paypal/sdk-core-php/blob/namespace-5.3/lib/PayPal/Common/PPModel.php for the newer version.

from paypal-php-sdk.

marcellowy avatar marcellowy commented on August 12, 2024

i think all package must include core sdk, same like this error

from paypal-php-sdk.

quertyui avatar quertyui commented on August 12, 2024

The problem is related to the order the lib files are being Included...
I am including them manually in this order and it works..

"; include_once($filename); } foreach (glob(dirname(**FILE**)."/Common/*.php") as $filename) { echo **FILE**; echo $filename; echo "
"; include_once($filename); } foreach (glob(dirname(**FILE**)."/Auth/*.php") as $filename) { echo **FILE**; echo $filename; echo "
"; include_once($filename); } foreach (glob(dirname(**FILE**)."/Handler/*.php") as $filename) { echo **FILE**; echo $filename; echo "
"; include_once($filename); } foreach (glob(dirname(**FILE**)."/Rest/*.php") as $filename) { echo **FILE**; echo $filename; echo "
"; include_once($filename); } foreach (glob(dirname(**FILE**)."/Transport/_.php") as $filename) { echo **FILE**; echo $filename; echo "
"; include_once($filename); } foreach (glob(dirname(**FILE**)."/Exception/_.php") as $filename) { echo **FILE**; echo $filename; echo "
"; include_once($filename); } include_once(dirname(**FILE**)."/Api/Payment.php"); foreach (glob(dirname(**FILE**)."/Api/*.php") as $filename) { echo **FILE**; echo $filename; echo "
"; include_once($filename); } exit; ?>

from paypal-php-sdk.

jaypatel512 avatar jaypatel512 commented on August 12, 2024

The latest release has merged the sdk-core dependency, and wont require core-sdk, which would resolve these issues.

from paypal-php-sdk.

ulkas avatar ulkas commented on August 12, 2024

@towser451 maybe search if your IDE has jump to declaration feature. than you can easilly locate the file after howering/clicking/some shortcut above the class Name extends PPModel part in your code.

from paypal-php-sdk.

marcellowy avatar marcellowy commented on August 12, 2024

not include sdk-core when i used it. maybe now it's works, who know

from paypal-php-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.