mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 19:55:10 +00:00
fix set_postage?
This commit is contained in:
parent
b88f20a40d
commit
d58e0c72d0
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ class Letter < ApplicationRecord
|
|||
)
|
||||
end
|
||||
when "stamps"
|
||||
if %i(queued pending).include?(aasm.current_state)
|
||||
if %i(queued).include?(aasm.current_state)
|
||||
return 0
|
||||
end
|
||||
# For stamps, use stamp price for US and desired price for international
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue