Pushkraj Jori

Results 12 comments of Pushkraj Jori

The current method I am using to createOrder ``` $response = $provider->createOrder([ "intent" => "CAPTURE", "application_context" => [ "return_url" => route('paypal.successTransaction'), "cancel_url" => route('paypal.cancelTransaction'), ], "purchase_units" => [ 0 =>...

Because you don't need a shipping address for saas. If you provide saas Paypal ask you to mention that you are providing saas in type and category to avoid false...

> The current method I am using to createOrder > > ``` > $response = $provider->createOrder([ > "intent" => "CAPTURE", > "application_context" => [ > "return_url" => route('paypal.successTransaction'), > "cancel_url"...

@srmklive Please give me the solution for this issue.

Please explain little more. What kind of file permissions? drive? backup? framework? storage?

Found the solution You need to change your backup.php config app name to your google drive folder name `

In order to use the database queue driver, you will need a database table to hold the jobs. To generate a migration that creates this table, run the queue:table Artisan...

Yes. Close it now.

Resolution for issue #230 and I had issue of api rate limitation. So its fixed too.