Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaguiar committed Mar 5, 2019
1 parent 127fb4f commit 765acfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions ISSUE_TEMPLATE.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/PWNHealth.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct(string $username, string $password, string $env = 's
* @param bool $take_tests_same_day
* @return \Illuminate\Http\Response
*/
public function createOrder(string $first_name, string $last_name, string $dob, string $gender, string $email, string $address, string $city, string $state, int $zip, string $home_phone, array $test_types, array $test_groups, bool $take_tests_same_day=false)
public function createOrder(string $first_name, string $last_name, string $dob, string $gender, string $email, string $address, string $city, string $state, string $zip, string $home_phone, array $test_types, array $test_groups, bool $take_tests_same_day=false)
{
// Set Headers
$headers = ['Content-Type: application/xml'];
Expand Down

0 comments on commit 765acfb

Please sign in to comment.