Skip to content

Instantly share code, notes, and snippets.

@jedateach
Created April 3, 2012 03:24
Show Gist options
  • Save jedateach/2289054 to your computer and use it in GitHub Desktop.
Save jedateach/2289054 to your computer and use it in GitHub Desktop.
Payment
<?php
//
$payment->returnTo($controller,$action,$id);
$payment->process();
class PaymentGatewayController extends Controller{
function success(){
//get payment
//update status
//redirect to appropriate place
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment