(20241217) Capturing IP Addrs for payment events (callback) now.
This commit is contained in:
@@ -168,6 +168,12 @@ class PaymentEvent(BaseModel):
|
||||
frozen = True
|
||||
)
|
||||
|
||||
ipAddr: str | None = Field(
|
||||
description = "if initiated by the payment gateway, what ip addr did this request come from",
|
||||
frozen = True,
|
||||
default = None
|
||||
)
|
||||
|
||||
httpCode: int | None = Field(
|
||||
description = "the http code generated by the event",
|
||||
frozen = True,
|
||||
|
||||
Reference in New Issue
Block a user