Skip to content

Commit

Permalink
feat(payments-plugin): Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Feb 27, 2024
1 parent 1e65032 commit f7dcc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/payments-plugin/src/mollie/mollie.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export interface MolliePluginOptions {
* for example by opening your storefront in another browser tab.
* This could result in an order being in `ArrangingAdditionalPayment` status after the customer finished payment.
* You should check if there is still an active order with status `ArrangingAdditionalPayment` on your order confirmation page,
* and if so, allow your customer to pay for the additional items.
* and if so, allow your customer to pay for the additional items by creating another Mollie payment.
*
* @docsCategory core plugins/PaymentsPlugin
* @docsPage MolliePlugin
Expand Down

0 comments on commit f7dcc31

Please sign in to comment.