Search the Community
Showing results for tags 'query'.
-
FraudRecord Query Query client validity and trust via FraudRecord inside of Blesta. --------------------------------------- Links: More Info, Gallery & Readme: https://code-cats.com/blesta/fraudrecord/ Purchase: https://my.code-cats.com/order/config/index/blesta_plugins/?group_id=16&pricing_id=230 Download (After purchase, requires login): https://my.code-cats.com/plugin/download_manager/client_main/index/13/ --------------------------------------- Install the Plugin 1. Upload the source code to a /plugins/fraudrecord_query/ directory within your Blesta installation path. For example: /var/www/html/blesta/plugins/fraudrecord_query/ 3. Log in to your admin Blesta account and navigate to > Settings > Plugins 4. Find the FraudRecord Query plugin and click the "Install" button to install it 5. You're done! --------------------------------------- Images:
-
- fraudrecord
- fraud
-
(and 3 more)
Tagged with:
-
Hi. When I try to call the Packages\Edit function through the API, it fails with the following error: { "response": null, "error": { "name": { "empty": "Please enter a package name." }, "email_content[0][lang]": { "empty": "Please enter a language." }, "pricing[0][currency]": { "format": "Currency code must be 3 characters." } } } Here's my code which calls the API: public function deactivatePackage($id = null) { global $blestaapi; $response = $blestaapi->put("packages", "edit", array("package_id" => $id, "vars" => array("status" => "restricted"))); $responseParsed = array("response" => $response->response(), "error" => $response->errors()); return $responseParsed; } I'm quite confused, because it seems that I call the Packages\Add function because it complains about the missing options that are a optional in Packages\Edit but not in Packages\Add.
- 1 reply
-
- api
- package edit
-
(and 1 more)
Tagged with: