From 36a26c1418a27dd44fce66f3b91272e298da0f38 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Mon, 7 Nov 2022 14:23:51 +0100 Subject: [PATCH] Updates samples --- profile/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index 0bc434c..701707c 100644 --- a/profile/README.md +++ b/profile/README.md @@ -24,15 +24,23 @@ This organization contains all example integrations for our various libraries an ## Here is a list of the examples we provide (for now!): +### Official + + | JVM Based | Javascript Based | Others | E-commerce Platforms| | ------------- | ------------- | ------ | ------- | | [Java Spring Integration](https://github.com/adyen-examples/adyen-java-spring-online-payments) | [Node.js](https://github.com/adyen-examples/adyen-node-online-payments) | [Ruby on Rails](https://github.com/adyen-examples/adyen-rails-online-payments) | [Magento](https://github.com/adyen-examples/adyen-magento-plugin) | | [Kotlin Spring Integration](https://github.com/adyen-examples/adyen-kotlin-spring-online-payments) | [Angular](https://github.com/adyen-examples/adyen-angular-online-payments) | [PHP Laravel](https://github.com/adyen-examples/adyen-php-online-payments) | -| [Complete JHipster ecommerce demo](https://github.com/adyen-examples/adyen-java-react-ecommerce-example) | [Vue.js](https://github.com/adyen-examples/adyen-vue-online-payments) | [.Net](https://github.com/adyen-examples/adyen-dotnet-online-payments) | +| [Android](https://github.com/adyen-examples/adyen-android-online-payments) | [Vue.js](https://github.com/adyen-examples/adyen-vue-online-payments) | [.Net](https://github.com/adyen-examples/adyen-dotnet-online-payments) | | | [React](https://github.com/adyen-examples/adyen-react-online-payments) | [Python](https://github.com/adyen-examples/adyen-python-online-payments) | | | | [Golang](https://github.com/adyen-examples/adyen-golang-online-payments) | -| | | [Android](https://github.com/adyen-examples/adyen-android-online-payments) | +| | | | + +### Community / Alpha +* [Pay by Link Ktor sample](https://github.com/jlengrand/pay-by-link-sample-kotlin) +* [Interactive Drop-in creation and styling tool](https://github.com/adyen-examples/checkoutCreate/) (Alpha) +* [Complete JHipster ecommerce demo](https://github.com/adyen-examples/adyen-java-react-ecommerce-example) (Archived)