puniserv

Results 3 comments of puniserv

@jplukarski not really. You can process card verification with 0 amount. We are using this when client is adding card to our system and 0 amount does not cause `94505:...

Replace Yii2 autoloader by composer autoloader.

I had this same problem. It was happening, when autoload function was loading parent class again by autoload function. Yii autoload function was not initializing, only composer. I stopped using...