Skip to content

Commit

Permalink
Update hooks/action docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Apr 22, 2024
1 parent 31f762c commit fab69e2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"phpmetrics/phpmetrics": "^2.8",
"pronamic/pronamic-cli": "^1.1",
"pronamic/wp-coding-standards": "^2.1",
"pronamic/wp-documentor": "^1.3",
"roots/wordpress": "^6.5",
"wordpress/sqlite-database-integration": "^2.1",
"wp-cli/wp-cli": "^2.3",
Expand Down
8 changes: 6 additions & 2 deletions docs/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,27 @@

### `pronamic_pay_webhook_log_payment`

*REST API Mollie payment webhook handler.*

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$payment` | |

Source: [src/WebhookController.php](../src/WebhookController.php), [line 202](../src/WebhookController.php#L202-L202)
Source: [src/WebhookController.php](../src/WebhookController.php), [line 150](../src/WebhookController.php#L150-L202)

### `pronamic_pay_webhook_log_payment`

*REST API Mollie order webhook handler.*

**Arguments**

Argument | Type | Description
-------- | ---- | -----------
`$payment` | |

Source: [src/WebhookController.php](../src/WebhookController.php), [line 262](../src/WebhookController.php#L262-L262)
Source: [src/WebhookController.php](../src/WebhookController.php), [line 210](../src/WebhookController.php#L210-L262)

## Filters

Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/wp-documentor/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"pronamic/wp-documentor": "dev-main"
"pronamic/wp-documentor": "^1.3"
}
}
21 changes: 9 additions & 12 deletions vendor-bin/wp-documentor/composer.lock

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

0 comments on commit fab69e2

Please sign in to comment.