improved logging in callbacks
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user