Skip to content

Commit

Permalink
Extend from abstract integration class.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 19, 2015
1 parent 27e0976 commit 4749023
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 8 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -28,7 +28,8 @@
},
"require": {
"php": ">=5.2.4",
"wp-pay/core": "dev-develop"
"wp-pay/core": "dev-develop",
"wp-pay-gateways/common": "dev-develop"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
Expand Down
70 changes: 64 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Integration.php
@@ -1,6 +1,6 @@
<?php

class Pronamic_WP_Pay_Gateways_Buckaroo_Integration {
class Pronamic_WP_Pay_Gateways_Buckaroo_Integration extends Pronamic_WP_Pay_Gateways_AbstractIntegration {
public function __construct() {
$this->id = 'buckaroo';
$this->name = 'Buckaroo - HTML';
Expand Down

0 comments on commit 4749023

Please sign in to comment.