Skip to content

Commit

Permalink
Merge pull request #197 from elizalucas/tokens-autocapture
Browse files Browse the repository at this point in the history
Add autocapture field for creating a token payment
  • Loading branch information
huaweigu authored Mar 16, 2022
2 parents 5cdcde2 + 28ac5ca commit 46b300d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/debug/payments/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<v-text-field v-model="formData.amount" label="Amount" />

<v-checkbox
v-if="formData.sourceType == 'card'"
v-if="formData.sourceType != 'ach'"
v-model="formData.autoCapture"
label="Auto capture"
/>
Expand Down

0 comments on commit 46b300d

Please sign in to comment.