| 892 | } |
| 893 | |
| 894 | const struct recurrence *invoice_recurrence(const struct tlv_invoice *inv) |
| 895 | { |
| 896 | if (inv->offer_recurrence_compulsory) |
| 897 | return inv->offer_recurrence_compulsory; |
| 898 | return inv->offer_recurrence_optional; |
| 899 | } |
no outgoing calls
no test coverage detected