LeftPinkie
LeftPinkie
Per your document ([https://kunalvarma05.github.io/dropbox-php-sdk/master/Kunnu/Dropbox/Dropbox.html#method_simpleUpload](url)), it states that ` Dropbox->upload()` and ` Dropbox->simpleUpload()` can take a string as their first parameter: ``` upload(string|DropboxFile $dropboxFile, string $path, array $params = array()) ```...
When I am migrating using `--target 2012`, I get a warning > warning 2012 is not a valid version However, will work if I use the full date/time, eg `--date...
I am installing via Composer: ``` "authorizenet/authorizenet": "2.0.0" ``` However, the constant `\net\authorize\api\constants\ANetEnvironment::VERSION` shows "2.0.0-ALPHA". Is this correct? Am I running alpha code?
Newly created mailbox via createMailbox() method is not subscribed. There are no methods to subscribe. Please either add within createMailbox() method to subscribe to mailbox after creation or create a...
After creating a table with col x row size... is there any way to: 1. delete the entire table? 2. change the col x row size? (ie, add or remove...
I am using PHP SDK "authorizenet/authorizenet", version 2.0. Today I received error "E00013 Extra Options is invalid" when I went to charge a card "create a transaction API". I found...
There is a typo in your web route `./routes/web.php`: ``` Route::view('/account', 'about')->middleware('auth')->name('about'); ``` it should be: ``` Route::view('/account', 'account')->middleware('auth')->name('account'); ```
This is a bug. ### Prerequisites * [x] Are you running the latest version? * [X] Are you reporting to the correct repository? * [X] Did you check the documentation?...