From b8832109e1d68c059dd50b98c75971d2b7a8bad0 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 7 Nov 2017 08:44:37 +0100 Subject: [PATCH] [FIX] contract_payment_auto: Fix RST syntax --- contract_payment_auto/README.rst | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/contract_payment_auto/README.rst b/contract_payment_auto/README.rst index 160757bf..5edc2582 100644 --- a/contract_payment_auto/README.rst +++ b/contract_payment_auto/README.rst @@ -24,13 +24,19 @@ Automatic Payment Settings The following settings are available at both the contract and contract template level: -| Name | Description | -|------|-------------| -| Invoice Message | Message template that is used to send invoices to customers upon creation. | -| Payment Retry Message | Message template that is used to alert a customer that their automatic payment failed for some reason and will be retried. | -| Payment Fail Message | Message template that is used to alert a customer that their automatic payment failed and will no longer be retried. | -| Auto Pay Retries | Amount of times to attempt an automatic payment before discontinuing and removing the payment token from the contract/account payment method. | -| Auto Pay Retry Hours | Amount of hours that should lapse until retrying failed payments. | ++-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+ +| Name | Description | ++=======================+===============================================================================================================================================+ +| Invoice Message | Message template that is used to send invoices to customers upon creation. | ++-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+ +| Payment Retry Message | Message template that is used to alert a customer that their automatic payment failed for some reason and will be retried. | ++-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+ +| Payment Fail Message | Message template that is used to alert a customer that their automatic payment failed and will no longer be retried. | ++-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+ +| Auto Pay Retries | Amount of times to attempt an automatic payment before discontinuing and removing the payment token from the contract/account payment method. | ++-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+ +| Auto Pay Retry Hours | Amount of hours that should lapse until retrying failed payments. | ++-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+ Payment Token -------------