Skip to content

Instantly share code, notes, and snippets.

@sahoosunilkumar
Created March 16, 2019 09:02
Show Gist options
  • Save sahoosunilkumar/28fcf63508d2df3738372b36352981d5 to your computer and use it in GitHub Desktop.
Save sahoosunilkumar/28fcf63508d2df3738372b36352981d5 to your computer and use it in GitHub Desktop.
MakePaymentApproach1
public class MakePayment {
public static void main(String args[]) {
//Pay using paytm
Payment payment = new Payment();
payment.pay();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment