Sfoglia il codice sorgente

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

Pieter Doms 2 anni fa
parent
commit
0f874a0a2b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
  * 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
  *