2012-12-11 2 views
0

PayPal doExpressPayment 요청에서이 응답을 받고 있습니다.Paypal 장바구니 금액의 합계가 주문 금액과 일치하지 않습니다.

요청에 대한 오류는 어디에서 확인할 수 있습니까?

Array 
(
    [errors] => Array(
    [TIMESTAMP] => 2012-12-11T16:58:29Z 
    [CORRELATIONID] => 6fc8ed447aeb7 
    [ACK] => Failure 
    [VERSION] => 63.0 
    [BUILD] => 4181146 
    [L_ERRORCODE0] => 10413 
    [L_SHORTMESSAGE0] => Transaction refused because of an invalid argument. See additional error messages for details. 
    [L_LONGMESSAGE0] => The totals of the cart item amounts do not match order amounts. 
    [L_SEVERITYCODE0] => Error 
    ) 
) 

[request] => PAYMENTREQUEST_0_ITEMAMT=43.99 
      &PAYMENTREQUEST_0_SHIPPINGAMT=5.30 
      &PAYMENTREQUEST_n_TAXAMT=2.46 
      &PAYMENTREQUEST_0_AMT=51.75 
      &PAYMENTREQUEST_0_INSURANCEAMT=0 
      &PAYMENTREQUEST_0_PAYMENTACTION=Sale 
      &L_PAYMENTREQUEST_0_NAME0=Six+Snowmen+at+Your+Hipline 
      &L_PAYMENTREQUEST_0_QTY0=1 
      &L_PAYMENTREQUEST_0_DESC0=Six+Snowmen+at+Your+Hipline 
      &L_PAYMENTREQUEST_0_AMT0=43.99 
      &VERSION=63.0 

답변

1
&PAYMENTREQUEST_n_TAXAMT=2.46 

나는이 있어야 할 생각 :

&PAYMENTREQUEST_0_TAXAMT=2.46 
관련 문제