Git Product home page Git Product logo

knet-php-demo's People

Contributors

burhan avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

knet-php-demo's Issues

Knet Service Provider

Hi all,

Can i get a list of service providers for KNET. I couldn't find any resource for development.

Thanks in advance.

  • Anish

Header may not contain more than a single header

I am getting below error

PHP Warning: Header may not contain more than a single header, new line detected in /public_html/wp-content/plugins/knet/Payment.php on line 90

This is line 90

header( 'Location: ' . $this->paymentUrl );

Any idea what could be the reason ?

Incorrect strpos() check

Lines 368-369 of e24PaymentPipe.inc.php:
$i = strpos($s, ":"); if ($i == -1) {
That check should be $i === false since strpos returns FALSE when the string is not found. Also, when the query string is built none of the parameter values are escaped with urlencode or rawurlencode.

PHP Extensions

Could you please advise what is the required PHP extensions to make this work as I am getting few PHP errors when using this?

No "resource.cgn" file

Hi

I tried to run the tool in local host but I got this error:

Warning: fopen(D:\php\resource\resource.cgn): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/pck/github/com/aciworldwide/commerce/gateway/plugins/e24PaymentPipe.inc.php on line 560

What is resource.cgn file ?

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.