Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
PGarSol committed Feb 21, 2019
1 parent 82576d9 commit fc4a245
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/configuration.md
Expand Up @@ -21,4 +21,4 @@ In Paga+tarde admin panel, we can set the following options:
| Activate plugin | - Clicked => Module enabled<br/> - Not clicked => Módule disabled (Default)
| Public Key(*) | String you can get from your [Paga+Tarde profile](https://bo.pagamastarde.com/shop).
| Secret Key(*) | String you can get from your [Paga+Tarde profile](https://bo.pagamastarde.com/shop).
| Product Simulator | Choose if we want to use installments simulator inside product page, in positive case, you can chose the simulator type.
| Product Simulator | Choose if we want to use installments simulator inside product page.
1 change: 0 additions & 1 deletion controllers/paymentController.php
Expand Up @@ -413,7 +413,6 @@ public function process_payment($order_id)
*/
public function payment_fields()
{

$template_fields = array(
'public_key' => $this->pmt_public_key,
'total' => WC()->session->cart_totals['total'],
Expand Down

0 comments on commit fc4a245

Please sign in to comment.