Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call /cards/transfer when QR code is scanned #10

Merged

Conversation

brathis
Copy link
Contributor

@brathis brathis commented Sep 29, 2023

  • Neues Config Flag scannerBypass: Zeigt Textfeld um QR-Code zu simulieren, falls Scanner nicht funktioniert.
  • Logik für Aufruf vom /cards/transfer Endpoint. Bei erfolgreichem Aufruf, Redirect zur Detailsicht der Karte.

@@ -153,6 +153,7 @@ export function MSALGuardConfigFactory(): MsalGuardConfiguration {
logOnly: environment.production,
}),
EffectsModule.forRoot([ProfileEffects, CardEffects]),
FormsModule,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ist schon drin (Zeile 133) und somit dann doppelt

@ihaveamicroservice ihaveamicroservice merged commit 8cf7734 into main Oct 1, 2023
2 checks passed
@ihaveamicroservice ihaveamicroservice deleted the 14-aufruf-tausch-endpunkt-beim-scannen-eines-qr-codes branch October 7, 2023 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Aufruf Tausch-Endpunkt beim Scannen eines QR Codes
3 participants