You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# braintree_php_example
1
+
# Braintree PHP Example
2
2
An example Braintree integration for PHP.
3
3
4
4
## Setup Instructions
@@ -25,6 +25,12 @@ An example Braintree integration for PHP.
25
25
php -S localhost:3000 -t public_html
26
26
```
27
27
28
+
## Deploying to Heroku
29
+
30
+
You can deploy this app directly to Heroku to see the app live. Skip the setup instructions above and click the button below. This will walk you through getting this app up and running on Heroku in minutes.
All tests are integration tests. Integration tests make API calls to Braintree and require that you set up your Braintree credentials. You can run this project's integration tests by adding your sandbox API credentials to `.env` and running `./vendor/bin/phpunit --testsuite integration` on the command line.
0 commit comments