Skip to content

Commit

Permalink
Merge pull request #99 from tradingticket/develop
Browse files Browse the repository at this point in the history
Merge develop to master
  • Loading branch information
jsom authored Mar 29, 2018
2 parents 6d64c5a + 6e65f03 commit 007c5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tradeit-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/tradingticket/AndroidSDK'
gitUrl = 'https://github.com/tradingticket/AndroidSDK.git'

libraryVersion = '1.0.25'
libraryVersion = '1.0.26'

developerId = 'tradingticket'
developerName = 'Trade It'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ private List<TradeItLinkedBrokerAccountParcelable> mapBrokerAccountsToLinkedBrok
existingAccount.accountName = account.name;
existingAccount.accountBaseCurrency = account.accountBaseCurrency;
existingAccount.orderCapabilities = TradeItOrderCapabilityParcelable.mapOrderCapabilitiesToTradeItOrderCapabilityParcelables(account.orderCapabilities);
existingAccount.userCanDisableMargin = account.userCanDisableMargin;
linkedBrokerAccounts.add(existingAccount);
} else {
linkedBrokerAccounts.add(new TradeItLinkedBrokerAccountParcelable(this, account));
Expand Down

0 comments on commit 007c5c4

Please sign in to comment.