mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-17 19:26:20 +00:00
fix invalid jsdoc
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user