prathamesh86A

Results 2 comments of prathamesh86A

> ```ts > Shopify.Webhooks.Registry.addHandlers({ > "CUSTOMERS_DATA_REQUEST": { > path: "/webhooks", > webhookHandler: processCustomersDataRequest, > }, > "CUSTOMERS_REDACT": { > path: "/webhooks", > webhookHandler: processCustomersRedact, > }, > "SHOP_REDACT": { >...

@unlocomqx and about the testing part do u have any idea how can i test it as i tested earlier but didnt got anything on my console there.... should i...