You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the plugin lovata-paypalshopaholic in combination with lovata-omnipayshopaholic and I have a problem with the generation of token for the REST call do PayPal.
If in the configuration of payment method I omit the token, your plugin should generate it, but it doesn't happen because the class:
vendor/omnipay/paypal/src/Message/RestTokenRequest.php at line 39 doesn't have the values clientId and secret.
How can I resolve this?
Thank you for your support
The text was updated successfully, but these errors were encountered:
Hello,
I'm using the plugin lovata-paypalshopaholic in combination with lovata-omnipayshopaholic and I have a problem with the generation of token for the REST call do PayPal.
If in the configuration of payment method I omit the token, your plugin should generate it, but it doesn't happen because the class:
vendor/omnipay/paypal/src/Message/RestTokenRequest.php at line 39
doesn't have the values clientId and secret.How can I resolve this?
Thank you for your support
The text was updated successfully, but these errors were encountered: