mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
comment out payment check verification
This commit is contained in:
parent
504e817374
commit
fecc3061c8
2 changed files with 1 additions and 7 deletions
|
@ -12,7 +12,7 @@ class PaymentOrder < ApplicationRecord
|
|||
belongs_to :invoice, optional: false
|
||||
|
||||
validate :invoice_cannot_be_already_paid, on: :create
|
||||
validate :supported_payment_method
|
||||
# validate :supported_payment_method
|
||||
|
||||
enum status: { issued: 'issued', paid: 'paid', cancelled: 'cancelled',
|
||||
failed: 'failed' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue