|
|
@@ -25,22 +25,14 @@ public class Test {
|
|
|
|
|
|
|
|
|
@org.junit.Test
|
|
|
- public void accReceivable() {
|
|
|
+ public void acc() {
|
|
|
accountService.accReceivable("10112024-0312-0000-0000-00000fd3a80b","t_psi_outbound");
|
|
|
- }
|
|
|
-
|
|
|
- @org.junit.Test
|
|
|
- public void reverseReceivable() {
|
|
|
- accountService.reverseReceivable("10112024-0312-0000-0000-00000fd3a80b","t_psi_outbound");
|
|
|
- }
|
|
|
-
|
|
|
- @org.junit.Test
|
|
|
- public void accPayable() {
|
|
|
accountService.accPayable("10112024-0308-0000-0000-00000d06fd8f","t_psi_inbound");
|
|
|
}
|
|
|
|
|
|
@org.junit.Test
|
|
|
- public void reversePayable() {
|
|
|
+ public void reverse() {
|
|
|
+ accountService.reverseReceivable("10112024-0312-0000-0000-00000fd3a80b","t_psi_outbound");
|
|
|
accountService.reversePayable("10112024-0308-0000-0000-00000d06fd8f","t_psi_inbound");
|
|
|
}
|
|
|
}
|