문제

How to find the total number of items order through express check out. I am getting all other things but unable to get total items ordered.

도움이 되었습니까?

해결책

Within the GetTransactionDetails API Call send this:

L_QTYn

From the PayPal Documentation this is Quantity set by you or entered by the buyer. Character length and limitations: no limit

If you need additional details of the different fields for GetTransactionDetails API Call, here is the direct link to the PayPal Developer Site:

PayPal Developer GetTransactionDetails Integration Guide

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top