Skip to content

Commit aa44f53

Browse files
committed
Update readme.md
Adding basic formatting / testing steps
1 parent b1cd4f0 commit aa44f53

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

readme.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AuthorizeNet PHP-SDK Reloaded
1+
# AuthorizeNet PHP-SDK Reloaded
22

33
This library is a fork of the official Authorize.Net PHP SDK to include the following features:
44
- PHP 5.3 compatible
@@ -7,9 +7,19 @@ This library is a fork of the official Authorize.Net PHP SDK to include the foll
77
- Namespaced
88
- Unit tested (work in progress)
99

10+
## Testing
11+
1) Set Authorize.net credentials
1012

13+
define("AUTHORIZENET_API_LOGIN_ID", "");
14+
define("AUTHORIZENET_TRANSACTION_KEY", "");
1115

12-
License
16+
at tests/bootstrap.php
17+
18+
2) Run tests: `phpunit .`
19+
20+
21+
22+
## License
1323

1424
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1525

0 commit comments

Comments
 (0)