Laravel payment dummy driver, a dummy payment gateway for development.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
0nepeop1e a3c526f842 fix service provider il y a 3 ans
.idea fix service provider il y a 3 ans
src init il y a 3 ans
.gitignore init il y a 3 ans
README.md update readme il y a 3 ans
composer.json fix service provider il y a 3 ans

README.md

mirfalah/laravel-payment-dummy

Installation

Add the following repository to composer.json

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