Skip to content

Commit

Permalink
Merge pull request #886 from stripe/remi/codegen-40a20cd
Browse files Browse the repository at this point in the history
Add support for listing Checkout `Session`
  • Loading branch information
remi-stripe authored Feb 26, 2020
2 parents 9f36935 + b0896c1 commit b5791b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/Checkout/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class Session extends \Stripe\ApiResource
{
const OBJECT_NAME = 'checkout.session';

use \Stripe\ApiOperations\All;
use \Stripe\ApiOperations\Create;
use \Stripe\ApiOperations\Retrieve;

Expand Down
2 changes: 1 addition & 1 deletion lib/Issuing/Dispute.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @property \Stripe\StripeObject $evidence
* @property bool $livemode Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
* @property \Stripe\StripeObject $metadata Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
* @property string $reason Reason for this dispute. One of <code>fraudulent</code> or <code>other</code>.
* @property string $reason Reason for this dispute. One of <code>duplicate</code>, <code>product_not_received</code>, <code>fraudulent</code>, or <code>other</code>.
* @property string $status Current status of dispute. One of <code>unsubmitted</code>, <code>under_review</code>, <code>won</code>, or <code>lost</code>.
*/
class Dispute extends \Stripe\ApiResource
Expand Down

0 comments on commit b5791b2

Please sign in to comment.