Skip to content

Commit 8e6ffac

Browse files
committed
v 1.0
1 parent 9e29e53 commit 8e6ffac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/NetsuiteAPI.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,13 +560,12 @@ public function login()
560560
}
561561
}
562562

563-
564-
565-
public function getJournal($internalId)
563+
public function getJournal($internalId)
566564
{
567565
return $this->sendRequest('/api/getJournal', array(
568566
'internalId' => $internalId,
569567
));
568+
570569
}
571570

572571
public function applyGiftcard($data)

0 commit comments

Comments
 (0)