File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
334334
335335## Changelog
336336
337+ - ** 1.2.0** - Refer to Client : id as : key in docs/public APIs for consistency.
337338- ** 1.1.2** - Add support for ` verified_account ` and ` dwolla_landing ` auth flags.
338339- ** 1.1.1** - Add ` TooManyRequestsError ` and ` ConflictError ` classes.
339340- ** 1.1.0** - Support setting headers on a per-request basis.
Original file line number Diff line number Diff line change 11module DwollaV2
2- VERSION = "1.1.2 "
2+ VERSION = "1.2.0 "
33end
Original file line number Diff line number Diff line change 4444
4545 it "#initialize sets id if key provided" do
4646 client = DwollaV2 ::Client . new :key => id , :secret => secret
47+ expect ( client . id ) . to eq id
4748 end
4849
4950 it "#initialize sets secret" do
You can’t perform that action at this time.
0 commit comments