mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Updated OFX library APPID and APPVER to QWIN 2500
This commit is contained in:
parent
7825378125
commit
b29c795d93
@ -104,8 +104,8 @@ class Login
|
||||
"<ORG>".$this->bank->org."\n".
|
||||
"<FID>".$this->bank->fid."\n".
|
||||
"</FI>\n".
|
||||
"<APPID>QMOFX\n".
|
||||
"<APPVER>1900\n".
|
||||
"<APPID>QWIN\n".
|
||||
"<APPVER>2500\n".
|
||||
"</SONRQ>\n".
|
||||
"</SIGNONMSGSRQV1>\n".
|
||||
"<SIGNUPMSGSRQV1>\n".
|
||||
@ -171,8 +171,8 @@ class Account
|
||||
"<ORG>".$this->login->bank->org."\n".
|
||||
"<FID>".$this->login->bank->fid."\n".
|
||||
"</FI>\n".
|
||||
"<APPID>QMOFX\n".
|
||||
"<APPVER>1900\n".
|
||||
"<APPID>QWIN\n".
|
||||
"<APPVER>2500\n".
|
||||
"</SONRQ>\n".
|
||||
"</SIGNONMSGSRQV1>\n";
|
||||
if ($this->type == 'BANK') {
|
||||
|
Loading…
Reference in New Issue
Block a user