mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 14:04:40 -04: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".
|
"<ORG>".$this->bank->org."\n".
|
||||||
"<FID>".$this->bank->fid."\n".
|
"<FID>".$this->bank->fid."\n".
|
||||||
"</FI>\n".
|
"</FI>\n".
|
||||||
"<APPID>QMOFX\n".
|
"<APPID>QWIN\n".
|
||||||
"<APPVER>1900\n".
|
"<APPVER>2500\n".
|
||||||
"</SONRQ>\n".
|
"</SONRQ>\n".
|
||||||
"</SIGNONMSGSRQV1>\n".
|
"</SIGNONMSGSRQV1>\n".
|
||||||
"<SIGNUPMSGSRQV1>\n".
|
"<SIGNUPMSGSRQV1>\n".
|
||||||
@ -171,8 +171,8 @@ class Account
|
|||||||
"<ORG>".$this->login->bank->org."\n".
|
"<ORG>".$this->login->bank->org."\n".
|
||||||
"<FID>".$this->login->bank->fid."\n".
|
"<FID>".$this->login->bank->fid."\n".
|
||||||
"</FI>\n".
|
"</FI>\n".
|
||||||
"<APPID>QMOFX\n".
|
"<APPID>QWIN\n".
|
||||||
"<APPVER>1900\n".
|
"<APPVER>2500\n".
|
||||||
"</SONRQ>\n".
|
"</SONRQ>\n".
|
||||||
"</SIGNONMSGSRQV1>\n";
|
"</SIGNONMSGSRQV1>\n";
|
||||||
if ($this->type == 'BANK') {
|
if ($this->type == 'BANK') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user