Few updates
BIN
XeroIntegration.odt
Normal file
BIN
clouds.png
Normal file
After Width: | Height: | Size: 267 KiB |
BIN
img_client.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
img_cloud.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
img_invoice.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img_mail.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
mail_icons.png
Normal file
After Width: | Height: | Size: 182 KiB |
BIN
people.png
Normal file
After Width: | Height: | Size: 768 KiB |
BIN
pmtflow.odg
Normal file
|
@ -54,7 +54,9 @@ export class FullnodeService{
|
||||||
|
|
||||||
constructor(private http: HttpClient, public userService: UserService){
|
constructor(private http: HttpClient, public userService: UserService){
|
||||||
var auth = 'Basic ' + Buffer.from(ConfigData.UsrPwd).toString('base64');
|
var auth = 'Basic ' + Buffer.from(ConfigData.UsrPwd).toString('base64');
|
||||||
|
console.log('auth: ' + auth);
|
||||||
this.reqHeaders = new HttpHeaders().set('Authorization', auth);
|
this.reqHeaders = new HttpHeaders().set('Authorization', auth);
|
||||||
|
console.log(this.reqHeaders);
|
||||||
this.ownerUpdate = userService.ownerUpdate;
|
this.ownerUpdate = userService.ownerUpdate;
|
||||||
this.getAddr();
|
this.getAddr();
|
||||||
this.getHeight();
|
this.getHeight();
|
||||||
|
|