Skip to content

Conversation

KadoBOT
Copy link
Contributor

@KadoBOT KadoBOT commented Dec 16, 2019

No description provided.

Copy link
Contributor

@rikterbeek rikterbeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initialise the SaleData if it does not exists as this can happen. In java I do this :
public SaleData() {
if (saleToAcquirerData == null) {
saleToAcquirerData = new SaleToAcquirerData();
}
}

@KadoBOT KadoBOT requested a review from rikterbeek December 16, 2019 13:57
@KadoBOT KadoBOT merged commit 54e7b90 into develop Dec 18, 2019
@KadoBOT KadoBOT deleted the feature/pw-1920 branch December 18, 2019 19:36
KadoBOT added a commit that referenced this pull request Apr 29, 2020
* add application info to sale to acquirer data

* set app info if it doesnt exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants