Sha256: c8713a44e0ff7e49073f2979f6376606e9ed8dbc16032c5ac5d438f0d2e76214
Contents?: true
Size: 218 Bytes
Versions: 4
Compression:
Stored size: 218 Bytes
Contents
module Workarea decorate Payment::RefundTest, with: :stripe do def payment @payment ||= begin order = create_order create_payment(id: order.id, profile: profile) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems