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

How to display item details #8

Open
nishant-befree opened this issue Jul 12, 2014 · 1 comment
Open

How to display item details #8

nishant-befree opened this issue Jul 12, 2014 · 1 comment

Comments

@nishant-befree
Copy link

Hello,

Right now i using this module, however i need to display Order Summary in details in paypal.

how this possible with this extension?

please advice,.

@abudulwadoodu
Copy link

Hi,

as specified in paypal/confirm,

$result = Yii::app()->Paypal->GetExpressCheckoutDetails($token);
$paymentResult = Yii::app()->Paypal->DoExpressCheckoutPayment($result);

and also some other defined in components/paypal

$resArrayGetExpressCheckout = GetExpressCheckoutDetails( $token );

I am referring also the pure PHP code from https://demo.paypal.com/us/home

Thanks,
Abdul Wadood.

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