Plugin Directory

Changeset 3340994


Ignore:
Timestamp:
08/07/2025 12:17:37 PM (8 months ago)
Author:
lapinopay
Message:

update config.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lapinopay/trunk/includes/config.php

    r3324348 r3340994  
    1616    'payment' => array(
    1717        'provider' => 'lapinopay',
    18         'minimum_amount' => 20,
     18        'minimum_amount' => 10,
    1919    ),
    2020
     
    2525        'allowed_origins' => array(
    2626            'https://www.lapinopay.com', // Development server
    27             'http://localhost:8080', // Local WordPress server
    2827            'https://lapinopay.com', // Production server
    2928            'https://api.lapinopay.com', // Production server
Note: See TracChangeset for help on using the changeset viewer.