IMP-226: Fix cardResource token (#89)

This commit is contained in:
ndiezel0 2024-05-07 12:22:34 +05:00 committed by GitHub
parent 15da6fa441
commit e658db3c3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -9,11 +9,6 @@ properties:
[tokenization](#operation/createPaymentResource)_.
type: string
maxLength: 2000
resourceToken:
description: >
Clean resource token. Can be used for differentiating one resource from another.
type: string
maxLength: 2000
paymentSession:
description: >
Payment session identifier.

View File

@ -8,6 +8,11 @@ properties:
description: Payment tool token provided by the payer
type: string
maxLength: 2000
resourceToken:
description: >
Clean resource token. Can be used for differentiating one resource from another.
type: string
maxLength: 2000
paymentSession:
description: Payment session identifier
type: string