Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Iankumu committed May 10, 2024
1 parent f82fc42 commit 11633ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Pages/Payments/Partials/Stkpush.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
id="floating_shortcode"
class="block py-2.5 px-0 w-full text-sm text-gray-900 bg-transparent border-0 border-b-2 border-gray-300 appearance-none dark:text-white dark:border-gray-600 dark:focus:border-blue-500 focus:outline-none focus:ring-0 focus:border-blue-600 peer"
placeholder=" "
v-model="queryForm.checkoutRequestID"
v-model="queryForm.CheckoutRequestID"
required
/>
<label
Expand Down Expand Up @@ -119,7 +119,7 @@ const form = reactive({
});
const queryForm = reactive({
checkoutRequestID: "",
CheckoutRequestID: "",
});
defineProps({
Expand Down

0 comments on commit 11633ce

Please sign in to comment.