commercetools / commercetools-payment-integration-java

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

CAR-1805:Pass payment object to error-creationresults. #32

Closed ahalberkamp closed 7 years ago

ahalberkamp commented 7 years ago

I have fixed this bug in the pr:

1) Scenario

2) Problem

3) Bugfix: To solve this problem, I have appended the payment-object to the "errorcreationresult", so that the shop can fetch the rootcause of Error, when a payment was not successfull.

butenkor commented 7 years ago

@ahalberkamp i guess you will need to base your PR on this PR (https://github.com/commercetools/project-payment/pull/30). Right @andrii-kovalenko-ct ?

ahalberkamp commented 7 years ago

@butenkor Your right, I have to use the dev branch instead of master for my changes. So I have created a new branch of the "dev" branch and merged my changes to it. The new PR is now :https://github.com/commercetools/project-payment/pull/33

now I commit all my changes, which based on your comments to the new branch and link the commit to this pr.