website fix
This commit is contained in:
parent
e14794bc59
commit
309d08497b
58 changed files with 1690 additions and 363 deletions
11
_website/data/INV-20250825-170438-e37518.json
Normal file
11
_website/data/INV-20250825-170438-e37518.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"event_type": "PAYMENT.CAPTURE.COMPLETED",
|
||||
"status": "PAID",
|
||||
"amount": "19.99",
|
||||
"currency": "USD",
|
||||
"payer": null,
|
||||
"invoice": "INV-20250825-170438-e37518",
|
||||
"custom": "user_1234_order_5678",
|
||||
"resource_id": "2V315801FX904340P",
|
||||
"ts": "2025-08-25T17:05:27-04:00"
|
||||
}
|
||||
11
_website/data/INV-20250825-174311-0a7993.json
Normal file
11
_website/data/INV-20250825-174311-0a7993.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"event_type": "PAYMENT.CAPTURE.COMPLETED",
|
||||
"status": "PAID",
|
||||
"amount": "19.99",
|
||||
"currency": "USD",
|
||||
"payer": null,
|
||||
"invoice": "INV-20250825-174311-0a7993",
|
||||
"custom": "user_1234_order_5678",
|
||||
"resource_id": "9E566091YD182143A",
|
||||
"ts": "2025-08-25T17:43:56-04:00"
|
||||
}
|
||||
10
_website/data/NO-INVOICE.json
Normal file
10
_website/data/NO-INVOICE.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"event_type": "PAYMENT.SALE.COMPLETED",
|
||||
"status": "PAID",
|
||||
"amount": "0.48",
|
||||
"currency": "USD",
|
||||
"payer": null,
|
||||
"invoice": null,
|
||||
"custom": null,
|
||||
"ts": "2025-08-25T16:46:11-04:00"
|
||||
}
|
||||
10
_website/data/SIMULATED-WEBHOOK-20251022-101500.json
Normal file
10
_website/data/SIMULATED-WEBHOOK-20251022-101500.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"event_type": "PAYMENT.CAPTURE.COMPLETED",
|
||||
"status": "PAID",
|
||||
"amount": "9.99",
|
||||
"currency": "USD",
|
||||
"invoice": "INV-20251022-101500-TEST",
|
||||
"resource_id": "SIMULATED12345",
|
||||
"ts": "2025-10-22T10:15:00-04:00",
|
||||
"note": "Simulated webhook write for testing"
|
||||
}
|
||||
2
_website/data/webhook.log
Normal file
2
_website/data/webhook.log
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[2025-10-22T15:15:01+02:00] HIT ip=::1 bytes=281
|
||||
[2025-10-22T15:15:02+02:00] VERIFY_FAIL http=200 status=FAILURE
|
||||
Loading…
Add table
Add a link
Reference in a new issue