Skip to content

Commit

Permalink
Merge pull request #912 from stripe/richardm-autogen-nested
Browse files Browse the repository at this point in the history
Preserve backwards compat for typoed enum
  • Loading branch information
richardm-stripe authored Apr 3, 2020
2 parents 151c6b7 + 97b6b51 commit 8958cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/CustomerBalanceTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class CustomerBalanceTransaction extends ApiResource
const TYPE_INVOICE_TOO_SMALL = 'invoice_too_small';
const TYPE_UNSPENT_RECEIVER_CREDIT = 'unspent_receiver_credit';

const TYPE_ADJUSTEMENT = 'adjustment';

/**
* @return string the API URL for this balance transaction
*/
Expand Down

0 comments on commit 8958cfb

Please sign in to comment.