axima / php-payment-gate

PHP utils for pays.cz integration.
https://packagist.org/packages/axima/payment-gate
MIT License
1 stars 1 forks source link

error namespace #3

Closed impnet closed 1 year ago

impnet commented 1 year ago

File axima\payment-gate\src\Utils.php have bad namespace. There is namespace Axima\PaymentGate; and should be namespace Pays\PaymentGate; or composer file should be changed from Pays\PaymentGate to Axima\PaymentGate.

greeny commented 1 year ago

This was already fixed in 8ec3bda with #2

impnet commented 1 year ago

This was already fixed in 8ec3bda with #2

Try to download package with composer. Look at the screenshot. Probably there will be old public package.

obrazek

Composer config:

{
    "require": {
        "axima/payment-gate": "^1.0"
    }
}