Skip to content

Commit

Permalink
Update readme to reflect correct config file placement
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinfroedge committed Nov 6, 2012
1 parent 225b47b commit 1d417ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This is constantly changing. Please visit http://payments.calvinfroedge.com or

## Configuration

To create a config file, copy a config file from src/php-payments/config/drivers for a driver you want to use into the spark config folder. The name of the file should stay the same. You will, however, need to make each param inside the config file reside inside a an array matching the gateway name. For example:
To create a config file, copy a config file from src/php-payments/config/drivers for a driver you want to use into the spark config/{driver_name} folder. The name of the file should stay the same. You will, however, need to make each param inside the config file reside inside a an array matching the gateway name. For example:

```php
$config = array(
Expand Down

0 comments on commit 1d417ee

Please sign in to comment.