supporter: Remove bogus value for PayPal srt variable.
srt is meant to be used for time-limited subscriptions. 0 is not a valid value. See <https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/#recurring-payment-variables>. It's optional, and leaving it unset gives us the behavior we want, so do that instead.
This commit is contained in:
parent
36adfb406d
commit
40133bb73b
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ This partial accepts these optional parameters:
|
|||
<input type="hidden" name="t3" value="M">
|
||||
<input type="hidden" name="p3" value="1">
|
||||
<input type="hidden" name="src" value="1">
|
||||
<input type="hidden" name="srt" value="0">
|
||||
<label for="a3">Monthly Amount: </label>
|
||||
<div class="input-group">
|
||||
$ <input type="number" name="a3" size="5" tabindex="10"
|
||||
|
|
Loading…
Reference in a new issue