-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
category: engineeringFor product engineering, architecture work, tech debt and so on.For product engineering, architecture work, tech debt and so on.component: checkoutIssues related to CheckoutIssues related to Checkoutfocus: checkout payments
Description
In https://github.com/Automattic/woocommerce-payments/blob/master/client/checkout/classic/index.js there are various instances where async
functions should be used, now that the file is compiled/transpiled with webpack and Babel.
For some reason I could not get babel to transform async
calls to Promises for backwards compatibility. We should figure out how to fix it and do it.
Metadata
Metadata
Assignees
Labels
category: engineeringFor product engineering, architecture work, tech debt and so on.For product engineering, architecture work, tech debt and so on.component: checkoutIssues related to CheckoutIssues related to Checkoutfocus: checkout payments