Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Extend from AbstractGatewayIntegration class.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 10, 2020
1 parent 6a6fbfa commit 2eb996f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Pronamic\WordPress\Pay\Gateways\TargetPay;

use Pronamic\WordPress\Pay\Gateways\Common\AbstractIntegration;
use Pronamic\WordPress\Pay\AbstractGatewayIntegration;

/**
* Title: TargetPay integration
Expand All @@ -14,7 +14,7 @@
* @version 2.0.3
* @since 1.0.0
*/
class Integration extends AbstractIntegration {
class Integration extends AbstractGatewayIntegration {
/**
* Construct TargetPay integration.
*
Expand Down

0 comments on commit 2eb996f

Please sign in to comment.