Skip to content

Conversation

@maiksprenger
Copy link
Member

This PR does two things. It mirrors changes in the scaffold interface that is done on oshop, by removing get_payment_outcome.

Adyen may duplicate notifications. The simplification of the scaffold interface means we're confident we're always recording an audit trail, and can rely on that audit trail to ignore duplicated notifications. That's the second part of this PR.

This was removed from the Scaffold's interface in oshop, so we can
remove it here.
As check_payment_outcome was removed, the record_audit_trail kwarg was
always true. So we can remove it for simplicity.
Adyen duplicates many notifications. Luckily, our audit trail gives us
an easy way to check for duplicates. We ignore duplicated notifications,
but acknowledge them nonetheless.
@maiksprenger maiksprenger force-pushed the feature/ignore-duplicates branch from 514f9e9 to 956eaaf Compare July 14, 2015 10:44
@aaugustin
Copy link

Looks good!

maiksprenger added a commit that referenced this pull request Jul 14, 2015
@maiksprenger maiksprenger merged commit 9c18b90 into master Jul 14, 2015
@maiksprenger maiksprenger deleted the feature/ignore-duplicates branch July 14, 2015 12:35
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.

3 participants