Skip to content

Commit

Permalink
remove zero width space characters
Browse files Browse the repository at this point in the history
  • Loading branch information
yejia-stripe committed Mar 24, 2022
1 parent 2585c09 commit a7591b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/2020-08-27/PaymentIntents.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,12 +539,12 @@ declare module 'stripe' {
data: string;

/**
* ​​The image_url_png string used to render QR code
* The image_url_png string used to render QR code
*/
image_url_png: string;

/**
* ​​The image_url_svg string used to render QR code
* The image_url_svg string used to render QR code
*/
image_url_svg: string;
}
Expand Down

0 comments on commit a7591b9

Please sign in to comment.