Skip to content

Commit

Permalink
Fix payment intent error
Browse files Browse the repository at this point in the history
  • Loading branch information
xjlim committed Oct 25, 2020
1 parent b640787 commit 4b5e60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AppCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class="stripe-card"
id="card"
:class="{ complete }"
stripe="pk_test_8ssZgwB2PiH0ajJksD2gVbsG00u7Y3IDPv"
stripe="pk_test_5ThYi0UvX3xwoNdgxxxTxxrG"
:options="stripeOptions"
@change="complete = $event.complete"
/>
Expand Down

0 comments on commit 4b5e60d

Please sign in to comment.