Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
bosunolanrewaju committed May 15, 2017
2 parents 045d052 + c963b52 commit 0c909c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ravepaymentgateway/controllers/front/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function postProcess()

private function _fetchTransaction($txRef, $secretKey) {

$URL = $this->context->cookie->base_url . "flwv3-pug/getpaidx/api/verify";
$URL = $this->context->cookie->base_url . "/flwv3-pug/getpaidx/api/verify";
$data = http_build_query(array(
'tx_ref' => $txRef,
'SECKEY' => $secretKey
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Rave is available in:

Safety Measure: Please make a backup of your website before installing any 3rd party module on your Prestashop site.

* Download the payment module to your computer from [here](https://github.com/bosunolanrewaju/prestashop-rave-payment-module/releases/download/ravepaymentgateway/ravepaymentgateway.zip).
* Download the payment module to your computer from [here](https://github.com/bosunolanrewaju/prestashop-rave-payment-module/releases/download/v0.1.1/ravepaymentgateway.zip).
* Unzip (Extract) the content of the zip and copy the __ravepaymentgateway__ folder into your __Prestashop__ > __modules__ folder.
* Login to your Back Office.
* Go to "Modules and Services" in the menu, and search for __Rave Payment Gateway__ module.
Expand Down

0 comments on commit 0c909c2

Please sign in to comment.