php - The totals of the cart item amounts do not match order amounts -


I have read other posts on the same topic but I am sure that I am not eating issues on these posts. This really disappointed me so any help or advice would be appreciated.

I SetExpressCheckout calls I'm making these arrays to be sent, but I get on each submission "does not match the amount of volume orders to train yoga", but I do not understand how I am!

  [METHOD] => SetExpressCheckout [USER] = & gt; Myusername [PWD] = & gt; 1398341028 [sign] = & gt; Xxxsignaturexxx [VERSION] = & gt; 85.0 [return values] => Http://www.mysite.dev/payment/process [CANCELURL] = & gt; Http://www.mysite.dev/payment/cancelled [PAYMENTREQUEST_0_PAYMENTACTION] = & gt; Sales [NOSHIPPING] = & gt; 0 [PAYMENTREQUEST_0_AMT] => 18 9.00 [PureRrayQVIS_0_IAMTT] => 18 9.00 [PAYMENTREQUEST_0_TAXAMT] => 0 [PAYMENTREQUEST_0_SHIPPINGAMT] => 0 [PAYMENTREQUEST_0_HANDLINGAMT] = & gt; 0 [PAYMENTREQUEST_0_SHIPDISCAMT] => 0 [PAYMENTREQUEST_0_INSURANCEAMT] => 0 [PAYMENTREQUEST_0_CURRENCYCODE] => GBP [LOCALECODE] = & gt; GB [ALLOWNOTE] = & gt; 1 [L_PAYMENTREQUEST_0_NAME0] = & gt; Website order [L_PAYMENTREQUEST_0_NUMBER0] = & gt; 28424747 [L_PAYMENTREQUEST_0_AMT0] => 18 9.00 [L_PAYMENTREQUEST_0_QTY0] = & gt; 1  

Many thanks for reading I was testing my call using a test account and at the beginning it told this kind of error. I mentioned to you that I have received this to work with the only modifications to the format and difference of the call.

This is the call I gave and I received a successful response, note I had to change the user, cancel PWD, signature, version, return, and cancel to cancel it:

  USER = chad_1311276857_biz_api1.x.com PWD = NGAEWP367NNSDXP2 signature = Aef0iZ4csmtdchFhBLFKNKS88OSVA0f08rNWMEUk1J-tsdbDOFq0JpNi METHOD = SetExpressCheckout version = 113.0 RETURNURL = http: //ccaples.com/index.php/api-s/paypal-nvp/ nvp-quick-test CANCELURL = http: //ccaples.com/index.php/api-s/paypal-nvp/nvp-quick- test PAYMENTREQUEST_0_PAYMENTACTION = sales NOSHIPPING = 0 PAYMENTREQUEST_0_AMT = 189.00 PAYMENTREQUEST_0_ITEMAMT = 189.00 PAY MENTREQUEST_0_TAXAMT = 0 PAYMENTREQUEST_0_SHIPPINGAMT = 0 PAYMENTREQUEST_0_HANDLINGAMT = 0 PAYMENTREQUEST_0_SHIPDISCAMT = 0 PAYMENTREQUEST_0_INSURANCEAMT = 0 PAYMENTREQUEST_0_CURRENCYCODE = GBP LOCALECODE = GB ALLOWNOTE = 1 L_PAYMENTREQUEST_0_NAME0 = website orders L_PAYMENTREQUEST_0_NUMBE R0 = 28424747 L_PAYMENTREQUEST_0_AMT0 = 189.00 L_PAYMENTREQUEST_0_QTY0 = 1  

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

lua - HowTo create a fuel bar -