handleDeclinedTransaction method

dynamic handleDeclinedTransaction(
  1. dynamic response
)

Implementation

handleDeclinedTransaction(dynamic response) {
  removeVerifyTransactionUrl();
  printDev('Transacción rechazada.');
  throw Error();
}