coinley-checkout 0.4.3 → 0.4.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.
@@ -19052,7 +19052,7 @@ const sendAlgorandAssetTransaction = (walletConnection, tokenConfig, toAddress,
|
|
19052
19052
|
let apiConfig = {
|
19053
19053
|
apiKey: null,
|
19054
19054
|
apiSecret: null,
|
19055
|
-
apiUrl: "
|
19055
|
+
apiUrl: "https://coinleyserver-production.up.railway.app",
|
19056
19056
|
merchantWalletAddresses: {}
|
19057
19057
|
// Object for multi-network support
|
19058
19058
|
};
|
@@ -19297,7 +19297,7 @@ const useCoinley = () => useContext(CoinleyContext);
|
|
19297
19297
|
const CoinleyProvider = ({
|
19298
19298
|
apiKey,
|
19299
19299
|
apiSecret,
|
19300
|
-
apiUrl = "
|
19300
|
+
apiUrl = "https://coinleyserver-production.up.railway.app",
|
19301
19301
|
merchantWalletAddress = null,
|
19302
19302
|
// New prop for merchant wallet address
|
19303
19303
|
merchantSolWalletAddress = null,
|
@@ -21636,7 +21636,7 @@ const CoinleyCheckout = forwardRef(({
|
|
21636
21636
|
});
|
21637
21637
|
CoinleyCheckout.displayName = "CoinleyCheckout";
|
21638
21638
|
const DEFAULT_CONFIG = {
|
21639
|
-
apiUrl: "
|
21639
|
+
apiUrl: "https://coinleyserver-production.up.railway.app",
|
21640
21640
|
debug: false,
|
21641
21641
|
testMode: false,
|
21642
21642
|
theme: "light",
|