'rebuilt missing sales and staff pages
This commit is contained in:
parent
484a36ce11
commit
60bcc67056
680 changed files with 33650 additions and 43 deletions
75
backup-website/logs/payment_capture.log
Normal file
75
backup-website/logs/payment_capture.log
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
[2025-11-10 22:50:04] [req_69126c1c069cc2.75498988] REQUEST_START
|
||||
Array
|
||||
(
|
||||
[order_id] => 7A364252PC9709200
|
||||
)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
[2025-11-10 22:50:04] [req_69126c1c069cc2.75498988] PAYMENT_CAPTURED
|
||||
Array
|
||||
(
|
||||
[txid] => 63W70435E4984954X
|
||||
[payer_email] => sandboxpurchaser@personal.example.com
|
||||
[payer_name] => John Doe
|
||||
)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
[2025-11-10 22:50:04] [req_69126c1c069cc2.75498988] NO_USER_SESSION
|
||||
Array
|
||||
(
|
||||
)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
[2025-11-10 23:17:15] [req_6912727ba47484.25607356] REQUEST_START
|
||||
Array
|
||||
(
|
||||
[order_id] => 6TS433452S096641W
|
||||
)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
[2025-11-10 23:17:16] [req_6912727ba47484.25607356] PAYMENT_CAPTURED
|
||||
Array
|
||||
(
|
||||
[txid] => 73B67087CP6413004
|
||||
[payer_email] => sandboxpurchaser@personal.example.com
|
||||
[payer_name] => John Doe
|
||||
)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
[2025-11-10 23:17:16] [req_6912727ba47484.25607356] UPDATE_INVOICES_SQL
|
||||
UPDATE gsp_billing_invoices
|
||||
SET status='paid', paid_date='2025-11-10 23:17:16', payment_txid='73B67087CP6413004', payment_method='paypal'
|
||||
WHERE user_id=186 AND status='due'
|
||||
--------------------------------------------------------------------------------
|
||||
[2025-11-10 23:17:16] [req_6912727ba47484.25607356] INVOICES_MARKED_PAID
|
||||
Array
|
||||
(
|
||||
[count] => 1
|
||||
)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
[2025-11-10 23:17:16] [req_6912727ba47484.25607356] INSERT_ORDER_SQL
|
||||
INSERT INTO gsp_billing_orders (
|
||||
user_id, service_id, home_name, ip, max_players, qty, invoice_duration,
|
||||
price, remote_control_password, ftp_password, status, order_date, end_date,
|
||||
payment_txid, paid_ts, paypal_data
|
||||
) VALUES (
|
||||
186, 5, 'Arma 3', 33, 16, 1, 'month',
|
||||
--------------------------------------------------------------------------------
|
||||
[2025-11-10 23:17:16] [req_6912727ba47484.25607356] ORDER_CREATED
|
||||
Array
|
||||
(
|
||||
[order_id] => 566
|
||||
[invoice_id] => 26
|
||||
)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
[2025-11-10 23:17:16] [req_6912727ba47484.25607356] PROCESSING_COMPLETE
|
||||
Array
|
||||
(
|
||||
[invoices_paid] => 1
|
||||
[orders_created] => 1
|
||||
[txid] => 73B67087CP6413004
|
||||
)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue