You are here

public function Braintree_Transaction::isEqual in Commerce Braintree 7

File

braintree_php/lib/Braintree/Transaction.php, line 556

Class

Braintree_Transaction
Creates and manages transactions

Code

public function isEqual($otherTx) {
  return $this->id === $otherTx->id;
}