Skip to content

Commit

Permalink
remove profile id from the req
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarSinghC committed Dec 20, 2024
1 parent e7db9e0 commit 2b94a33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,6 @@
"amount": 6540,
"currency": "USD"
},
"profile_id": "pro_abcdefghijklmnopqrstuvwxyz",
"type": "refund"
}
}
Expand Down
1 change: 0 additions & 1 deletion crates/openapi/src/routes/relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
value = json!({
"connector_resource_id": "7256228702616471803954",
"connector_id": "mca_5apGeP94tMts6rg3U3kR",
"profile_id": "pro_abcdefghijklmnopqrstuvwxyz",
"type": "refund",
"data": {
"amount": 6540,
Expand Down

0 comments on commit 2b94a33

Please sign in to comment.