Skip to content

Commit 0049d5b

Browse files
build the updated responses
1 parent 2c9cc0e commit 0049d5b

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

dist/api/preauthorization/reserve/response.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"created_at": "2023-08-24T19:00:18.000Z",
1818
"released_at": null,
19-
"scheduled_release_date": "2023-08-25T19:00:26.000Z",
19+
"expiry_date": "2023-08-25T19:00:26.000Z",
2020
"currency": "ZAR",
2121
"metadata": null,
2222
"fees": 0,
@@ -47,7 +47,10 @@
4747
"international_format_phone": null
4848
},
4949
"merchant_id": 210002,
50-
"merchant_name": "ABC merchant"
50+
"merchant_name": "ABC merchant",
51+
"expire_action": "release",
52+
"split_code": null,
53+
"split": null
5154
}
5255
}
5356
},

dist/api/preauthorization/verify/response.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
"international_format_phone": null
4444
},
4545
"merchant_id": 210002,
46-
"merchant_name": "ABC merchant"
46+
"merchant_name": "ABC merchant",
47+
"expire_action": "release",
48+
"split_code": null,
49+
"split": null
4750
}
4851
}
4952
},

dist/doc/payments/preauthorization/reserve.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const json = `{
9393
},
9494
"created_at": "2023-08-24T19:00:18.000Z",
9595
"released_at": null,
96-
"scheduled_release_date": "2023-08-25T19:00:26.000Z",
96+
"expiry_date": "2023-08-25T19:00:26.000Z",
9797
"currency": "ZAR",
9898
"metadata": null,
9999
"fees": 0,
@@ -124,7 +124,10 @@ const json = `{
124124
"international_format_phone": null
125125
},
126126
"merchant_id": 210002,
127-
"merchant_name": "ABC merchant"
127+
"merchant_name": "ABC merchant",
128+
"expire_action": "release",
129+
"split_code": null,
130+
"split": null
128131
}
129132
}`
130133

0 commit comments

Comments
 (0)