Skip to content
Snippets Groups Projects
Commit 59f38244 authored by DaveD's avatar DaveD
Browse files

typo

parent 0692ecfe
Branches
Tags
1 merge request!245[NFC] Typo in basetest
......@@ -68,7 +68,7 @@ abstract class CRM_Stripe_BaseTest extends \PHPUnit\Framework\TestCase implement
if (!is_dir(__DIR__ . '/../../../../../mjwshared')) {
civicrm_api3('Extension', 'download', ['key' => 'mjwshared']);
}
if (!is_dir(__DIR__ . '/../../../../../mjwshared')) {
if (!is_dir(__DIR__ . '/../../../../../mjwpaymentapi')) {
civicrm_api3('Extension', 'download', ['key' => 'mjwpaymentapi']);
}
if (!is_dir(__DIR__ . '/../../../../../firewall')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment