How do I include line items in the order summary of the paypal express checkout?
I am using ASP.NET and C # and I have tried to add it to the Payplinction.cs file, which is the PayPal integration wizard ( This post helped me solve the problem for me: I was also using code generated by the PayPal wizard, which sets the version somewhere else in the code to 2.3. https: //www.paypal- Labs.com/ integration wizard / ), but the line item is not shown in the "Your order summary" page:
Encoder ["L_PAYMENTREQUEST_0_NAME0"] = "My Line item "; Encoder ["L_PAYMENTREQUEST_0_QTY0"] = "1";
Comments
Post a Comment