Replies: 0
Hi,
Trying the WP PayPal plugin.
The orders are listed on the dashboard but editing them I find a confusing array of parameters that I guess come back from PayPal.
(example:
Payment Data
Array
(
[mc_gross] => 1.00
[protection_eligibility] => Eligible
[address_status] => confirmed
[payer_id] => 5XM2CGZHJNSAG
[payment_date] => 17:20:05 Jul 21, 2020 PDT
[payment_status] => Completed
[charset] => windows-1252
[mc_fee] => 0.32
[address_country_code] => US
[address_name] => J. Bond
[notify_version] => 3.9
[custom] =>
[payer_status] => unverified
[business] => abcd@a.com
[address_country] => United States
[address_city] => Timbuktoo
[quantity] => 1
[verify_sign] => AA3W-5AulTmGy.ueVQwaQA4yoWWJAeO
[payer_email] => abc@c.com
)
Is there a way to create a reports that will bulk process all the orders and list them in human-readable form possibly with just selected parameters?
Thanks,
Ruben