Forráskód Böngészése

docs(payments-plugin): Fix stripe docs code block

Michael Bromley 2 éve
szülő
commit
a4ad914b13
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      packages/payments-plugin/src/stripe/types.ts

+ 1 - 0
packages/payments-plugin/src/stripe/types.ts

@@ -59,6 +59,7 @@ export interface StripePluginOptions {
      *     }),
      *   ],
      * };
+     * ```
      *
      * Note: If the `paymentIntentCreateParams` is also used and returns a `metadata` key, then the values
      * returned by both functions will be merged.