Code Monkey home page Code Monkey logo

php-stuzza-eps-banktransfer's People

Contributors

bountin avatar hakito avatar thomaslandauer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

php-stuzza-eps-banktransfer's Issues

Several error messages - is the library working at all?

Hi,

I just tried to get this up and running, but got several error messages:

  • eps.php (=my test file, created from README.md):
    • Warning: Creating default object from empty value in [...]\eps\src\at\externet\eps_bank_transfer\SoCommunicator.php on line 114
    • Fatal error: Call to undefined method stdClass::GetSimpleXml() in [...]\eps\src\at\externet\eps_bank_transfer\SoCommunicator.php on line 119
  • BaseTest.php: Fatal error: Class 'PHPUnit_Framework_TestCase' not found in [...]\eps\tests\unit\at\externet\eps_bank_transfer\BaseTest.php on line 7
  • SoCommunicatorTest.php: Fatal error: Class 'at\externet\eps_bank_transfer\BaseTest' not found in [...]\eps\tests\unit\at\externet\eps_bank_transfer\SoCommunicatorTest.php on line 6
  • TransferInitiatorDetailsTest.php: Fatal error: Class 'at\externet\eps_bank_transfer\BaseTest' not found in [...]\eps\tests\unit\at\externet\eps_bank_transfer\TransferInitiatorDetailsTest.php on line 6
  • XmlValidatorTest.php: Fatal error: Class 'at\externet\eps_bank_transfer\BaseTest' not found in [...]\eps\tests\unit\at\externet\eps_bank_transfer\XmlValidatorTest.php on line 6

So I'm not sure if this is working at all. Or what the status of this repository is?

Thanks!!

Cheers,
Thomas

Attempted to load class "TransferMsgDetails" from namespace "at\externet\eps_bank_transfer". Did you forget a "use" statement for another namespace?

For EPS integration in an online shop I installed this composer package. Unfortunately, the namespaces don't seem to load correctly.

Code-Snippet: (autoloaded via composer)

$transferMsgDetails = new \at\externet\eps_bank_transfer\TransferMsgDetails($responseUrl, $successUrl, $failUrl);

Error:

Attempted to load class "TransferMsgDetails" from namespace "at\externet\eps_bank_transfer".
Did you forget a "use" statement for another namespace?

It doesn't find a single class from the given namespace.

For the sake of interest, I just installed the composer package and ran its unit tests.

Output:

Deprecated: The PSR-0 `Requests_...` class names in the Request library are deprecated. Switch to the PSR-4 `WpOrg\Requests\...` class names at your earliest convenience.
Fatal error: Declaration of at\externet\eps_bank_transfer\MockTransport::test() must be compatible with WpOrg\Requests\Transport::test($capabilities = Array)

Am I doing something wrong, or does this library just not work (anymore)?

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.