add config log
This commit is contained in:
@@ -151,6 +151,7 @@ def _build_payment_service(settings: Optional[NetopiaSettings] = None) -> Paymen
|
|||||||
#private_key_str=settings.private_key_str,
|
#private_key_str=settings.private_key_str,
|
||||||
pos_signature_set=settings.pos_signature_set,
|
pos_signature_set=settings.pos_signature_set,
|
||||||
)
|
)
|
||||||
|
print('config = ', config)
|
||||||
client = PaymentClient(config)
|
client = PaymentClient(config)
|
||||||
return PaymentService(client)
|
return PaymentService(client)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user