mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 01:25:22 +00:00
IMP-226: Fix cardResource token (#89)
This commit is contained in:
parent
15da6fa441
commit
e658db3c3d
@ -9,11 +9,6 @@ properties:
|
|||||||
[tokenization](#operation/createPaymentResource)_.
|
[tokenization](#operation/createPaymentResource)_.
|
||||||
type: string
|
type: string
|
||||||
maxLength: 2000
|
maxLength: 2000
|
||||||
resourceToken:
|
|
||||||
description: >
|
|
||||||
Clean resource token. Can be used for differentiating one resource from another.
|
|
||||||
type: string
|
|
||||||
maxLength: 2000
|
|
||||||
paymentSession:
|
paymentSession:
|
||||||
description: >
|
description: >
|
||||||
Payment session identifier.
|
Payment session identifier.
|
||||||
|
@ -8,6 +8,11 @@ properties:
|
|||||||
description: Payment tool token provided by the payer
|
description: Payment tool token provided by the payer
|
||||||
type: string
|
type: string
|
||||||
maxLength: 2000
|
maxLength: 2000
|
||||||
|
resourceToken:
|
||||||
|
description: >
|
||||||
|
Clean resource token. Can be used for differentiating one resource from another.
|
||||||
|
type: string
|
||||||
|
maxLength: 2000
|
||||||
paymentSession:
|
paymentSession:
|
||||||
description: Payment session identifier
|
description: Payment session identifier
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
Reference in New Issue
Block a user