Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit d70ec48

Browse files
committed
Set plugin integration name.
1 parent de7a11a commit d70ec48

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/Extension.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ class Extension extends AbstractPluginIntegration {
4545
* Construct Ninja Forms plugin integration.
4646
*/
4747
public function __construct() {
48-
parent::__construct();
48+
parent::__construct(
49+
array(
50+
'name' => __( 'WP eCommerce', 'pronamic_ideal' ),
51+
)
52+
);
4953

5054
// Dependencies.
5155
$dependencies = $this->get_dependencies();

0 commit comments

Comments
 (0)