Skip to content

Instantly share code, notes, and snippets.

@tylerhcarter
Last active August 29, 2015 14:05
Show Gist options
  • Save tylerhcarter/409ae61b21b992583810 to your computer and use it in GitHub Desktop.
Save tylerhcarter/409ae61b21b992583810 to your computer and use it in GitHub Desktop.
Payment Gateway Transition: Instant Gateway
<?php
class My_Gateway implements APP_Instant_Payment_Processor {
public function process() {
// ... processing instructions
}
public function form() {
// ... return form fields
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment