Index: branches/fundraising/OWA/DonationInterface/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumn.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | // we only want to load this JS if the form is being rendered |
12 | 12 | $this->loadValidateJs(); // validation JS |
13 | 13 | |
14 | | - if(defined(OWA)){ |
| 14 | + if(defined('OWA')){ |
15 | 15 | $this->loadOwaJs(); |
16 | 16 | } |
17 | 17 | |
Index: branches/fundraising/OWA/DonationInterface/DonationInterface/payflowpro_gateway/forms/OneStepTwoColumn.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | |
18 | 18 | $this->loadApiJs(); // API/Ajax JS |
19 | 19 | |
20 | | - if(defined(OWA)){ |
| 20 | + if(defined('OWA')){ |
21 | 21 | $this->loadOwaJs(); |
22 | 22 | } |
23 | 23 | } |