mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
Merge branch 'subscriptions-saved-pm' of github.com:juspay/hyperswitch into subscriptions-saved-pm
This commit is contained in:
@ -12891,8 +12891,7 @@
|
|||||||
"ConfirmSubscriptionPaymentDetails": {
|
"ConfirmSubscriptionPaymentDetails": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"payment_method",
|
"payment_method"
|
||||||
"payment_method_data"
|
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"shipping": {
|
"shipping": {
|
||||||
@ -12923,7 +12922,12 @@
|
|||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
"payment_method_data": {
|
"payment_method_data": {
|
||||||
"$ref": "#/components/schemas/PaymentMethodDataRequest"
|
"allOf": [
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/PaymentMethodDataRequest"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"nullable": true
|
||||||
},
|
},
|
||||||
"customer_acceptance": {
|
"customer_acceptance": {
|
||||||
"allOf": [
|
"allOf": [
|
||||||
@ -12940,6 +12944,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"nullable": true
|
"nullable": true
|
||||||
|
},
|
||||||
|
"payment_token": {
|
||||||
|
"type": "string",
|
||||||
|
"nullable": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -22232,6 +22240,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"nullable": true
|
"nullable": true
|
||||||
|
},
|
||||||
|
"payment_token": {
|
||||||
|
"type": "string",
|
||||||
|
"nullable": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -24117,6 +24129,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"nullable": true
|
"nullable": true
|
||||||
|
},
|
||||||
|
"payment_token": {
|
||||||
|
"type": "string",
|
||||||
|
"nullable": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user