@transak/transak-sdk
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -1323,8 +1323,8 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.TransakSDK = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ | ||
FRONTEND: 'https://global-stg.transak.com', | ||
BACKEND: 'https://staging-api.transak.com/api/v1', | ||
BACKEND: 'https://api-stg.transak.com/api/v2', | ||
NAME: 'STAGING' | ||
}, | ||
LOCAL_DEVELOPMENT: { | ||
FRONTEND: 'http://localhost:3000', | ||
BACKEND: 'http://localhost:8292/api/v2', | ||
FRONTEND: 'http://localhost:5005', | ||
BACKEND: 'https://api-stg.transak.com/api/v2', | ||
NAME: 'LOCAL_DEVELOPMENT' | ||
@@ -1331,0 +1331,0 @@ }, |
{ | ||
"name": "@transak/transak-sdk", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Transak SDK that allows you to easily integrate the fiat on/ramp", | ||
@@ -5,0 +5,0 @@ "main": "dist/sdk.js", |
@@ -20,3 +20,3 @@ # Transak SDK | ||
For the advance customization, view | ||
our [query parameter documentation.](https://integrate.transak.com/Query-Parameters-9ec523df3b874ec58cef4fa3a906f238) | ||
our [query parameter documentation.](https://docs.transak.com/docs/query-parameters) | ||
@@ -58,2 +58,2 @@ ### Example usage | ||
For in-depth instructions on integrating Transak, view [our complete documentation.](https://integrate.transak.com) | ||
For in-depth instructions on integrating Transak, view [our complete documentation.](https://docs.transak.com) |
@@ -5,8 +5,8 @@ export default { | ||
FRONTEND: 'https://global-stg.transak.com', | ||
BACKEND: 'https://staging-api.transak.com/api/v1', | ||
BACKEND: 'https://api-stg.transak.com/api/v2', | ||
NAME: 'STAGING' | ||
}, | ||
LOCAL_DEVELOPMENT: { | ||
FRONTEND: 'http://localhost:3000', | ||
BACKEND: 'http://localhost:8292/api/v2', | ||
FRONTEND: 'http://localhost:5005', | ||
BACKEND: 'https://api-stg.transak.com/api/v2', | ||
NAME: 'LOCAL_DEVELOPMENT' | ||
@@ -13,0 +13,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62847