improved logging in callbacks

This commit is contained in:
Stephan D
2026-03-03 01:07:35 +01:00
parent b10ec79fe0
commit bae4cd6e35
45 changed files with 226 additions and 146 deletions

View File

@@ -82,6 +82,7 @@ class PaymentService {
String organizationRef,
String quotationRef, {
String? idempotencyKey,
String? clientPaymentRef,
Map<String, String>? metadata,
}) async {
_logger.fine(
@@ -90,6 +91,7 @@ class PaymentService {
final request = InitiatePaymentRequest(
idempotencyKey: idempotencyKey ?? Uuid().v4(),
quoteRef: quotationRef,
clientPaymentRef: clientPaymentRef,
metadata: metadata,
);
final response = await AuthorizationService.getPOSTResponse(