Skip to content

Commit

Permalink
Helpers (#24)
Browse files Browse the repository at this point in the history
* Additional payment method provider input

* Support helpers v2
  • Loading branch information
bajb authored Jul 29, 2020
1 parent 27fdba5 commit 97184dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "fortifi/webhooks",
"description": "Fortifi Webhooks",
"homepage": "http://fortifi.co/",
"license": "MIT",
"homepage": "http://fortifi.io/",
"require": {
"packaged/helpers": "~1.0"
"packaged/helpers": "~1.0||~2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5"
Expand Down
2 changes: 2 additions & 0 deletions src/Payloads/PaymentAccount/PaymentAccountWHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ abstract class PaymentAccountWHP extends DataNodeWHP
public $methodProvider;
public $methodInputType;
public $methodScheme;
public $methodProvider;
public $methodInputType;
public $expiryDate;
public $accountHolder;
public $issuerName;
Expand Down

0 comments on commit 97184dc

Please sign in to comment.