toastr.init({
autoClose,
position,
type
});
toastr.success(template, {
autoClose: autoClose === 'false' ? false : autoClose,
position,
type,
title: "Payment Complete!!",
content: "Some toastr content!!",
theme: 'THEME_ONE/THEME_TWO'
});