Se agrega parametro de configuracion para ambiente en la pagina de

inicio
parent df764c12
......@@ -82,7 +82,7 @@
currency: "CLP",
payment_methods: ["credit-card"], // Payments Methods enabled
is_subscription: true, // Optional
inTestEnvironment: true,
inTestEnvironment: {{isTest}},
regional: false // Optional
});
</script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment