Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
bug fixes
button template
language additions
images additions
better redirects
easier to read javascript code
  • Loading branch information
obuisard committed Sep 19, 2019
1 parent 113bd31 commit 1066694
Show file tree
Hide file tree
Showing 9 changed files with 283 additions and 171 deletions.
7 changes: 7 additions & 0 deletions en-GB.plg_payperdownloadplus_paystackpay.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
; Copyright (C) Adedayo Adeniyi
; License GNU General Public License version 3 or later; see LICENSE.txt

COM_PAYSTACKPAY_SETTINGS="Setting"
COM_PAYSTACKPAY_TEST_PUBLIC_KEY="Test Public Key"
COM_PAYSTACKPAY_TEST_PUBLIC_KEY_DESC="Test Public API Key"
Expand All @@ -17,3 +20,7 @@ COM_PAYSTACKPAY_EXTRA_TYPE="Paystack Extra charges type"
COM_PAYSTACKPAY_EXTRACHARGESDESC="Push the charges as a percentage of the total, or as a fixed amount"
COM_PAYSTACKPAY_EXTRA_VALUE="Paystack Extra charges value"
COM_PAYSTACKPAY_EXTRACHARGE_VALUEDESC="The value of the extra charges"

; front

PLG_PAYPERDOWNLOADPLUS_PAYSTACKPAY_PAYWITHPAYSTACK="Pay with PayStack"
5 changes: 5 additions & 0 deletions en-GB.plg_payperdownloadplus_paystackpay.sys.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
; Copyright (C) Adedayo Adeniyi
; License GNU General Public License version 3 or later; see LICENSE.txt

PLG_PAYPERDOWNLOADPLUS_PAYSTACKPAY="PayStackPay"
PLG_PAYPERDOWNLOADPLUS_PAYSTACKPAY_XML_DESCRIPTION="Paystack payment gateway plugin for the Pay Per Download Plus component<br /><br /><img src='../plugins/payperdownloadplus/paystackpay/images/paystack_dark_200.png' style='float: none' />"
1 change: 1 addition & 0 deletions images/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><title></title>
Binary file added images/paystack_dark_200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><title></title>
Loading

0 comments on commit 1066694

Please sign in to comment.