Skip to content

Commit

Permalink
feat: readme payment extension
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvdbrug committed Jan 15, 2025
1 parent 75fd022 commit 3fed106
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vendure-plugin-payment-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This `Vendure` plugin allows an `Order` to be settled without upfront payment.
- `isCustomerInGroupPaymentChecker`: Verifies if the customer attached to an order belongs to a specified group to allow configured payment method.
- `settleWithoutPaymentHandler`: This handler simply transitions the `Payment` to settled state.

Have a payment extension in mind? Create a Pull Request on our repository and we will maintain your feature in this plugin!

## Getting started

1. Add the plugin to your `vendure-config.ts`
Expand Down

0 comments on commit 3fed106

Please sign in to comment.