We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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,.
The text was updated successfully, but these errors were encountered: