Skip to content

Commit

Permalink
Add configuration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeric committed Apr 3, 2012
1 parent 66aa1d0 commit 58042fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -20,7 +20,13 @@ Or install it yourself as:

### Configuration

TODO: Write configuration instructions here
You can add code to your initialization process to configure the integration with Buckaroo:

Buckaroo::Ideal::Config.configure(
partner_key: "Your Partner Key",
secret_key: "Your Secret Key",
test_mode: false # or true during development
)

## Usage

Expand Down

0 comments on commit 58042fc

Please sign in to comment.