Skip to content

Commit

Permalink
accept yii response (which also accepts Crafts)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Dec 9, 2019
1 parent 9ebe5b6 commit 50f509c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/webhook/AbstractWebhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

use Craft;
use craft\helpers\Json;
use craft\web\Response;
use flipbox\craft\stripe\connections\ConnectionInterface;
use flipbox\craft\stripe\events\ReceiveWebhookEvent;
use flipbox\craft\stripe\Stripe;
use Stripe\Event;
use yii\base\Action;
use yii\web\Response;

abstract class AbstractWebhook extends Action
{
Expand Down

0 comments on commit 50f509c

Please sign in to comment.