fix invalid jsdoc

This commit is contained in:
Pedro Lopez
2022-01-25 20:48:44 -04:00
parent a37ff69692
commit b93c7b4b76

View File

@@ -40,7 +40,6 @@ class Payment extends Base {
/** /**
* The paymentStatus * The paymentStatus
* @type {number}
* *
* Possible Status * Possible Status
* 0:UNKNOWN_STATUS * 0:UNKNOWN_STATUS
@@ -55,6 +54,8 @@ class Payment extends Base {
* 9:CANCELLED * 9:CANCELLED
* 10:WAITING_FOR_PAYER * 10:WAITING_FOR_PAYER
* 11:WAITING * 11:WAITING
*
* @type {number}
*/ */
this.paymentStatus = data.paymentStatus; this.paymentStatus = data.paymentStatus;