Skip to content
Snippets Groups Projects
Commit 8fb2e6d9 authored by mattwire's avatar mattwire
Browse files

With mjwshared 1.3 we don't need mjwpaymentapi extension

parent 74afb49f
Branches
Tags
1 merge request!241Stripe Import extension
......@@ -48,7 +48,6 @@ class CRM_Stripe_Check {
*/
public function checkRequirements() {
$this->checkExtensionMjwshared();
$this->checkExtensionMjwPaymentApi();
$this->checkExtensionFirewall();
$this->checkWebhooks();
$this->checkFailedPaymentIntents();
......
......@@ -13,8 +13,7 @@ Releases use the following numbering system:
### New Requirements
* mjwpaymentapi@0.2: https://lab.civicrm.org/extensions/mjwpaymentapi
* mjwshared@1.2.20.
* mjwshared@1.3.
### New Features
......
......@@ -27,7 +27,6 @@
</comments>
<requires>
<ext>mjwshared</ext>
<ext>mjwpaymentapi</ext>
<ext>firewall</ext>
</requires>
<civix>
......
......@@ -62,7 +62,6 @@ abstract class CRM_Stripe_BaseTest extends CiviUnitTestCase implements HeadlessI
*/
protected array $requiredExtensions = [
'mjwshared' => 'mjwshared',
'mjwpaymentapi' => 'mjwpaymentapi',
'firewall' => 'firewall',
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment