C++ program Write a function about LinkedList insert based onbelow requestment

template <class ItemType>
bool LinkedList<ItemType>::Insert(ItemType *obj)
{
Node *newNode = new Node();
ItemType *pItemData = new ItemType;
*pItemData = *obj;
newNode->data = pItemData;
bool Insert( ItemType *obj):
PayPal Gateway not configured
PayPal Gateway not configured