Bug 23805: Update 'Pay' to 'PAYMENT' for consistency
[koha.git] / t / db_dependent / api / v1 / patrons_accounts.t
index a9d2369..6921931 100644 (file)
@@ -113,7 +113,7 @@ subtest 'get_balance() tests' => sub {
             note         => 'He paid!',
             description  => 'Finally!',
             library_id   => $patron->branchcode,
-            account_type => 'Pay',
+            account_type => 'PAYMENT',
             offset_type  => 'Payment'
         }
     );