Skip to content

Commit

Permalink
Add test for payment_instrument_id
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Jul 25, 2017
1 parent 65c47e0 commit 1cf4537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/CRM/Core/Payment/PayPalProIPNTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public function testIPNPaymentRecurSuccess() {
));
$this->assertEquals(2, $contribution['count']);
$this->assertEquals('secondone', $contribution['values'][1]['trxn_id']);
$this->assertEquals('Debit Card', $contribution['values'][1]['payment_instrument_id']);
}

/**
Expand Down

0 comments on commit 1cf4537

Please sign in to comment.