docs(payments): Fix incorrect reference in payment processor tsdoc
This commit is contained in:
@@ -653,7 +653,7 @@ export abstract class AbstractPaymentProcessor implements PaymentProcessor {
|
||||
* you can access it in the constructor. The options are passed as a second parameter.
|
||||
*
|
||||
* @param {Record<string, unknown>} container - An instance of `MedusaContainer` that allows you to access other resources, such as services, in your Medusa backend through [dependency injection](https://docs.medusajs.com/development/fundamentals/dependency-injection)
|
||||
* @param {Record<string, unknown>} config - If this fulfillment provider is created in a plugin, the plugin's options are passed in this parameter.
|
||||
* @param {Record<string, unknown>} config - If this payment processor is created in a plugin, the plugin's options are passed in this parameter.
|
||||
*
|
||||
* @example
|
||||
* ```ts
|
||||
|
||||
@@ -18,7 +18,7 @@ export abstract class AbstractPaymentProvider implements IPaymentProvider {
|
||||
* you can access it in the constructor. The options are passed as a second parameter.
|
||||
*
|
||||
* @param {MedusaContainer} container - An instance of `MedusaContainer` that allows you to access other resources, such as services, in your Medusa backend through [dependency injection](https://docs.medusajs.com/development/fundamentals/dependency-injection)
|
||||
* @param {Record<string, unknown>} config - If this fulfillment provider is created in a plugin, the plugin's options are passed in this parameter.
|
||||
* @param {Record<string, unknown>} config - If this payment processor is created in a plugin, the plugin's options are passed in this parameter.
|
||||
*
|
||||
* @example
|
||||
* ```ts
|
||||
|
||||
Reference in New Issue
Block a user