#include<iostream>
#include<string>
#include<conio.h>
#include<limits>
#include<Windows.h>
#include<fstream>
using namespace std;
void loading();
void convert(string& card_name);
void password();
int main()
{
int bank = 0 , card_type = 0, cvv, sum = 0;
string card_name, type, num, card_number;
int payment_method;
do
{
system(“color 3f”);
system(“color 3e”);
cout << “1 is a credit/debit card payment” <<endl;
cout << “2 is a FPX payment” << endl;
cout << “Please choose your payment method(1/2): “;
cin >> payment_method;
cout << endl;
while (cin.fail()) // This is for validation
{
cin.clear();
#undef max
cin.ignore(numeric_limits::max(), ‘n’);
cout << “You didn’t enter an integer. Enter: “;
cin >> payment_method;
}
if (payment_method == 1)
{
cout << “You will be forwarding to key in credit/debitcard detailsn”;
loading();
system(“@cls||clear”);
cout << “Please enter the card holder name: “;
cin >> card_name;
convert(card_name);
cout << card_name << endl;
cout << endl;
do
{
cout
PayPal Gateway not configured
PayPal Gateway not configured