-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/paypal permissions api integration #70
base: master
Are you sure you want to change the base?
Feature/paypal permissions api integration #70
Conversation
…rk only for index.php too)
…ded new section to parameters.yml.dist; updated configs
…but it's not working properly yet
…ompletely sure it works with the proper account, it needs testing)
paypal_express_checkout_via_token: | ||
factory: paypal_express_checkout | ||
payum.api: @acme.payment.payum.paypal_express_checkout_api_via_token | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
paypal_express_checkout_permission:
factory: paypal_express_checkout_permission
username: foo
password: foo
access_token: foo
access_token_secret: foo
…ade all fixes in config and dist files
@@ -3,6 +3,8 @@ | |||
/app/cache/* | |||
/app/logs/* | |||
/app/config/config_dev_local.yml | |||
/app/config/config_prod_local.yml | |||
/app/config/config_test_local.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not needed, do all required changes in parameters.yml file.
$env = 'dev'; | ||
$debug = true; | ||
|
||
require_once('index.php'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this file
Completed, but not completely tested due to PayPal restrictions (cannot view sandbox payments log)