Eileen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/240927

Change subject: T99836 Civi46 update refund test for changed parameter
......................................................................

T99836 Civi46 update refund test for changed parameter

The name of the parameter to check has changed from contribution_type to 
financial_type

Change-Id: I119c8be9fa32ff589a714ef829d0c6d06673e58a
---
M sites/all/modules/wmf_civicrm/tests/phpunit/RefundTest.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm 
refs/changes/27/240927/1

diff --git a/sites/all/modules/wmf_civicrm/tests/phpunit/RefundTest.php 
b/sites/all/modules/wmf_civicrm/tests/phpunit/RefundTest.php
index ec79e91..2fb0d13 100644
--- a/sites/all/modules/wmf_civicrm/tests/phpunit/RefundTest.php
+++ b/sites/all/modules/wmf_civicrm/tests/phpunit/RefundTest.php
@@ -104,7 +104,7 @@
         ) );
         $contribution = array_pop( $results['values'] );
 
-        $this->assertEquals( 'Chargeback', $contribution['contribution_type'],
+        $this->assertEquals( 'Chargeback', $contribution['financial_type'],
             'Refund contribution has correct type' );
     }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/240927
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I119c8be9fa32ff589a714ef829d0c6d06673e58a
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Eileen <emcnaugh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to