cakephp-paypal icon indicating copy to clipboard operation
cakephp-paypal copied to clipboard

CakePHP 2.0 plugin for PayPal Website Payment Pro

Results 11 cakephp-paypal issues
Sort by recently updated
recently updated
newest added

Add getTransactionDetails method to shows information about a specific transaction, for example to recheck a pending transaction.

My client failed to deposit the money via Paypal. This message "You must pass a valid order array" was shown on the screen. Is this the Paypal problem? How can...

i want to split Paypal payment into two accounts

required composer installers, this makes it possible to install the plugin to a custom location like the cakephp Plugin directory. For more information see: https://getcomposer.org/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md

In your readme, it refers to the SetExpressCheckout method returning a token. I can see that it in fact does in the $parsed['TOKEN'] variable, but this variable isnt set anywhere...

Adds PayPal partner code to associate this app with an official partner and allow PayPal's reps to begin referring merchants and developers to use this product.

I added NOTIFYURL parameter in your function formatDoDirectPaymentNvps() but paypal do not return to the mentioned url. This is in case of sandbox testing. Also how can I rely on...

enhancement

What do you reckon about splitting up the code between the Classic API logic and the new Restful API logic to keep our more code clean and modular?

Hi there! I just setup [CakePHP Sniff + PHP CodeSniffer + Eclipse](http://blog.zot24.com/2014/02/22/how-to-codesniffer-cakephp-code-with-eclipse/) and realise that there are part of the code that doesn't follow the [CakePHP CodeSniffer](https://github.com/cakephp/cakephp-codesniffer) conventions that are...

enhancement

Would be good to add method to store card in "vault" to allow recurring billing https://developer.paypal.com/docs/integration/direct/store-a-credit-card/

enhancement