Skip to content

Commit

Permalink
Merge pull request #645 from stripe/ob-609
Browse files Browse the repository at this point in the history
Fix constant for payment_intent.payment_failed
  • Loading branch information
ob-stripe authored May 1, 2019
2 parents 60335d5 + 0805a49 commit baec667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Event extends ApiResource
const ORDER_RETURN_CREATED = 'order_return.created';
const PAYMENT_INTENT_AMOUNT_CAPTURABLE_UPDATED = 'payment_intent.amount_capturable_updated';
const PAYMENT_INTENT_CREATED = 'payment_intent.created';
const PAYMENT_INTENT_FAILED = 'payment_intent.failed';
const PAYMENT_INTENT_PAYMENT_FAILED = 'payment_intent.payment_failed';
const PAYMENT_INTENT_SUCCEEDED = 'payment_intent.succeeded';
const PAYOUT_CANCELED = 'payout.canceled';
const PAYOUT_CREATED = 'payout.created';
Expand Down

0 comments on commit baec667

Please sign in to comment.