Skip to content

Instantly share code, notes, and snippets.

@centerax
Created August 5, 2013 20:02
Show Gist options
  • Save centerax/6159087 to your computer and use it in GitHub Desktop.
Save centerax/6159087 to your computer and use it in GitHub Desktop.
PayPal Hosted PRO with Sage Pay Suite - OneStepCheckout
//Before 'if(!this.isSagePay()) {' add
if(this.getPaymentMethod() == "hosted_pro") {
submitOsc($('onestepcheckout-form'), location.href, 'Please wait, processing your order...', SuiteConfig.getConfig('global', 'osc_loading_image'));
window._sagepayprocessingorder = false;
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment