Просмотр исходного кода

fix(docs): Correctly indicate which mollie API (#2090)

Pieter Doms 2 лет назад
Родитель
Сommit
0f874a0a2b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/payments-plugin/src/mollie/mollie.plugin.ts

+ 1 - 1
packages/payments-plugin/src/mollie/mollie.plugin.ts

@@ -26,7 +26,7 @@ export interface MolliePluginOptions {
 /**
 /**
  * @description
  * @description
  * Plugin to enable payments through the [Mollie platform](https://docs.mollie.com/).
  * Plugin to enable payments through the [Mollie platform](https://docs.mollie.com/).
- * This plugin uses the Payments API from Mollie, not the Orders API.
+ * This plugin uses the Order API from Mollie, not the Payments API.
  *
  *
  * ## Requirements
  * ## Requirements
  *
  *