Skip to content

Instantly share code, notes, and snippets.

@NajeebArif
Created June 10, 2021 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NajeebArif/fd3e953ca0f9663693e3db1d20741110 to your computer and use it in GitHub Desktop.
Save NajeebArif/fd3e953ca0f9663693e3db1d20741110 to your computer and use it in GitHub Desktop.
public interface PaymentService {
CreatedOrder createOrder(Double totalAmount, URI returnUrl);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment