payment link

This commit is contained in:
Pete Matsyburka
2025-09-29 10:23:11 +03:00
parent 72c08e5fdb
commit 3c6a32caba
3 changed files with 37 additions and 12 deletions
@@ -133,7 +133,7 @@ export default {
return this.queryParams.get('stripe_session_id')
},
defaultName () {
if (this.field.preferences?.price_id) {
if (this.field.preferences?.price_id || this.field.preferences?.payment_link_id) {
return ''
}