mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Add payment provider specific details to the API
This commit is contained in:
@@ -160,6 +160,10 @@ TEST_PAYMENTS_RES = [
|
||||
"payment_date": "2017-12-01T10:00:00Z",
|
||||
"provider": "stripe",
|
||||
"payment_url": None,
|
||||
"details": {
|
||||
"id": None,
|
||||
"payment_method": None
|
||||
},
|
||||
"state": "refunded",
|
||||
"amount": "23.00"
|
||||
},
|
||||
@@ -169,6 +173,7 @@ TEST_PAYMENTS_RES = [
|
||||
"payment_date": None,
|
||||
"provider": "banktransfer",
|
||||
"payment_url": None,
|
||||
"details": {},
|
||||
"state": "pending",
|
||||
"amount": "23.00"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user