Skip to content

Commit

Permalink
final file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Anya Stettler committed Aug 20, 2014
1 parent d29cef3 commit 9193ad9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Samples/CancelTaxTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require('AvaTaxClasses/AvaTax.php');
require('../AvaTaxClasses/AvaTax.php');
include 'configuration.php';

// Header Level Elements
Expand Down
2 changes: 1 addition & 1 deletion Samples/EstimateTaxTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require('AvaTaxClasses/AvaTax.php');
require('../AvaTaxClasses/AvaTax.php');
include 'configuration.php';

// Header Level Elements
Expand Down
2 changes: 1 addition & 1 deletion Samples/GetTaxTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require('AvaTaxClasses/AvaTax.php');
require('../AvaTaxClasses/AvaTax.php');
include 'configuration.php';

// Header Level Elements
Expand Down
2 changes: 1 addition & 1 deletion Samples/PingTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require('AvaTaxClasses/AvaTax.php');
require('../AvaTaxClasses/AvaTax.php');
include 'configuration.php';

// Header Level Elements
Expand Down
2 changes: 1 addition & 1 deletion Samples/ValidateAddressTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require('AvaTaxClasses/AvaTax.php');
require('../AvaTaxClasses/AvaTax.php');
include 'configuration.php';

// Header Level Elements
Expand Down

0 comments on commit 9193ad9

Please sign in to comment.