BUG
-
The one problem I found in this plugin is, after payment from CCavenue, the plugin failed to notify the user about the status of the payment instead it showed a blank page.
I found the bug in line 74:
$this->notify_url = str_replace( ‘https:’, ‘http:’, home_url( ‘/wc-api/WC_nilesh_Ccave’ ) );Because I had changed the permalink options in my Windows server, i had to change this line to
$this->notify_url = str_replace( ‘https:’, ‘http:’, home_url( ‘index.php/wc-api/WC_nilesh_Ccave’ ) );and all things are working fine now..
Please fix this issue in the later updates..
Except this issue plugin is working fine.. Great work!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘BUG’ is closed to new replies.