Skip to content

Commit 1af24ff

Browse files
Changes generated by 0307eb81487ba27095156edf86e174a835e500b3
This commit was automatically created from gocardless/gocardless-nodejs-template@0307eb8 by the `push-files` action. Workflow run: https://github.com/gocardless/gocardless-nodejs-template/actions/runs/21036862062
1 parent e27ec23 commit 1af24ff

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/services/billingRequestFlowService.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ interface BillingRequestFlowCreateRequest {
2121
customer_details_captured?: boolean;
2222

2323
// URL that the payer can be taken to if there isn't a way to progress ahead in
24-
// flow.
24+
// flow, for example if the customer searches for a bank that doesn't exist or
25+
// isn't supported on the scheme.
2526

2627
exit_uri?: string;
2728

src/types/Types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,8 @@ export type BillingRequestFlow = {
13151315
customer_details_captured?: boolean;
13161316

13171317
// URL that the payer can be taken to if there isn't a way to progress ahead
1318-
// in flow.
1318+
// in flow, for example if the customer searches for a bank that doesn't exist
1319+
// or isn't supported on the scheme.
13191320
exit_uri?: string | null;
13201321

13211322
// Timestamp when the flow will expire. Each flow currently lasts for 7 days.

0 commit comments

Comments
 (0)