Were there additional changes to the api/payments modules? or am I not calling can delete right? I do not want orders to be deleted and I was under the impression that if a payment had been received it would not be deleteable, but i was able to a minute ago.
case 'can_delete':
return false;
break;
