Releases: secucard/secucard-connect-net-sdk
Releases · secucard/secucard-connect-net-sdk
1.12.0
1.11.0
Added
- Product.Service.UploadidentsService
- Product.Payment.ContractService.CreateSubContract()
- Product.Payment.SecupaySofortService
- Product.Payment.PaymentTransactionsService.GetOldFormat()
- Product.Payment.PaymentTransactionsService.GetCrowdFundingData()
- Product.Payment.PaymentTransactionsService.AssignPayment()
- Product.Payment.PaymentTransactionsService.Cancel()
- Product.Payment.PaymentTransactionsService.Capture()
- Product.Payment.PaymentTransactionsService.UpdateBasket()
- Product.Payment.PaymentTransactionsService.ReverseAccrual()
- Product.Payment.PaymentTransactionsService.SetShippingInformation()
- Product.Smart.TransactionsService.Prepare()
- Product.Smart.TransactionsService.Abort()
- Product.Payment.Model.OptData added some additional request attributes like
language
- Product.Payment.Model.SecupayInvoice added some additional response attributes like
transfer_account
Changed
- Product.Payment.Model.Customer replaced attribute
Contract
withMerchant
as the merchants defines the ACL.
Deprecated
- Marked some classes and attributes as deprecated, as they are not supported by the API anymore.
1.10.0
Added
- Payment: Added endpoint SecupayPayout
1.9.1
Added
- Payment: AssignExternalInvoicePdf possibility to transmit some filename
- Payment: Added some missing fields in PaymentTransaction model
1.9.0
Added
- Payment: AssignExternalInvoicePdf possibility to transmit some filename
- Payment: Added some missing fields in PaymentTransaction model
1.8.1
Fixed
- Payment: AssignExternalInvoicePdf some serialize warning/error
1.8.0
Added
- Payment: AssignExternalInvoicePdf
Fixed
- Payment: Cancel returned (in some special cases) always false
- Payment: Capture returned (in some special cases) always false
- Payment: UpdateBasket returned (in some special cases) always false
- Payment: ReverseAccrual returned (in some special cases) always false
- Payment: SetShippingInformation returned (in some special cases) always false
Removed
- Payment: container into SecupayCreditcard-Model (was not implemented in the api)
- Payment: container into SecupayInvoice-Model (was not implemented in the api)
- Payment: InitSubsequent (was not implemented in the api)
- Payment: UpdateSubscription (was not implemented in the api)
1.7.0
Added
- Payment: Get a list of payment transactions
Fixed
- Smart.Transaction: cancel returns always false, now it returns the Transaction object (with the changed status)
1.6.0
Added
- Support for TLS 1.2
Fixed
- Payment: send shipping information / invoice
1.5.0
Added
- Payment: Mixed basket
Fixed
- Payment: send shipping information / invoice