Skip to content

Commit

Permalink
Merge upstream and update generated code for v528
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 14, 2023
2 parents 63c6922 + 67c1edc commit 5f7ffe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v526
v528
6 changes: 1 addition & 5 deletions lib/Issuing/CardDesign.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @property null|string $lookup_key A lookup key used to retrieve card designs dynamically from a static string. This may be up to 200 characters.
* @property \Stripe\StripeObject $metadata Set of <a href="https://stripe.com/docs/api/metadata">key-value pairs</a> that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
* @property null|string $name Friendly display name.
* @property string $preference Whether this card design is used to create cards when one is not specified.
* @property \Stripe\StripeObject $preferences
* @property \Stripe\StripeObject $rejection_reasons
* @property string $status Whether this card design can be used to create cards.
*/
Expand All @@ -28,10 +28,6 @@ class CardDesign extends \Stripe\ApiResource
use \Stripe\ApiOperations\Retrieve;
use \Stripe\ApiOperations\Update;

const PREFERENCE_DEFAULT = 'default';
const PREFERENCE_NONE = 'none';
const PREFERENCE_PLATFORM_DEFAULT = 'platform_default';

const STATUS_ACTIVE = 'active';
const STATUS_INACTIVE = 'inactive';
const STATUS_REJECTED = 'rejected';
Expand Down

0 comments on commit 5f7ffe8

Please sign in to comment.