Skip to content

Commit

Permalink
Add charge:pending
Browse files Browse the repository at this point in the history
  • Loading branch information
shakurov committed Oct 13, 2018
1 parent 55a35f9 commit 7a63541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/coinbase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// 'charge:confirmed' => \App\Jobs\CoinbaseWebhooks\HandleConfirmedCharge::class,
// 'charge:failed' => \App\Jobs\CoinbaseWebhooks\HandleFailedCharge::class,
// 'charge:delayed' => \App\Jobs\CoinbaseWebhooks\HandleDelayedCharge::class,
// 'charge:pending' => \App\Jobs\CoinbaseWebhooks\HandlePendingCharge::class,
],
'webhookModel' => Shakurov\Coinbase\Models\CoinbaseWebhookCall::class,
];

0 comments on commit 7a63541

Please sign in to comment.