docs: add ignore tag to isPaymentProcessor (#6410)
- Add ignore tags to `isPaymentProcessor` method and property - Generate payment reference to move the associated section.
This commit is contained in:
@@ -41,8 +41,14 @@ export abstract class AbstractPaymentProvider implements IPaymentProvider {
|
||||
protected readonly config?: Record<string, unknown> // eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
) {}
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
static _isPaymentProvider = true
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
static isPaymentProvider(object): boolean {
|
||||
return object?.constructor?._isPaymentProvider
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user