From 66eca8aab7396c70b4494f27d3d5ee8f91b814d4 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 14 Mar 2021 09:58:12 -0700 Subject: [PATCH] Update python/gnucash_business.py to reflect rename of gncOwnerApplyPayment. Made 3 years ago. --- bindings/python/gnucash_business.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/gnucash_business.py b/bindings/python/gnucash_business.py index e3aaa51ce0..a8f79e7128 100644 --- a/bindings/python/gnucash_business.py +++ b/bindings/python/gnucash_business.py @@ -248,7 +248,7 @@ methods_return_instance_lists( # Customer Customer.add_constructor_and_methods_with_prefix('gncCustomer', 'Create') -Customer.add_method('gncOwnerApplyPayment', 'ApplyPayment') +Customer.add_method('gncOwnerApplyPaymentSecs', 'ApplyPayment') customer_dict = { 'GetAddr' : Address,