+ Reply to Thread
Results 1 to 6 of 6

Thread: Bank transfer payment gateway problem

  1. #1

    Bank transfer payment gateway problem

    It seems deleting the transactions or payment details in the admin backend doesn't work. Can someone test and confirm?

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    1. Deleting the transactions works fine for us.
    2. We have found the problem in deleting payment details. You can fix it the following way:

    - open file: plugins/bankWireTransfer/rlBankWireTransfer.class.php;
    - go to method ajaxDeleteItem();
    - find this code:

    PHP Code:
    Only registered members can view the code
    and replace it to:

    PHP Code:
    Only registered members can view the code

  3. #3
    Hello Vladimir, yes, this would definitely work better. But shouldn't

    Code:
    Only registered members can view the code.
    also be:

    Code:
    Only registered members can view the code.

  4. #4
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    $sql = "DELETE FROM `".RL_DBPREFIX."bwt_transactions` WHERE `Txn_ID` = '{$txn['Txn_ID']}' LIMIT 1";
    What do you mean? We remove a transaction in a different way.

  5. #5
    Could be, sorry...I see there are two tables, _transactions and _bwt_transactions.

  6. #6
    Bank Transfer Payment Gateway no show items in the Transaction Manager

    After of make one pay with Bank Transfer, I go in to Transaction Manager but this it no show the item.

    I review in the data base and I see the items

    Somebody would help me please?

+ Reply to Thread