Created
August 5, 2013 20:02
-
-
Save centerax/6159087 to your computer and use it in GitHub Desktop.
PayPal Hosted PRO with Sage Pay Suite - OneStepCheckout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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