@henrylabs-interview/payment-processor 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ export async function renderEmbeddedCheckout(containerElementId, checkoutId, cal
33
33
  box-sizing: border-box;
34
34
  ">
35
35
  <h3 style="margin:0 0 20px 0; font-size:18px; font-weight:600; color:#111827;">
36
- Secure Checkout
36
+ "Secure" Checkout
37
37
  </h3>
38
38
 
39
39
  <div style="display:flex; flex-direction:column; gap:14px;">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henrylabs-interview/payment-processor",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",