commercetools / commercetools-payment-integration-java

Module to handle payment transactions
Apache License 2.0
6 stars 4 forks source link

Support new Initial transaction state #56

Open andrii-kovalenko-ct opened 6 years ago

andrii-kovalenko-ct commented 6 years ago

Since version 1.24.0 in addition to Pending now CTP supports Initial state:

http://dev.commercetools.com/release-notes.html#release-notes---commercetools-platform---version-release-29-september-2017

https://dev.commercetools.com/http-api-projects-payments.html#transactionstate

Initial is not default so far, but will be in the future (follow the update notes).

So, the the library should be updated with the following requirements:

linked issue from commercetools-payone-integration service: https://github.com/commercetools/commercetools-payone-integration/issues/175