mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Convert some constants to enums
This commit is contained in:
parent
06425d3dd6
commit
ee7c8343dd
52 changed files with 282 additions and 268 deletions
|
@ -65,12 +65,12 @@ function InsertTransaction($transactionId){
|
|||
if(!$exists){
|
||||
Db::Query('INSERT into PendingPayments
|
||||
(Created,
|
||||
ChannelId,
|
||||
Processor,
|
||||
TransactionId)
|
||||
values (utc_timestamp(),
|
||||
?,
|
||||
?)',
|
||||
[PAYMENT_CHANNEL_FA, $transactionId]);
|
||||
[PaymentProcessor::FracturedAtlas, $transactionId]);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue