Update readme file, Update composer.json file, Exception updates

Alle exceptions thrown in Response are now general AmazonError with json
return string for full compability
This commit is contained in:
2021-10-21 10:22:17 +09:00
parent 6f9bf781f2
commit 3b7f644ae9
6 changed files with 53 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ $run_info_test = false;
// run test to get funds info
$run_fund_test = true;
// run the normal get/cancel gift card tests
$run_gift_tests = false;
$run_gift_tests = true;
// run mock error check tests
$run_mocks = false;