Inspired Prynce

Results 5 issues of Inspired Prynce

CoinbaseCommerce\Exceptions\InvalidRequestException Payment threshold is invalid I get this error when creating a charge.

Here is the code I have: ``` $this->africa = new AfricasTalking($this->username, $this->apikey); $voice = $this->africa->voice(); $text = 'https://app001100001.workers.ng/audio/glam_offer.opus'; $options = [ 'phoneNumbers' => ['+2347061105585'], 'callerId' => $this->phone ]; $voiceActions =...

When I try to send BTC, i get this error... ``` (1/1) GenericServerError A Server Error has occurred! Server Response: {"code":500,"msg":"66: mempool min fee not met"} ``` Please what is...

[20-Jan-2024 05:35:13 UTC] PHP Fatal error: Uncaught Error: Class 'Symfony\Component\Process\ExecutableFinder' not found in phar:///home/algfplkz/public_html/galaxyfundsinvest.com/security-checker.phar/src/ZipExtractor.php:39 Stack trace: #0 phar:///home/algfplkz/public_html/galaxyfundsinvest.com/security-checker.phar/src/ZipExtractor.php(19): Enlightn\SecurityChecker\ZipExtractor->unzipCommandExists() #1 phar:///home/algfplkz/public_html/galaxyfundsinvest.com/security-checker.phar/src/AdvisoryFetcher.php(44): Enlightn\SecurityChecker\ZipExtractor->extract('/tmp/php_securi...', '/tmp/php_securi...') #2 phar:///home/algfplkz/public_html/galaxyfundsinvest.com/security-checker.phar/src/SecurityChecker.php(26): Enlightn\SecurityChecker\AdvisoryFetcher->fetchAdvisories() #3 phar:///home/algfplkz/public_html/galaxyfundsinvest.com/security-checker.phar/src/SecurityCheckerCommand.php(72): Enlightn\SecurityChecker\SecurityChecker->check('composer.lock', false,...

lib/pages/homepage/item_card_shape.dart:14:8: Error: The return type of the method 'ItemCardShape.getInnerPath' is 'void', which does not match the return type, 'Path', of the overridden method, 'ShapeBorder.getInnerPath'. - 'Path' is from 'dart:ui'. Change...