Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] fix condition fulfillment #75

Merged
merged 1 commit into from
Feb 9, 2016
Merged

Conversation

sentientwaffle
Copy link
Contributor

interledger-deprecated/five-bells-ledger#133 broke the trader, this should make the compatible again.


FiveBellsLedger.prototype.putTransferFulfillment = function * (transfer, execution_condition_fulfillment) {
const updatedTransfer = yield this._request({
method: 'put',
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be POST. Also, maybe change the method name to postTransferFulfillment?

Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't this POST now?

Copy link
Contributor

Choose a reason for hiding this comment

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

Discussed with Stefan and we think it is better to use PUT for this. I have a ticket to update the ledger.

@MatthewPhinney
Copy link
Contributor

As discussed, we're going to keep fulfillment a put. So this LGTM.

sentientwaffle added a commit that referenced this pull request Feb 9, 2016
@sentientwaffle sentientwaffle merged commit 3a86f86 into master Feb 9, 2016
@emschwartz emschwartz deleted the fix/dj-fix-fulfillment branch February 9, 2016 21:56
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