Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

[FEAT] Multipayment #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

[FEAT] Multipayment #12

wants to merge 3 commits into from

Conversation

mbnakaya
Copy link

@mbnakaya mbnakaya commented Apr 27, 2018

Description

Adds features of multipayment endpoint:

  • create
    • credit card
    • boleto
    • online debit
  • get

Tasks

  • create the controller
  • create the models
  • write tests to the implemented features
  • document the examples

}
}

public Models.EscrowResponse ReleaseEscrow(string escrowId)
Copy link
Contributor

Choose a reason for hiding this comment

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

Por que a parte de Escrow está dentro do controller de Multipayment?

Copy link
Author

Choose a reason for hiding this comment

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

Eu segui a implementação do PaymentsController.

Copy link
Contributor

Choose a reason for hiding this comment

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

Acho que faz sentido criar um outro controller só pra escrows

}
}

public Models.EscrowResponse ReleaseEscrow(string escrowId)
Copy link
Contributor

Choose a reason for hiding this comment

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

Acho que faz sentido criar um outro controller só pra escrows

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants