Skip to content

Commit

Permalink
- Fix NotificationService issue
Browse files Browse the repository at this point in the history
  • Loading branch information
klsheng committed Aug 15, 2024
1 parent faed56b commit b8a7536
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ An object-oriented PHP library to create custom UBL v2.1 format supported by MyI

This SDK initially require [UBL-Invoice](https://github.com/num-num/ubl-invoice) package. However, MyInvois System doesn't fully support UBL v2.1 format, so UBL package re-create based on original author to support MyInvois System.

Please take note that MyInvois System is still under development and not yet finalize. If the SDK doesn't work at some point, feel free to inform me and I will re-check with MyInvois System.

## TODO

- [x] Login as Taxpayer System
Expand Down
3 changes: 0 additions & 3 deletions src/Service/Notification/NotificationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ public function getNotifications($dateFrom = null, $dateTo = null, $type = null,
];
$query = '?' . http_build_query($params);

print_r($query);
die;

$url = $this->getBaseUrl() . '/taxpayer' . $query;

$response = $this->getClient()->request('GET', $url);
Expand Down

0 comments on commit b8a7536

Please sign in to comment.