Updating documentation
This commit is contained in:
parent
cbc1296898
commit
073c172b4c
|
@ -1984,6 +1984,7 @@ paths:
|
||||||
enum:
|
enum:
|
||||||
- CARD
|
- CARD
|
||||||
- PAYPAL
|
- PAYPAL
|
||||||
|
- SEPA_DEBIT
|
||||||
responses:
|
responses:
|
||||||
default:
|
default:
|
||||||
description: default response
|
description: default response
|
||||||
|
@ -2779,14 +2780,14 @@ components:
|
||||||
ECPublicKey:
|
ECPublicKey:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
type:
|
||||||
|
type: integer
|
||||||
|
format: int32
|
||||||
publicKeyBytes:
|
publicKeyBytes:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: byte
|
format: byte
|
||||||
type:
|
|
||||||
type: integer
|
|
||||||
format: int32
|
|
||||||
ECSignedPreKey:
|
ECSignedPreKey:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -3857,6 +3858,12 @@ components:
|
||||||
level:
|
level:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
paymentMethod:
|
||||||
|
type: string
|
||||||
|
enum:
|
||||||
|
- CARD
|
||||||
|
- PAYPAL
|
||||||
|
- SEPA_DEBIT
|
||||||
payerId:
|
payerId:
|
||||||
type: string
|
type: string
|
||||||
paymentId:
|
paymentId:
|
||||||
|
@ -3877,6 +3884,12 @@ components:
|
||||||
level:
|
level:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
paymentMethod:
|
||||||
|
type: string
|
||||||
|
enum:
|
||||||
|
- CARD
|
||||||
|
- PAYPAL
|
||||||
|
- SEPA_DEBIT
|
||||||
CreateBoostReceiptCredentialsRequest:
|
CreateBoostReceiptCredentialsRequest:
|
||||||
required:
|
required:
|
||||||
- paymentIntentId
|
- paymentIntentId
|
||||||
|
@ -3912,6 +3925,12 @@ components:
|
||||||
level:
|
level:
|
||||||
type: integer
|
type: integer
|
||||||
format: int64
|
format: int64
|
||||||
|
paymentMethod:
|
||||||
|
type: string
|
||||||
|
enum:
|
||||||
|
- CARD
|
||||||
|
- PAYPAL
|
||||||
|
- SEPA_DEBIT
|
||||||
returnUrl:
|
returnUrl:
|
||||||
type: string
|
type: string
|
||||||
cancelUrl:
|
cancelUrl:
|
||||||
|
|
Loading…
Reference in New Issue