@pelcro/react-pelcro-js 3.16.0-beta.1 → 3.16.0
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/dist/index.cjs.js +0 -1
- package/dist/index.esm.js +0 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -25390,7 +25390,6 @@ const GiftRedeemContainer = ({
|
|
|
25390
25390
|
if (!isAuthenticated()) {
|
|
25391
25391
|
switchView("register");
|
|
25392
25392
|
} else {
|
|
25393
|
-
console.log("Shaker");
|
|
25394
25393
|
window.Pelcro.subscription.redeemGift({
|
|
25395
25394
|
auth_token: window.Pelcro.user.read().auth_token,
|
|
25396
25395
|
gift_code: giftCode,
|
package/dist/index.esm.js
CHANGED
|
@@ -25360,7 +25360,6 @@ const GiftRedeemContainer = ({
|
|
|
25360
25360
|
if (!isAuthenticated()) {
|
|
25361
25361
|
switchView("register");
|
|
25362
25362
|
} else {
|
|
25363
|
-
console.log("Shaker");
|
|
25364
25363
|
window.Pelcro.subscription.redeemGift({
|
|
25365
25364
|
auth_token: window.Pelcro.user.read().auth_token,
|
|
25366
25365
|
gift_code: giftCode,
|