mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-02 15:49:14 +00:00
6 lines
146 B
Ruby
6 lines
146 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class PaymentSerializer < ApplicationSerializer
|
||
|
attributes :payment_intent_id, :receipt_email, :url, :amount
|
||
|
end
|