Skip to content

Commit

Permalink
Add badges for Subscription workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Sep 13, 2024
1 parent 23918c3 commit 1fc61e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subscription-example/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Adyen [Tokenization](https://docs.adyen.com/online-payments-tokenization) Integration Demo

[![Java CI with Gradle](https://github.com/adyen-examples/adyen-java-spring-online-payments/actions/workflows/build-subscription.yml/badge.svg)](https://github.com/adyen-examples/adyen-java-spring-online-payments/actions/workflows/build-subscription.yml)
[![E2E (Playwright)](https://github.com/adyen-examples/adyen-java-spring-online-payments/actions/workflows/e2e-subscription.yml/badge.svg)](https://github.com/adyen-examples/adyen-java-spring-online-payments/actions/workflows/e2e-subscription.yml)


This repository includes a tokenization example for subscriptions. Within this demo app, you'll find a simplified version of a website that offers a music subscription service.
The shopper can purchase a subscription and administrators can manage the saved (tokenized) payment methods on a separate admin panel.
The panel allows admins to make payments on behalf of the shopper using this token. We refer to this token as `recurringDetailReference` in this application.
Expand Down

0 comments on commit 1fc61e5

Please sign in to comment.