first commit

This commit is contained in:
2026-03-05 13:07:40 +01:00
commit 64ba0721ee
25709 changed files with 4691006 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
/**
* File that define P24_Product_Keys class.
*
* @package Przelewy24
*/
defined( 'ABSPATH' ) || exit;
/**
* Class with keys for overwritten producs.
*/
class P24_Product_Keys {
const KEY_CURRENCY = 'currency';
const KEY_DEFAULT_CURRENCY_PRICE = 'default_currency_price';
const KEY_DEFAULT_CURRENCY_REGULAR_PRICE = 'default_currency_regular_price';
const KEY_DEFAULT_CURRENCY_SALE_PRICE = 'default_currency_sale_price';
}