Skip to content

Instantly share code, notes, and snippets.

@aswinzz
Created January 25, 2019 18:04
Show Gist options
  • Save aswinzz/70ff680850dcbafb708c06f73cf08f2f to your computer and use it in GitHub Desktop.
Save aswinzz/70ff680850dcbafb708c06f73cf08f2f to your computer and use it in GitHub Desktop.
const validateOrder = require('./backend/validate-order').validateOrder;
const makePayment = require('./backend/payment').makePayment;
const restaurantApproval = require('./backend/restaurant-approval').restaurantApproval;
const assignAgent = require('./backend/agent-assignment').assignAgent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment