md-systems / saferpay

Drupal 8 Payment gateway plugin for Saferpay
1 stars 1 forks source link

switched to drupal_ti #5

Open LKS90 opened 9 years ago

LKS90 commented 9 years ago

Drupal_TI seems to work, it's complaining about failed tests now. Will take a look tomorrow or something.

LKS90 commented 9 years ago

Like postfinance, can't reproduce. But there is an exception:

Uncaught PHP Exception
    GuzzleHttp\Exception\ConnectException: "cURL error 28: Operation timed out
    after 30032 milliseconds with 0 out of -1 bytes received (see
    http://curl.haxx.se/libcurl/c/libcurl-errors.html)"
    at /home/travis/build/md-systems/drupal-8/drupal/core/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php line 168

There is one usage of guzzle in the SaferpayResponseController, but it's unused (grey and underlined)?