Skip to content

Instantly share code, notes, and snippets.

@ramon-src
Created November 21, 2019 00:05
Show Gist options
  • Save ramon-src/e6e08029f4feefd03fb3826688471417 to your computer and use it in GitHub Desktop.
Save ramon-src/e6e08029f4feefd03fb3826688471417 to your computer and use it in GitHub Desktop.
// Removeremos essas duas condições da classe Pagamento
if (tipoPagamento == "Cartão de Débito"){
print("debita sem taxa");
}
if (tipoPagamento == "Cartão de Crédito"){
print("debita com taxa");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment