Sha256: 6aa4f01984c05faa8a7f12c24319493c30afddfe55e0aa04ddea1a6759353d54
Contents?: true
Size: 357 Bytes
Versions: 25
Compression:
Stored size: 357 Bytes
Contents
module Billimatic module Entities class Subscription < Contract attribute :payment_information, PaymentInformation def checkout_url # TODO should this come from the JSON from Billimatic? fake_http = nil Billimatic::Resources::Subscription.new(fake_http).checkout_url(token: self.token) end end end end
Version data entries
25 entries across 25 versions & 1 rubygems