const data = JSON.stringify({
"api_key": "ff3a4889-94d0-4b85-92af-d545607f4d77",
"api_secret": "79b1a302-8409-46a9-ba6e-8c5c30c11d2f",
"grant_type": "client_credentials"
});
const xhr = new XMLHttpRequest();
xhr.withCredentials = true;
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
config: { | |
domain_key: "jarvisfitnessdev", | |
template_name: "Default", | |
alignment: "center", | |
name: "Dave McCready", | |
email: "[email protected]", // Change this every refresh | |
email_hash: "38c9851cfa875239deac05a0730afbee4f2912ab02d7e44ff8bebe2739ef4095", // Change this when you change email | |
created: 1711353796 | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MSH|^~\&|ADT1|MCM|FINGER|MCM|198808181126|SECURITY|ADT^A01|MSG00001|P|2.3.1 | |
EVN|A01|198808181123 | |
PID|1||PATID1234^5^M11^ADT1^MR^MCM~123456789^^^USSSA^SS||SMITH^WILLIAM^A^III||19610615|M||C|1200 N ELM STREET^^JERUSALEM^TN^99999?1020|GL|(999)999?1212|(999)999?3333||S||PATID12345001^2^M10^ADT1^AN^A|123456789|987654^NC | |
NK1|1|SMITH^OREGANO^K|WI^WIFE||||NK^NEXT OF KIN | |
PV1|1|I|2000^2012^01||||004777^CASTRO^FRANK^J.|||SUR||||ADM|A0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Jsdecena\Simpletdd\Tests\Unit; | |
use Carbon\Carbon; | |
use DateTimeZone; | |
use Illuminate\Foundation\Application; | |
use Jsdecena\SimpleTdd\TimezoneUtil; | |
use Orchestra\Testbench\TestCase; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Jsdecena\Simpletdd\Tests\Unit; | |
use Carbon\Carbon; | |
use DateTimeZone; | |
use Illuminate\Foundation\Application; | |
use Jsdecena\SimpleTdd\TimezoneUtil; | |
use Orchestra\Testbench\TestCase; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "laravel/laravel", | |
"type": "project", | |
"description": "The Laravel Framework.", | |
"keywords": [ | |
"framework", | |
"laravel" | |
], | |
"license": "MIT", | |
"require": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Jsdecena\Simpletdd\Tests\Unit; | |
use Carbon\Carbon; | |
use DateTimeZone; | |
use Illuminate\Foundation\Application; | |
use Orchestra\Testbench\TestCase; | |
class TimezoneTest extends TestCase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Jsdecena\Simpletdd\Tests\Unit; | |
use Carbon\Carbon; | |
use DateTimeZone; | |
use Illuminate\Foundation\Application; | |
use Orchestra\Testbench\TestCase; | |
class TimezoneTest extends TestCase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "jeff/simple-tdd-10-steps", | |
"authors": [ | |
{ | |
"name": "Jeff", | |
"email": "[email protected]" | |
} | |
], | |
"require": {} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "jeff/simple-tdd-10-steps", | |
"authors": [ | |
{ | |
"name": "Jeff", | |
"email": "[email protected]" | |
} | |
], | |
"autoload": { | |
"psr-4": { |
NewerOlder