Changeset 3340994
- Timestamp:
- 08/07/2025 12:17:37 PM (8 months ago)
- File:
-
- 1 edited
-
lapinopay/trunk/includes/config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lapinopay/trunk/includes/config.php
r3324348 r3340994 16 16 'payment' => array( 17 17 'provider' => 'lapinopay', 18 'minimum_amount' => 20,18 'minimum_amount' => 10, 19 19 ), 20 20 … … 25 25 'allowed_origins' => array( 26 26 'https://www.lapinopay.com', // Development server 27 'http://localhost:8080', // Local WordPress server28 27 'https://lapinopay.com', // Production server 29 28 'https://api.lapinopay.com', // Production server
Note: See TracChangeset
for help on using the changeset viewer.