File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -920,10 +920,9 @@ disableAltpayment = "true"
920920
921921## contribution-offset
922922
923- > ** The ‘contributionOffset’ parameter sets an initial amount to add to the total contributions displayed, simulating prior contributions.**
924-
925- ?> This parameter is optional. Default value is 0. Possible values are positive integers between 0 and the goal-amount.
923+ > ** The ‘contributionOffset’ parameter adjusts the total contributions displayed, simulating prior contributions or subtracting from the total.**
926924
925+ ?> This parameter is optional. Default value is 0. It accepts positive or negative integers, with the total contribution capped at goalAmount.
927926** Example:**
928927<!-- tabs:start -->
929928
Original file line number Diff line number Diff line change @@ -918,9 +918,9 @@ disableAltpayment = "true"
918918
919919## contribution-offset
920920
921- > ** "contributionOffset" 参数用于设置一个初始金额,将其加到显示的总贡献额中,以模拟先前的贡献 。**
921+ > ** "contributionOffset" 参数用于调整显示的总贡献额,可用于模拟先前的贡献或减少总额 。**
922922
923- ?> 此参数是可选的,默认值为 0。可能的值是介于 0 和目标金额之间的正整数。
923+ ?> 此参数为可选(默认值:0)。接受正数或负数整数,且总贡献额上限为 goalAmount
924924
925925** Example:**
926926<!-- tabs:start -->
Original file line number Diff line number Diff line change @@ -917,9 +917,9 @@ disableAltpayment = "true"
917917
918918## contribution-offset
919919
920- > ** "contributionOffset" 參數用於設定一個初始數額,將其加至顯示的總貢獻額,以模擬先前的貢獻 。**
920+ > ** "contributionOffset" 參數用於調整顯示的總貢獻額,可用於模擬先前的貢獻或減少總額 。**
921921
922- ?> 此參數是可選的,預設值為 0。可能的值是介於 0 和目標金額之間的正整數 。
922+ ?> 此參數為可選(預設值:0)。接受正數或負數整數,且總貢獻額上限為 goalAmount 。
923923
924924** Example:**
925925<!-- tabs:start -->
Original file line number Diff line number Diff line change 156156 < div class ="form-input toggle ">
157157 < input type ="checkbox " id ="disable-altpayment " v-model ="paybuttonProps.disableAltpayment " true-value ="true "
158158 false-value ="false ">
159- < label for ="disable-altpayment "> Enable Altpayment</ label >
159+ < label for ="disable-altpayment "> Disable Altpayment</ label >
160160 </ div >
161161 </ div >
162162 < div >
You can’t perform that action at this time.
0 commit comments