-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
OrderNumber parameter can have, based on the documentation of the bank, 15 digits. In this library is OrderNumber limited to integer type, max. size 2147483647 (10 digits, plus it must start with 1 or 2 ...).
Could you please change in the next version the type of the OrderNumber to uint or something like this? I need order numbers with more characters/digits than 10 (we have predefined prefixes for orders...).
Probably to modify SDK Models: PaymentRequest.cs line 25 and PaymentResponse.cs line 24.
Thank you.
Honza
Metadata
Metadata
Assignees
Labels
No labels