Skip to content

Commit

Permalink
PAYOSWXP-104: refund: enable capturing button during typing of amount…
Browse files Browse the repository at this point in the history
… to capture
  • Loading branch information
rommelfreddy committed Jan 9, 2024
1 parent a0c02ce commit 71c230b
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<sw-text-field :disabled="true" :label="$tc('sw-order.payone-payment.modal.remainingAmount')" :value="remainingAmount | payone_currency(order.currency.shortName, decimalPrecision)"></sw-text-field>
<sw-number-field required="required" numberType="float" :digits="order.decimal_precision" :label="$tc('sw-order.payone-payment.modal.capture.amount')"
v-model="captureAmount"
@input-change="(value) => captureAmount = value"
:min="0"
:max="maxCaptureAmount"></sw-number-field>
</sw-container>
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/administration/js/payone-payment.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/public/static/js/0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Resources/public/static/js/1.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Resources/public/static/js/10.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 71c230b

Please sign in to comment.