No Paypal Rest option in add gateway dropdown

I am self hosting the latest version v5.10.43

Under add payment gateway there is no option for PayPal Rest, only PayPal Express, and this is no longer working as the driver was removed in a previous release.

Could you please tell me is the PayPal REST API available on the self hosted server? If its not in the gateway drop-down is there any way to add it?

Thanks

Hi,

It may help to run php artisan migrate and/or load /update?secret=

Seems like artisan migrate solved it.

Thank you very much! although running artisan migrate showed “nothing to migrate” and did not seem to have an effect until I restarted the containers again. I also tried running “ninja:update-key” but this command doesn’t seem to be used any more as its not recognized.

I also generated a new key for the env file but this would not allow me to login. I reverted back to the old key and it worked. Not entirely sure how updating keys works. I hope this helps someone with the same issue.

1 Like