Skip to content

Commit

Permalink
Fix constant for payment_intent.payment_failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe committed Apr 30, 2019
1 parent 60335d5 commit 0805a49
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 0805a49

Please sign in to comment.