jelica
Forum Replies Created
-
The paypal already gets order id, so it means that order exists, I don’t need to send the invoice in that moment just to have invoice number so i can pass it to paypal 🙂
Thank a lot for your answerForum: Plugins
In reply to: [Payment Button for PayPal] Sandbox orders not saved, debug emptyIt wooorks, ipn was not enabled, thanks for a great plugin.
Can you please tell me how to send custom param to paypal with your wp_paypal shortcode?i need to send for example user = 11252432435
Forum: Plugins
In reply to: [Payment Button for PayPal] Sandbox orders not saved, debug emptyHi Noor, me again.
After setting up my site live, i tested paypal with 0.01eur for real. Payment went well, but in orders on website order did not appear…
Debug is also empty. Now the order was completed, I saw in account. So it works, but I would like to see orders in admin…my_callback_function (){} add_action('wp_paypal_ipn_processed', 'my_callback_function');This function is not called at all… And i would like to see ion response, since I am also sending custom params to paypal..
heeelpForum: Plugins
In reply to: [Payment Button for PayPal] Sandbox orders not saved, debug emptyThe issue is i dont see orders in admin, if it will work in live then no issues 🙂 will do a test with live once just to check
Forum: Plugins
In reply to: [Payment Button for PayPal] Sandbox orders not saved, debug emptyHm after this i checked settings, I am an idiot email and merchantId were switched. Now when the setting are correct, I repeat ipn simulator test
[November 5, 2020 8:02 am] – SUCCESS :Received valid response from PayPal
[November 5, 2020 8:02 am] – SUCCESS :Payment Status – Completed
[November 5, 2020 8:02 am] – FAILURE :Seller PayPal ID (*********) and Receiver PayPal ID (seller@paypalsandbox.com) do not match. This payment cannot be processed.and when i test from website I get pending…
Forum: Plugins
In reply to: [Payment Button for PayPal] Sandbox orders not saved, debug emptyThat one was from site, now i tested from paypal sandbox, ipn simulator, I checked Transaction type eCkeck -complete.
Got the message
IPN was sent and the handshake was verified.And on the website debug i see a lot of arrays and at the end
[November 5, 2020 7:47 am] – SUCCESS :Received valid response from PayPal
[November 5, 2020 7:47 am] – SUCCESS :Payment Status – Completed
[November 5, 2020 7:47 am] – FAILURE :Seller PayPal ID (milojicmarko85@gmail.com) and Receiver PayPal ID (seller@paypalsandbox.com) do not match. This payment cannot be processed.Forum: Plugins
In reply to: [Payment Button for PayPal] Sandbox orders not saved, debug emptyHi Noor, i see the message Empty PayPal IPN Request.
After i remembered to remove my htacces protection on website I did tests again.. still no orders in admin but now i see in issue log
[November 2, 2020 5:17 pm] - SUCCESS :Received IPN from PayPal [November 2, 2020 5:17 pm] - SUCCESS : Array (...) [November 2, 2020 5:17 pm] - SUCCESS :IPN Response: [November 2, 2020 5:17 pm] - SUCCESS : Array (..) [November 2, 2020 5:17 pm] - SUCCESS :Received valid response from PayPal [November 2, 2020 5:17 pm] - SUCCESS :Payment Status - Pending [November 2, 2020 5:17 pm] - FAILURE :This payment cannot be processedI shorten the arrays, it all seems fine just pending…
Hm, how it can be pending, when on sandbox account i see that is payed, there is no pending status anywhere, the review payments is set to off for this account and i see that money is subtracted from balance..
What he paypal settings should be in order of the plugin to show orders?
Thank you Noor for your support!