Skip to content
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

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

dmytro-pro
Copy link

Completed, but not completely tested due to PayPal restrictions (cannot view sandbox payments log)

paypal_express_checkout_via_token:
factory: paypal_express_checkout
payum.api: @acme.payment.payum.paypal_express_checkout_api_via_token

Copy link
Owner

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

@@ -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
Copy link
Owner

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');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants