(20241217) payment reference will now be the same as the payment id.
This commit is contained in:
@@ -168,7 +168,7 @@ class PGPaymentRequestData(BaseModel):
|
||||
|
||||
amount: float | int = Field(
|
||||
description = "the amount of money to be requested",
|
||||
ge = 0,
|
||||
ge = 0.0,
|
||||
frozen = True
|
||||
)
|
||||
|
||||
@@ -178,11 +178,6 @@ class PGPaymentRequestData(BaseModel):
|
||||
examples = ["INR", "USD", "KES"]
|
||||
)
|
||||
|
||||
reference: str | None = Field(
|
||||
description = "some reference against which the payment was made",
|
||||
frozen = True
|
||||
)
|
||||
|
||||
description: str | None = Field(
|
||||
description = "a short, human-readable description of the payment",
|
||||
frozen = True
|
||||
|
||||
Reference in New Issue
Block a user