Bill Curtis
Bill Curtis
Ember [FastBoot](https://github.com/tildeio/ember-cli-fastboot) is still super beta, but wanted to get the conversation started about what it might take to add FastBoot support to this buildpack. Has anyone played around with...
Without async webhooks, this module is pretty much a no-go for production shops - the dependency on third party systems is just too risky to do synchronously. The best practice...
There's no native `customer_create_after` event in magento so we'll have to use the `customer_save_after` and check if the object is new or not.
Right now serializing the payload of the webhook is super basic, just calling getData() on the model. This is all kinds of bad because it will expose sensitive information like...