GithubHelp home page GithubHelp logo

veneliniliev / borica-3ds Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 2.0 96 KB

PHP Borica EMV 3DS library

Home Page: https://veneliniliev.com

License: MIT License

PHP 100.00%
3ds borica borica-3ds cards payment-gateway payments php

borica-3ds's People

Contributors

blum avatar veneliniliev 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

borica-3ds's Issues

PHP 5.6 support

The required version in composer.json is 5.6, but when I try to install it on legasy PHP 5.6 project I got an error from a dependent package "php-enum" which require PHP 7.3 or 8

Problem 1
    - myclabs/php-enum 1.8.3 requires php ^7.3 || ^8.0 -> your PHP version (5.6.30) does not satisfy that requirement.
    - myclabs/php-enum 1.8.3 requires php ^7.3 || ^8.0 -> your PHP version (5.6.30) does not satisfy that requirement.
    - Installation request for myclabs/php-enum 1.8.3 -> satisfiable by myclabs/php-enum[1.8.3].

Missing BACKREF parameter

Hi, after I do $saleRequest->send(); I get this as an error
image
I have set the setBackRefUrl()
Any idea what might be the cause?

Wrong length of AD.CUST_BOR_ORDER_ID

First of all - thank you very much for the time and efforts you have put into the library!

According to Borica the max length of the field is 22 characters (6 character for the ORDER + 16 random characters).
In the implementation the string is cut to the 16th char:

'AD.CUST_BOR_ORDER_ID' => mb_substr($orderString, 0, 16)

Could you please update it?

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.