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

How to display item details

Open nishant-befree opened this issue 10 years ago • 1 comments

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,.

nishant-befree avatar Jul 12 '14 07:07 nishant-befree

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.

abudulwadoodu avatar Mar 10 '15 10:03 abudulwadoodu