You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
might need to change the service pattern that pay is using
some boilerplate like this, redundant code might need to change:
@service_fee_client.setter
def service_fee_client(self, value: str):
"""Set the service_fee_client."""
self._service_fee_client = value
@service_fee_distribution_code_id.setter
def service_fee_distribution_code_id(self, value: int):
"""Set the service_fee_distribution_code_id."""
self._service_fee_distribution_code_id = value
self._dao.service_fee_distribution_code_id = value
The text was updated successfully, but these errors were encountered:
checked api post/patch request response version relate to eft_short_names, account_fees, cfs_accounts, refund_partial, payment_accounts, distribution_codes. all of versions increase by one for each request, except refund_partial, it got 500 error:
test versioning table
might need to change the service pattern that pay is using
some boilerplate like this, redundant code might need to change:
@service_fee_client.setter
def service_fee_client(self, value: str):
"""Set the service_fee_client."""
self._service_fee_client = value
@service_fee_distribution_code_id.setter
def service_fee_distribution_code_id(self, value: int):
"""Set the service_fee_distribution_code_id."""
self._service_fee_distribution_code_id = value
self._dao.service_fee_distribution_code_id = value
The text was updated successfully, but these errors were encountered: