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

No way to enable "digital goods" on an express checkout? #89

Open
Taronyuu opened this issue Oct 23, 2015 · 1 comment
Open

No way to enable "digital goods" on an express checkout? #89

Taronyuu opened this issue Oct 23, 2015 · 1 comment

Comments

@Taronyuu
Copy link

As far as I know there is no way to set the "L_PAYMENTREQUEST_0_ITEMCATEGORY0" flag to "Digital" in order for micropayment pricing to apply.

I might be missing something but I haven't found a way to use this.

Explained here: https://developer.paypal.com/docs/classic/express-checkout/ht_ec-basicDigGoodsPayment-curl-etc/

@bencromwell
Copy link
Contributor

To do this you'd also need to change the Item object in omnipay-common, to have a category or a type field - both are perhaps common enough names to be added as optional parameters to the shared item. Either that or Item needs extending to support ad-hoc parameters that some gateways will use and others won't.

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

No branches or pull requests

2 participants