@busha/ramp-web-sdk 0.1.2 → 0.1.4
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.
- package/README.md +3 -2
- package/dist/index.es.js +602 -602
- package/dist/index.umd.js +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -142,6 +142,7 @@ function App() {
|
|
|
142
142
|
| `amount` | `number` | ❌ | Pre-filled amount |
|
|
143
143
|
| `currency` | `string` | ❌ | Default currency (e.g., 'USD') |
|
|
144
144
|
| `cryptoCurrency` | `string` | ❌ | Default crypto currency (e.g., 'BTC') |
|
|
145
|
+
| `sandboxMode` | `boolean` | ❌ | Sandbox mode, defaults to false |
|
|
145
146
|
|
|
146
147
|
### Methods
|
|
147
148
|
|
|
@@ -161,7 +162,7 @@ function App() {
|
|
|
161
162
|
|
|
162
163
|
```bash
|
|
163
164
|
# Clone the repository
|
|
164
|
-
git clone https://github.com/
|
|
165
|
+
git clone https://github.com/bushaHQ/ramp-web-sdk.git
|
|
165
166
|
cd busha-ramp-web-sdk
|
|
166
167
|
|
|
167
168
|
# Install dependencies
|
|
@@ -234,7 +235,7 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
234
235
|
## 📞 Support
|
|
235
236
|
|
|
236
237
|
- **Documentation**: [https://docs.busha.co](https://docs.busha.co)
|
|
237
|
-
- **Issues**: [GitHub Issues](https://github.com/
|
|
238
|
+
- **Issues**: [GitHub Issues](https://github.com/bushaHQ/ramp-web-sdk/issues)
|
|
238
239
|
- **Email**: support@busha.co
|
|
239
240
|
|
|
240
241
|
## 🔗 Links
|