Skip to content

Commit

Permalink
Added getHrisCostCenter1, getHrisCostCenter2, getHrisCostCenter3, get…
Browse files Browse the repository at this point in the history
…HrisPositionId, getHrisLocationId to Onboard
  • Loading branch information
tylercd100 committed Nov 15, 2018
1 parent b245b99 commit 437c81c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `zenapply/common` will be documented in this file.

### 4.0.0
- Added getHrisCostCenter1, getHrisCostCenter2, getHrisCostCenter3, getHrisPositionId, getHrisLocationId to Onboard

### 3.0.0
- Added cost center functions to Onboard interface

Expand Down
8 changes: 5 additions & 3 deletions src/Interfaces/Onboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ public function getHiredDate();
public function getEmployeeType();
public function getExtraData();
public function getPayType();
public function getCostCenter1();
public function getCostCenter2();
public function getCostCenter3();
public function getHrisCostCenter1();
public function getHrisCostCenter2();
public function getHrisCostCenter3();
public function getHrisPositionId();
public function getHrisLocationId();
}

0 comments on commit 437c81c

Please sign in to comment.