docs: added documentation for payment provider implementation (#1390)

This commit is contained in:
Shahed Nasser
2022-04-23 16:51:58 +02:00
committed by GitHub
parent f806f06b51
commit 5f216a977f
4 changed files with 397 additions and 10 deletions
@@ -126,5 +126,5 @@ This prevents any payment issues from occurring with the customers and allows fo
## Whats Next 🚀
- [Check out how the checkout flow is implemented on the frontend.](../../../guides/checkouts.md)
- [Check out how the checkout flow is implemented on the frontend.](./frontend-payment-flow-in-checkout.md)
- Check out payment plugins like [Stripe](../../../add-plugins/stripe.md), [Paypal](../../../add-plugins/paypal.md), and [Klarna](../../../add-plugins/klarna.md).