organization · inferred from evidence
Airwallex
The organization maintaining the airwallex-payment-elements library and providing payment solutions.
- "export 'default' (imported as 'Airwallex') was not found in 'airwallex-payment-elements'"
The package has no default export in that version, so the default import fails. An Airwallex maintainer confirmed the fix: use the named imports instead. ```js import { redirectToCheckout, loadAirwallex } from 'airwallex-payment-elements';