README.md in eml-1.0.0 vs README.md in eml-2.0.0
- old
+ new
@@ -11,11 +11,11 @@
You don't need this source code unless you want to modify the gem. If you just
want to use the package, just include the following in your Gemfile:
```sh
-gem "eml", github: "MorningCoffeeDev/eml_ruby"
+gem "eml"
```
If you are debugging or developing this gem and wish to use it within the
context of an existing application, modify your Gemfile to read:
@@ -34,13 +34,16 @@
```ruby
require "eml"
EML::UK.configure do |config|
- config.username = "username"
- config.password = "password"
+ config.rest_username = "username"
+ config.rest_password = "password"
config.merchant_group = "merchant_id"
config.program = "program_id"
+ config.search_parameter = "program_id"
+ config.tns_username = "username"
+ config.tns_password = "password"
end
```
Make sure you never commit your credentials to git. If you are using Ruby on
Rails, it is usually best to keep your secrets in your