mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
enhance(stripe): send statement descriptor to stripe (#707)
This commit is contained in:
@ -33,7 +33,7 @@ pub struct CustomerRequest {
|
||||
#[schema(value_type = Option<Object>,example = json!({
|
||||
"city": "Bangalore",
|
||||
"country": "IN",
|
||||
"line1": "Juspay router",
|
||||
"line1": "Hyperswitch router",
|
||||
"line2": "Koramangala",
|
||||
"line3": "Stallion",
|
||||
"state": "Karnataka",
|
||||
@ -73,7 +73,7 @@ pub struct CustomerResponse {
|
||||
#[schema(value_type = Option<Object>,example = json!({
|
||||
"city": "Bangalore",
|
||||
"country": "IN",
|
||||
"line1": "Juspay router",
|
||||
"line1": "Hyperswitch router",
|
||||
"line2": "Koramangala",
|
||||
"line3": "Stallion",
|
||||
"state": "Karnataka",
|
||||
|
||||
Reference in New Issue
Block a user