53 - Generating a Valid Payment Token

This commit is contained in:
Adam Wathan
2016-12-29 14:56:42 -05:00
parent a2965eeb0b
commit 908fd87ca4
3 changed files with 88 additions and 3 deletions

View File

@@ -7,7 +7,8 @@
"require": {
"php": ">=5.6.4",
"laravel/framework": "5.3.*",
"zondicons/blade-bridge": "^0.1.0"
"zondicons/blade-bridge": "^0.1.0",
"stripe/stripe-php": "^4.3"
},
"require-dev": {
"fzaninotto/faker": "~1.4",