# Migration v47

Breaking change: this package no longer requires a `sendConfirmationEmail` value when calling `createSubscription` and will not respond to it if it is submitted.


## What do you need to do
Remove `sendConfirmationEmail` argument when calling `createSubscription` so as to prevent confusion of it being ineffectual.

