docs: update implementation examples links to master branch (#3707)

This commit is contained in:
David Frnoch
2023-04-04 21:32:11 +03:00
committed by GitHub
parent 70435d5631
commit f5e6eab14e
2 changed files with 2 additions and 2 deletions
@@ -599,5 +599,5 @@ class MyPaymentService extends AbstractPaymentService {
## See Also
- Implementation Examples: [Stripe](https://github.com/medusajs/medusa/tree/2e6622ec5d0ae19d1782e583e099000f0a93b051/packages/medusa-payment-stripe) and [PayPal](https://github.com/medusajs/medusa/tree/2e6622ec5d0ae19d1782e583e099000f0a93b051/packages/medusa-payment-paypal) Payment Processors.
- Implementation Examples: [Stripe](https://github.com/medusajs/medusa/tree/master/packages/medusa-payment-stripe) and [PayPal](https://github.com/medusajs/medusa/tree/master/packages/medusa-payment-paypal) Payment Processors.
- [Implement checkout flow on the storefront](../storefront/implement-checkout-flow.mdx).