Plugin Directory

Changeset 3232475


Ignore:
Timestamp:
01/31/2025 08:35:38 AM (12 months ago)
Author:
elias.jnior
Message:

fix update 1.2.2

Location:
pagbank-for-woocommerce
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pagbank-for-woocommerce/tags/1.2.2/dist/admin/admin-settings.js

    r3232361 r3232475  
    77037703  };
    77047704  f.addEventListener("click", () => {
    7705     if (!e) {
     7705    if (e) {
    77067706      alert(
    77077707        "A conexão com o PagBank não está disponível em http://localhost. Você poderá utilizar uma URL como http://minhaloja.localhost ou conectar-se ao PagBank quando sua loja estiver disponível em um domínio público."
  • pagbank-for-woocommerce/trunk/dist/admin/admin-settings.js

    r3232361 r3232475  
    77037703  };
    77047704  f.addEventListener("click", () => {
    7705     if (!e) {
     7705    if (e) {
    77067706      alert(
    77077707        "A conexão com o PagBank não está disponível em http://localhost. Você poderá utilizar uma URL como http://minhaloja.localhost ou conectar-se ao PagBank quando sua loja estiver disponível em um domínio público."
Note: See TracChangeset for help on using the changeset viewer.