organization · inferred from evidence
Airwallex
The organization maintaining the airwallex-payment-elements library and providing payment solutions.
- Airwallex redirectToCheckout produces "undefined" error on hosted payment page
Calling Airwallex.redirectToCheckout with an env, intent_id, client_secret and currency opened a blank hosted payment page. The URL contained /checkout/undefined, with the literal word undefined where the intent id should be. The payment in
- "export 'default' (imported as 'Airwallex') was not found in 'airwallex-payment-elements'"
Trying to use the Airwallex Payment Elements JS library (v0.2.103) with a default import, like `import Airwallex from 'airwallex-payment-elements'`, fails at build time. The bundler reports that the package has no default export. The report