organization · inferred from evidence
Xendit
The organization behind the Xendit Python SDK.
- Creating Payment Request Using 3.0.0 SDK
How to fix creating Payment Request Using 3.0.0 SDK (Xendit). The verified answer from the upstream issue, distilled into steps.
- ErrorException Only variables should be passed by reference
How to errorException Only variables should be passed by reference. Verified in gh:xendit/xendit-php#226.
- Xendit Python: AttributeError EWallet has no attribute create_ewallet_charge
Conflicting EWallet classes in the SDK imports hid the create_ewallet_charge method. Fixed in xendit-python v0.2.2; upgrade, or import EWallet directly from xendit.models.ewallet.ewallet as a workaround.