tickera-angular-components 0.0.1-dev.53 → 0.0.1-dev.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3184,6 +3184,7 @@ class TicketSelectionService {
3184
3184
  coupon_code: this.selectionDiscountService.coupon()?.code ?? undefined,
3185
3185
  gift_bond_code: this.selectionDiscountService.giftBondCode() ?? undefined,
3186
3186
  corporate_bond_code: this.selectionDiscountService.corporateBondCode() ?? undefined,
3187
+ payment_method: paymentMethod,
3187
3188
  billing: {
3188
3189
  first_name: billing?.first_name ?? '',
3189
3190
  last_name: billing?.last_name ?? '',
@@ -3195,7 +3196,6 @@ class TicketSelectionService {
3195
3196
  city_id: billing?.city_id ?? 0,
3196
3197
  postal_code: billing?.postal_code ?? undefined,
3197
3198
  address_notes: undefined,
3198
- payment_method: paymentMethod,
3199
3199
  terms_accepted: termsAccepted,
3200
3200
  data_processing_accepted: dataProcessingAccepted,
3201
3201
  comments: undefined,