After a transaction failure, after you been redirected to the previous pane, a php error is shown :
Notice: Undefined index: txn_type in commerce_payleap_transaction_process() (line 457 of /path/to/drupal/sites/all/modules/commerce_payleap/commerce_payleap.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | commerce_payleap-Fix_txn_type_check-1890288-1.patch | 869 bytes | bennetteson |
Comments
Comment #1
bennetteson commentedFixed.
We have to check the transaction type before checking the direct transaction type.
Please review.
Comment #2
guguss commentedSeems to work fine !
Comment #3
bennetteson commentedCommitied here