robmcvey / cakephp-paypal

CakePHP 2.0 plugin for PayPal Website Payment Pro
60 stars 44 forks source link

Not support quantity #26

Closed albertusputra closed 9 years ago

albertusputra commented 9 years ago

I saw the for Express Checkout not support item quantity. quantity always 1

robmcvey commented 9 years ago

How about something like this:

https://github.com/robmcvey/cakephp-paypal/blob/expressQuantity/Test/Case/Lib/PaypalTest.php#L1526

?

robmcvey commented 9 years ago

See PR https://github.com/robmcvey/cakephp-paypal/pull/28