Skip to content

Commit 2b94a33

Browse files
committed
remove profile id from the req
1 parent e7db9e0 commit 2b94a33

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

api-reference/openapi_spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,6 @@
993993
"amount": 6540,
994994
"currency": "USD"
995995
},
996-
"profile_id": "pro_abcdefghijklmnopqrstuvwxyz",
997996
"type": "refund"
998997
}
999998
}

crates/openapi/src/routes/relay.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
value = json!({
1212
"connector_resource_id": "7256228702616471803954",
1313
"connector_id": "mca_5apGeP94tMts6rg3U3kR",
14-
"profile_id": "pro_abcdefghijklmnopqrstuvwxyz",
1514
"type": "refund",
1615
"data": {
1716
"amount": 6540,

0 commit comments

Comments
 (0)