We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95acd20 commit 5bab1f1Copy full SHA for 5bab1f1
Metadata/js/omnipay_PaypalRest.js
@@ -3,6 +3,11 @@
3
var form = $('#billing-payment-block').closest('form');
4
var qfKey = $('[name=qfKey]', form).val();
5
6
+ if (typeof CRM.vars.omnipay === 'undefined') {
7
+ console.log('CRM.vars.omnipay not defined! Not a Omnipay processor?');
8
+ return;
9
+ }
10
+
11
function renderPaypal() {
12
paypal.Buttons({
13
0 commit comments