Plugin Directory

Changeset 2912630


Ignore:
Timestamp:
05/15/2023 05:51:49 PM (3 years ago)
Author:
fpaygateway
Message:

upload 2.5.7-a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fpay-gateway/trunk/.env.example

    r2901917 r2912630  
    22
    33# Version
    4 FPAY_PLUGIN_VERSION='2.5.4'
     4FPAY_PLUGIN_VERSION='2.5.7'
    55
    66# BASE URLS
     
    2727FPAY_SUPPORTED_COUNTRIES=CL,PE
    2828FPAY_SUPPORTED_CURRENCIES=CLP,PEN
     29FPAY_DECIMALS="2"
    2930
    3031# PLUGIN GATEWAY VARIABLES
     
    3536FPAY_DESCRIPTION='Acumulas 10% extra en CMR puntos.'
    3637FPAY_LOGGER_NAME='fpay-logger'
    37 FPAY_META_DATA_KEY='fpay_meta_data'
    3838FPAY_PLUGIN_NUMBER=''
    3939FPAY_SUCCESS_API_NAME='fpay_payment_success'
     
    4242
    4343#/*
    44 # For the file to connect to woocommerce
     44# For the file to connect to woocommerce --test
    4545#*/
    4646FPAY_PLUGIN_PREFIX='fpay'
     
    4848FPAY_GATEWAY_PATH='Fpay\Woocommerce\FpayGatewayImpl'
    4949FPAY_GATEWAY_CLASS_NAME='FpayGatewayImpl'
     50
    5051
    5152#/*
Note: See TracChangeset for help on using the changeset viewer.