terrybase
Forum Replies Created
-
Hi,
Yes and you can check from here for my version:
http://gbmat.com/wp-content/uploads/2015/09/WP416.jpgAnd my site is as follow:
http://gbmat.com/3m-water-filtration-system/Thanks so much
Hi mra13,
Thanks for your updated.
I have update the plugin today.
But after running the test, the error still occur:
Here is the latest debug test:[12/03/2015 10:21 AM] – SUCCESS :Order post id: 1760
[12/03/2015 10:21 AM] – SUCCESS :Checking price. Original price: 1250. Paid price: 0.01
[12/03/2015 10:21 AM] – FAILURE :Error! Post payment price validation failed. The price amount may have been altered. This transaction will not be processed.
[12/03/2015 10:21 AM] – FAILURE :Original total price: 1250. Paid total price: 0.01
[12/03/2015 10:21 AM] – FAILURE :IPN product validation failed.
[12/03/2015 10:21 AM] – SUCCESS :Paypal class finished.Follow is the debug code with Paypal Account payment(Not credit card) which is successful. And this kind payment method, no price checking need!
[12/02/2015 8:32 AM] – SUCCESS :Item Quantity: 1
[12/02/2015 8:32 AM] – SUCCESS :Item Total: 0.01
[12/02/2015 8:32 AM] – SUCCESS :Item Currency: HKD
[12/02/2015 8:32 AM] – SUCCESS :Custom values
[12/02/2015 8:32 AM] – SUCCESS :
Array
(
[wp_cart_id] => 1759
[ip] => 60.15.246.21
[coupon_code] => xxxxxx
)
[12/02/2015 8:32 AM] – SUCCESS :Order post id: 1759
[12/02/2015 8:32 AM] – SUCCESS :Paypal class finished.On the other hand, I have set the coupon code for my items.
After checking the debug code, the error seems occur with the discount price. (this is using credit card through paypal)And my debug code is as follow:
[12/02/2015 7:57 AM] – SUCCESS :Item Quantity: 1
[12/02/2015 7:57 AM] – SUCCESS :Item Total: 0.01
[12/02/2015 7:57 AM] – SUCCESS :Item Currency: HKD
[12/02/2015 7:57 AM] – SUCCESS :Custom values
[12/02/2015 7:57 AM] – SUCCESS :
Array
(
[wp_cart_id] => 1760
[ip] => 60.15.246.21
[coupon_code] => xxxxxx
)
[12/02/2015 7:57 AM] – SUCCESS :Order post id: 1760
[12/02/2015 7:57 AM] – SUCCESS :Checking price. Original price: 1250. Paid price: 0.01
[12/02/2015 7:57 AM] – FAILURE :Error! Post payment price validation failed. The price amount may have been altered. This transaction will not be processed.
[12/02/2015 7:57 AM] – FAILURE :Original total price: 1250. Paid total price: 0.01
[12/02/2015 7:57 AM] – FAILURE :IPN product validation failed.
[12/02/2015 7:57 AM] – SUCCESS :Paypal class finished.Hi,
Thanks for your quick reply.
I have checked that my paypal IPN is enabled.
Second, when people pay money through their own PayPal account(not credit card), it Work!. I can see all data in cart orders in work press.
But if they choose credit card option in PayPal, then problem occur. The cart orders is remain empty and no data return.
That seems strange.
Thanks