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
LinkedTransaction API response source_transaction_type_code contained "RECEIPT", but the Python SDK only accepts these exact values: 'ACCPAY', 'SPEND', 'None' #206
According to Xero docs, this should only be ACCPAY (invoice) or SPEND (bank transaction)
I have been forced to monkey patch the SDK. Xero team can contact me to get the Tenant ID that generates the API response that the SDK rejects.