Laravel payment dummy driver, a dummy payment gateway for development.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0nepeop1e 2812a031a7 update readme пре 4 година
.idea init пре 4 година
src init пре 4 година
.gitignore init пре 4 година
README.md update readme пре 4 година
composer.json init пре 4 година

README.md

mirfalah/laravel-payment-dummy

Installation

Add the following repository to composer.json

{
    "repositories": [
        {
            "type": "composer",
            "url": "https://composer.mirfalah.my"
        }
    ]
}
composer install --dev mirfalah/laravel-payment-dummy ^1.0