checkout / checkout-sdk-net

Checkout SDK for Microsoft .NET
https://checkout.com
MIT License
21 stars 23 forks source link

The payment request misses the partial_authorization field #397

Closed oleksii-i-iol closed 5 months ago

oleksii-i-iol commented 6 months ago

Environment

Description

Related to the documentation here there should be the ability to pay with partial_authorization flag.

Expected behavior

Use the SDK with all necessary fields that are described in the documentation and API reference source.

Current behavior

Some fields don't exist, the SDK can't be fully used with all features

Steps to reproduce

Possible solution

Add all necessary fields to SDK

Additional information

armando-rodriguez-cko commented 6 months ago

Thank you @oleksii-i-iol! We will update it next release.

armando-rodriguez-cko commented 5 months ago

New release launched with the changes: https://github.com/checkout/checkout-sdk-net/pull/404