Skip to content

Commit

Permalink
API Updates (#1623)
Browse files Browse the repository at this point in the history
Codegen for openapi v210
  • Loading branch information
pakrym-stripe committed Nov 17, 2022
1 parent 250a35f commit bf27901
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
@@ -1 +1 @@
v209
v210
9 changes: 7 additions & 2 deletions types/2022-11-15/PaymentIntents.d.ts
Expand Up @@ -800,12 +800,12 @@ declare module 'stripe' {
hosted_instructions_url: string;

/**
* The image_url_png string used to render QR code, can be used as <img src="…" />
* The PNG path used to render the QR code, can be used as the source in an HTML img tag
*/
image_url_png: string;

/**
* The image_url_svg string used to render QR code, can be used as <img src="…" />
* The SVG path used to render the QR code, can be used as the source in an HTML img tag
*/
image_url_svg: string;
}
Expand Down Expand Up @@ -851,6 +851,11 @@ declare module 'stripe' {
*/
data: string;

/**
* The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code.
*/
hosted_instructions_url: string;

/**
* The base64 image data for a pre-generated QR code
*/
Expand Down

0 comments on commit bf27901

Please sign in to comment.