mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
update tbl_payment_gateway to support Stripe
This commit is contained in:
parent
4c65248823
commit
063ae834bc
3 changed files with 8 additions and 3 deletions
|
@ -679,5 +679,6 @@
|
|||
"Timeout_Duration": "Timeout Duration",
|
||||
"Enter_the_session_timeout_duration__minutes_": "Enter the session timeout duration (minutes)",
|
||||
"Idle_Timeout__Logout_Admin_if_Idle_for_xx_minutes": "Idle Timeout, Logout Admin if Idle for xx minutes",
|
||||
"Failed_to_create_transaction__please_tell_seller_": "Failed to create transaction, please tell seller."
|
||||
"Failed_to_create_transaction__please_tell_seller_": "Failed to create transaction, please tell seller.",
|
||||
"_": "-"
|
||||
}
|
|
@ -129,5 +129,9 @@
|
|||
"2024.7.24" : [
|
||||
"ALTER TABLE `tbl_voucher` ADD `used_date` DATETIME NULL DEFAULT NULL AFTER `status`;",
|
||||
"UPDATE `tbl_voucher` SET `used_date`=now() WHERE `status`=1;"
|
||||
],
|
||||
"2024.7.31" : [
|
||||
"ALTER TABLE `tbl_payment_gateway` CHANGE `gateway_trx_id` `gateway_trx_id` VARCHAR(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL;",
|
||||
"ALTER TABLE `tbl_payment_gateway` CHANGE `pg_url_payment` `pg_url_payment` VARCHAR(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL;"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue