Paypal email invoice

78 views Asked by At

I have an e-commerce project developed in Kohana2.3.4V, My problem is Paypal invoice e-mail is not showing the product name or description. I also pass the parameters to the SetExpressCheckout function are as follows:

METHOD
VERSION
RETURNURL
CANCELURL
PAYMENTREQUEST_0_PAYMENTACTION
PAYMENTREQUEST_0_CURRENCYCODE
PAYMENTREQUEST_0_AMT
L_PAYMENTREQUEST_0_AMT
L_ITEMCATEGORY
L_PAYMENTREQUEST_0_NAME
L_PAYMENTREQUEST_0_QTY
LOGOIMG
PAYMENTREQUEST_0_SHIPPINGAMT
PAYMENTREQUEST_0_TAXAMT
PAYMENTREQUEST_0_ITEMAMT

When customer clicks on the Paypal button, it will redirect to Paypal home page and at that time we can see all information including Product name, Quantity, price etc., but after the payment success Paypal will send an email, which includes purchase details but it is not showing the product name or description. It is really confusing. Please give me a solution if you know one.

0

There are 0 answers