lib/cieloz/requisicao_transacao.rb in cieloz-0.0.20 vs lib/cieloz/requisicao_transacao.rb in cieloz-0.0.21
- old
+ new
@@ -37,10 +37,10 @@
]
}
# validates string values because false.blank? is true, failing presence validation
validates :capturar, inclusion: { in: ["true", "false"] }
- with_options if: "@autorizar != AUTORIZACAO_DIRETA" do |txn|
+ with_options if: -> { @autorizar != AUTORIZACAO_DIRETA } do |txn|
txn.validates :url_retorno, presence: true
txn.validates :url_retorno, length: { maximum: 1024 }
end
validates :campo_livre, length: { maximum: 128 }