checkout/checkout-sdk-python

Add serializer to response wrapper

Opened this issue · 4 comments

matez0 commented

Environment

  • Checkout SDK version: latest

Description

A serializer can be useful, when the response fully or partially

  • need to be stored in a database in a JSON serialized form
  • need to be parsed using pydantic or similar parser
  • may be easier to handle that way.

Proposed Solution

  • I may be able to implement this feature.

Thank you @matez0! We will take a look, but if you want to make a PR we will review it asap.

matez0 commented

Thank you.
PR: #145

We are reviewing it now