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 trying to configure this component in Yii2, but the following part confuses me: Create file config.php for RESTAPI and config.php for Classic API every where:
I figured out we have to use the config-rest.php file from the project itself in the vendor folder. Normally you should always be able to set all parameters from within the base yii2 config file.
Can't we just define all parameters in the payPalRest component like so?
I'm trying to configure this component in Yii2, but the following part confuses me:
Create file config.php for RESTAPI and config.php for Classic API every where:
I figured out we have to use the
config-rest.php
file from the project itself in thevendor
folder. Normally you should always be able to set all parameters from within the base yii2 config file.Can't we just define all parameters in the
payPalRest
component like so?The text was updated successfully, but these errors were encountered: