generated from fintech-systems/packagist-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first version after migration from fintech-systems/whmcs-php-api
- Loading branch information
1 parent
e0844ca
commit ee839ae
Showing
18 changed files
with
5,212 additions
and
3,413 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
WHMCS_URL=http://localhost/ | ||
WHMCS_URL=https://whmcs.test | ||
WHMCS_API_IDENTIFIER=123 | ||
WHMCS_API_SECRET=456 | ||
|
||
WHMCS_URL2=http://localhost/ | ||
WHMCS_API_IDENTIFIER2=789 | ||
WHMCS_API_SECRET2=101112 | ||
# Enable to output debugging information | ||
WHMCS_DEBUG=false | ||
|
||
# The number of API results to return per call | ||
WHMCS_LIMITNUM=100 | ||
|
||
# Optional. Only used if you need to connect to two different WHMCS servers. | ||
#WHMCS_URL2=https://whmcs2.test | ||
#WHMCS_API_IDENTIFIER2=789 | ||
#WHMCS_API_SECRET2=101112 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":"pest_3.4.0","defects":{"P\\Tests\\ApiTest::__pest_evaluable_it_can_access_a_test_whmcs_installation":1,"P\\Tests\\ApiTest::__pest_evaluable_it_can_connect_to_a_secondary_WHMCS_instance_using_a_Laravel_facade_and_retrieve_a_client_s_details":1,"P\\Tests\\ApiTest::__pest_evaluable_it_can_place_a_new_order":7},"times":{"P\\Tests\\ApiTest::__pest_evaluable_php_pest_is_installed_and_operational":0.042,"P\\Tests\\ApiTest::__pest_evaluable_it_can_access_a_test_whmcs_installation":0,"P\\Tests\\ApiTest::__pest_evaluable_adding_a_new_user_to_WHMCS_doesn_t_return_an_invalid_IP_error":0.076,"P\\Tests\\ApiTest::__pest_evaluable_it_will_add_an_USA_user_with_telephone_number_and_dashes_to_the_system_for_later_testing":0.013,"P\\Tests\\ApiTest::__pest_evaluable_it_can_add_a_user_to_the_billing_system":0.011,"P\\Tests\\ApiTest::__pest_evaluable_it_can_find_a_South_African_user_by_telephone_number_in_the_billing_system":0.011,"P\\Tests\\ApiTest::__pest_evaluable_it_can_find_a_South_African_user_by_telephone_number_without_spaces_in_the_billing_system":0.015,"P\\Tests\\ApiTest::__pest_evaluable_it_can_find_a_South_African_user_by_telephone_with_spaces_in_the_billing_system":0.009,"P\\Tests\\ApiTest::__pest_evaluable_it_can_find_a_USA_user_by_telephone_number_in_the_billing_system":0.017,"P\\Tests\\ApiTest::__pest_evaluable_it_can_connect_to_a_WHMCS_instance_using_the_Laravel_facade_and_pull_a_clients_details":0.012,"P\\Tests\\ApiTest::__pest_evaluable_it_can_connect_to_a_secondary_WHMCS_instance_using_a_Laravel_facade_and_retrieve_a_client_s_details":0.003,"P\\Tests\\ApiTest::__pest_evaluable_it_can_retrieve_at_least_two_domains":0.014,"P\\Tests\\ApiTest::__pest_evaluable_it_retrieve_registrars":0.015,"P\\Tests\\ApiTest::__pest_evaluable_it_can_use_a_modified_UpdateClientAddon_API_action_to_inject_new_API_actions":0.01,"P\\Tests\\ApiTest::__pest_evaluable_it_can_call_a_custom_API_action_called__setRegistrarSettingValue_":0.015,"P\\Tests\\ApiTest::__pest_evaluable_it_can_update_a_client_s_domain_registrar":0.013,"P\\Tests\\ApiTest::__pest_evaluable_it_can_place_a_new_order":0.006}} |
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
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
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
Oops, something went wrong.