Subversion Repositories SmartDukaan

Rev

Rev 30310 | Rev 30321 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30310 Rev 30313
Line 1626... Line 1626...
1626
		byte[] bytes = new byte[(int) file.length()];
1626
		byte[] bytes = new byte[(int) file.length()];
1627
		fileInputStreamReader.read(bytes);
1627
		fileInputStreamReader.read(bytes);
1628
		return new String(Base64.getEncoder().encodeToString(bytes));
1628
		return new String(Base64.getEncoder().encodeToString(bytes));
1629
	}
1629
	}
1630
 
1630
 
-
 
1631
	public void testIrnLive(String invoiceNumber) throws Exception {
-
 
1632
		List<Order> orders = orderRepository.selectByInvoiceNumber(invoiceNumber);
-
 
1633
		gstProService.getEInvoice(orders);
-
 
1634
	}
-
 
1635
 
1631
 
1636
 
1632
}
1637
}
1633
 
1638
 
1634
//7015845171
1639
//7015845171
1635
1640