hotfix-modify min settle

master
yixian 5 years ago
parent e67213fce2
commit 97d66f1554

@ -5,7 +5,7 @@
<parent>
<groupId>au.com.royalpay.payment</groupId>
<artifactId>payment-parent</artifactId>
<version>2.2.5</version>
<version>2.2.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>

@ -5058,7 +5058,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
if (client == null) {
throw new InvalidShortIdException();
}
clientModifySupport.processClientConfigModify(new ClientMinSettleModify(manager, clientMoniker, minSettle));
clientModifySupport.processClientModify(new ClientMinSettleModify(manager, clientMoniker, minSettle));
}
@Override

Loading…
Cancel
Save