AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: laura458 on March 19, 2024, 09:31:12 PM

Title: Getting a bunch of code in status and comments
Post by: laura458 on March 19, 2024, 09:31:12 PM
Had gotten and order and in the admin area in orders, status and comments and there is a bunch of code looking something like this:
'resource_type' => 'capture',
'resource_version' => '2.0',
'event_type' => 'PAYMENT.CAPTURE.COMPLETED',
'summary' => 'Payment completed for $ 24.96 USD',
'resource' =>
array (

It's a lot longer but I didn't want to post the whole thing. Any ideas? Using bootstrap5 these, paypal commerce installed. No problem sending shipping progress or anything else, but it has me alarmed a bit.
Title: Re: Getting a bunch of code in status and comments
Post by: Basara on March 20, 2024, 05:07:05 AM
Hello.
These messages are from the Paypal webhook and visible only to the admin, customers do not see them
Title: Re: Getting a bunch of code in status and comments
Post by: laura458 on March 20, 2024, 01:47:57 PM
OOOooh! So they are from paypal when a customer makes an order and it only shows up on each individual order through Paypal?
Is this correct and a normal thing to see?
And thank you Basara! You're a gem and appreciate the help.
Title: Re: Getting a bunch of code in status and comments
Post by: Basara on March 21, 2024, 08:04:30 AM
OOOooh! So they are from paypal when a customer makes an order and it only shows up on each individual order through Paypal?
Is this correct and a normal thing to see?
And thank you Basara! You're a gem and appreciate the help.
These are records of PayPal webhook calls.  PayPal can send more updated later in case of order issue, fraud etc