showPhrases

0, "Cleopatra"

Array
(
    [status] => Array
        (
            [status] => ok
            [message] => 
        )

    [phrase] => O Cleopatra, Cleopatra! wherefore art thou Cleopatra?
)

1, ""

Array
(
    [status] => Array
        (
            [status] => error
            [message] => Not all required parameters were passed, so the webservice can not return any information.
        )

    [phrase] => 
)

showTaxes


35.99, "OR"

Array
(
    [status] => Array
        (
            [status] => ok
            [message] => 
        )

    [taxes] => Array
        (
            [price] => 35.99
            [tax] => 0
            [total] => 35.99
            [state] => Oregon
        )

)

63.10, "WY"

Array
(
    [status] => Array
        (
            [status] => ok
            [message] => 
        )

    [taxes] => Array
        (
            [price] => 63.1
            [tax] => 2.52
            [total] => 65.62
            [state] => Wyoming
        )

)

12.18, "Alaska"

Array
(
    [status] => Array
        (
            [status] => error
            [message] => The state that was passed is not in the correct format. It should only be 2 characters
        )

    [taxes] => 
)

-6.99, "AK"

Array
(
    [status] => Array
        (
            [status] => error
            [message] => The number recieved is less than zero, and will not work with this service. Please double check the number and try again.
        )

    [taxes] => 
)