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

[FEAT] Multipayment#12

Open
mbnakaya wants to merge 3 commits into
masterfrom
test/multipayment
Open

[FEAT] Multipayment#12
mbnakaya wants to merge 3 commits into
masterfrom
test/multipayment

Conversation

@mbnakaya

@mbnakaya mbnakaya commented Apr 27, 2018

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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