File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ public static PointerObject GetCounterPartyAliasSelf()
5151 return new PointerObject ( type , alias ) ;
5252 }
5353
54- public static int GetSecondMonetaryAccountId ( )
54+ public static long GetSecondMonetaryAccountId ( )
5555 {
56- return GetConfig ( ) [ FIELD_MONETARY_ACCOUNT_ID2 ] . ToObject < int > ( ) ;
56+ return GetConfig ( ) [ FIELD_MONETARY_ACCOUNT_ID2 ] . ToObject < long > ( ) ;
5757 }
5858
59- public static int GetMonetaryAccountId ( )
59+ public static long GetMonetaryAccountId ( )
6060 {
61- return GetConfig ( ) [ FIELD_MONETARY_ACCOUNT_ID ] . ToObject < int > ( ) ;
61+ return GetConfig ( ) [ FIELD_MONETARY_ACCOUNT_ID ] . ToObject < long > ( ) ;
6262 }
6363
6464 public static string GetAttachmentPathIn ( )
@@ -90,9 +90,9 @@ public static string GetApiKey()
9090 return GetConfig ( ) [ FIELD_API_KEY ] . ToString ( ) ;
9191 }
9292
93- public static int GetUserId ( )
93+ public static long GetUserId ( )
9494 {
95- return GetConfig ( ) [ FIELD_USER_ID ] . ToObject < int > ( ) ;
95+ return GetConfig ( ) [ FIELD_USER_ID ] . ToObject < long > ( ) ;
9696 }
9797
9898 private static JObject GetConfig ( )
You can’t perform that action at this time.
0 commit comments