Search the Community
Showing results for tags 'Configuration'.
Found 3 results
-
This is rather confusing. I'm trying to set up PayPal as my payment gateway. I've run into some confusion and need help. In WHMCS it is asking for API Username API Details are required for Refunds and Subscription cancellations API Password API Signature When I go to the PayPal site I don't see any of this. They provide two items (which I won't list here) Client ID Secret I don't want to be guessing on this as I want it to work right the first time. Now I'm inclined to believe that API username and API Password are the username and password I log into PayPal would that make the ClintID the API Signature? I'd really appreciate any assistance. Thanks.
-
I think they update billing system itself with WHMCS API, not the update for the modules API I'm 100% sure everything is correct on my side. That's means you cannot provision accounts. so they release it anyway.
-
When I tried to do a test checkout I realized that I cant continue. I get an error about invalid tax percentage, but I don't even have tax setup. I am using WHMCS 7.4.2 I get the error no matter what payment gateway, and I have tried a fresh install of the checkout.tpl file and a bunch of other files that is included on multiple pages such as common and the sidebars. When I enable error reporting, I get the following stack trace: WHMCS\Exception\Billing\BillingException: Invalid tax percentage: in /home/myuser/public_html/vendor/whmcs/whmcs-foundation/lib/Billing/Tax.php:0 Stack trace: #0 /home/myuser/public_html/vendor/whmcs/whmcs-foundation/lib/Billing/Tax.php(0): WHMCS\Billing\Tax->validateTaxPercentage(NULL) #1 /home/myuser/public_html/includes/invoicefunctions.php(0): WHMCS\Billing\Tax->setLevel1Percentage(NULL) #2 /home/myuser/public_html/includes/processinvoices.php(0): updateInvoiceTotal(0) #3 /home/myuser/public_html/includes/processinvoices.php(0): createInvoicesProcess(false, true, '') #4 /home/myuser/public_html/includes/orderfunctions.php(0): createInvoices(1, true, '', Array) #5 /home/myuser/public_html/cart.php(0): calcCartTotals(true) #6 {main}