@codesinger0/shared-components 1.1.96 → 1.1.97

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.
@@ -164,7 +164,7 @@ const OrderForm = ({
164
164
  'Content-Type': 'application/json'
165
165
  },
166
166
  body: JSON.stringify({
167
- businessName: 'confectioneryShop',
167
+ businessName,
168
168
  operation: 'createPaymentLink',
169
169
  customerName: orderData.customerName,
170
170
  customerPhone: orderData.customerPhone,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.96",
3
+ "version": "1.1.97",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [