Giter Site home page Giter Site logo

Comments (6)

grEvenX avatar grEvenX commented on July 3, 2024

The Braintree_TransactionSearch class is a static class and should not be instantiated.
Thus you can access all it's methods statically and you don't really have any use of accessing it through the bundle.

from cometcultbraintreebundle.

opsdivina avatar opsdivina commented on July 3, 2024

Thank you for quick response!
Thus, how can I search transactions by order id?
using php lib:
$collection = Braintree_Transaction::search(array(
Braintree_TransactionSearch::orderId()->is("myorder")
));
using your bundle:
$BraintreeTransaction = $this->get('braintree_transaction_service');
$collection = $BraintreeTransaction->search(array(
???????????????????????????????
));
Thank you!

from cometcultbraintreebundle.

grEvenX avatar grEvenX commented on July 3, 2024

I'm not sure why you would use this bundle for exactly what you are doing anyway. All the methods you are referring to are static methods that you can just as easily access directly without any wrapper class.
Why not just use the first example provided? it's all calls to static methods...

from cometcultbraintreebundle.

opsdivina avatar opsdivina commented on July 3, 2024

Why do I need your bundle in this case?

from cometcultbraintreebundle.

grEvenX avatar grEvenX commented on July 3, 2024

If you are only using static code from the braintree php library, I would say that you don't...

from cometcultbraintreebundle.

opsdivina avatar opsdivina commented on July 3, 2024

Ok, thank you.

from cometcultbraintreebundle.

Related Issues (9)

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.