Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Jan 19, 2019
1 parent fd7e859 commit 5ea3e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Events.php
Expand Up @@ -28,21 +28,21 @@ class Events
const PAY_STARTING = 'yansongda.pay.starting';

/**
* Before pay.
* Pay started.
*
* @Event("Yansongda\Pay\Events\PayStarted")
*/
const PAY_STARTED = 'yansongda.pay.started';

/**
* Paying.
* Api requesting.
*
* @Event("Yansongda\Pay\Events\ApiRequesting")
*/
const API_REQUESTING = 'yansongda.pay.api.requesting';

/**
* Paid.
* Api requested.
*
* @Event("Yansongda\Pay\Events\ApiRequested")
*/
Expand Down

0 comments on commit 5ea3e62

Please sign in to comment.