diff --git a/samples/payments/coreservices/process_payment.py b/samples/payments/coreservices/process_payment.py index d5d4ddf..98339a0 100644 --- a/samples/payments/coreservices/process_payment.py +++ b/samples/payments/coreservices/process_payment.py @@ -18,7 +18,7 @@ def process_a_payment(flag): processing_info = Ptsv2paymentsProcessingInformation() if flag: - processing_info.capture = "true" + processing_info.capture = True request.processing_information = processing_info.__dict__