Yes. Its very worst kind of security expected from an payment processor if they cant gurantte that none other than you`ll b accessing your account.
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|