--- !ruby/object:Gem::Specification name: rails_trade version: !ruby/object:Gem::Version version: 0.0.3 platform: ruby authors: - qinmingyuan autorequire: bindir: bin cert_chain: [] date: 2021-09-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails_com requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' - !ruby/object:Gem::Dependency name: money-rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.14' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.14' description: trade, payment email: - mingyuan0715@foxmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - Rakefile - app/apis/trade/apple_pay_api.rb - app/controllers/trade/admin/advances_controller.rb - app/controllers/trade/admin/base_controller.rb - app/controllers/trade/admin/card_advances_controller.rb - app/controllers/trade/admin/card_logs_controller.rb - app/controllers/trade/admin/card_payments_controller.rb - app/controllers/trade/admin/card_prepayments_controller.rb - app/controllers/trade/admin/card_promotes_controller.rb - app/controllers/trade/admin/card_templates_controller.rb - app/controllers/trade/admin/cards_controller.rb - app/controllers/trade/admin/carts_controller.rb - app/controllers/trade/admin/cash_givens_controller.rb - app/controllers/trade/admin/cash_logs_controller.rb - app/controllers/trade/admin/cashes_controller.rb - app/controllers/trade/admin/order_payments_controller.rb - app/controllers/trade/admin/orders_controller.rb - app/controllers/trade/admin/payment_methods_controller.rb - app/controllers/trade/admin/payment_orders_controller.rb - app/controllers/trade/admin/payment_references_controller.rb - app/controllers/trade/admin/payment_strategies_controller.rb - app/controllers/trade/admin/payments_controller.rb - app/controllers/trade/admin/payouts_controller.rb - app/controllers/trade/admin/promote_carts_controller.rb - app/controllers/trade/admin/promote_charges_controller.rb - app/controllers/trade/admin/promote_goods_controller.rb - app/controllers/trade/admin/promotes_controller.rb - app/controllers/trade/admin/refunds_controller.rb - app/controllers/trade/admin/trade_items_controller.rb - app/controllers/trade/admin/trade_promotes_controller.rb - app/controllers/trade/admin/users_controller.rb - app/controllers/trade/advances_controller.rb - app/controllers/trade/base_controller.rb - app/controllers/trade/card_templates_controller.rb - app/controllers/trade/controller/application.rb - app/controllers/trade/controller/promote.rb - app/controllers/trade/my/advances_controller.rb - app/controllers/trade/my/base_controller.rb - app/controllers/trade/my/card_logs_controller.rb - app/controllers/trade/my/cards_controller.rb - app/controllers/trade/my/carts_controller.rb - app/controllers/trade/my/cash_logs_controller.rb - app/controllers/trade/my/orders_controller.rb - app/controllers/trade/my/payment_methods_controller.rb - app/controllers/trade/my/payments_controller.rb - app/controllers/trade/my/payouts_controller.rb - app/controllers/trade/my/trade_items_controller.rb - app/controllers/trade/panel/base_controller.rb - app/controllers/trade/panel/exchange_rates_controller.rb - app/controllers/trade/payments_controller.rb - app/models/payment/trade/alipay_payment.rb - app/models/payment/trade/apple_payment.rb - app/models/payment/trade/bank_payment.rb - app/models/payment/trade/card_payment.rb - app/models/payment/trade/hand_payment.rb - app/models/payment/trade/paypal_payment.rb - app/models/payment/trade/stripe_payment.rb - app/models/payment/trade/wxpay_payment.rb - app/models/payment_method/trade/alipay_method.rb - app/models/payment_method/trade/bank_method.rb - app/models/payment_method/trade/stripe_method.rb - app/models/payout/trade/wxpay_payout.rb - app/models/promote_charge/trade/discount_promote_charge.rb - app/models/promote_charge/trade/final_promote_charge.rb - app/models/promote_charge/trade/minus_promote_charge.rb - app/models/promote_charge/trade/plus_promote_charge.rb - app/models/refund/trade/alipay_refund.rb - app/models/refund/trade/bank_refund.rb - app/models/refund/trade/card_refund.rb - app/models/refund/trade/hand_refund.rb - app/models/refund/trade/paypal_refund.rb - app/models/refund/trade/stripe_refund.rb - app/models/refund/trade/wxpay_refund.rb - app/models/trade.rb - app/models/trade/advance.rb - app/models/trade/application_record.rb - app/models/trade/card.rb - app/models/trade/card_advance.rb - app/models/trade/card_log.rb - app/models/trade/card_prepayment.rb - app/models/trade/card_promote.rb - app/models/trade/card_template.rb - app/models/trade/cart.rb - app/models/trade/cash.rb - app/models/trade/cash_given.rb - app/models/trade/cash_log.rb - app/models/trade/exchange_rate.rb - app/models/trade/ext/payable.rb - app/models/trade/ext/user.rb - app/models/trade/model/advance.rb - app/models/trade/model/agency.rb - app/models/trade/model/amount.rb - app/models/trade/model/card.rb - app/models/trade/model/card_advance.rb - app/models/trade/model/card_log.rb - app/models/trade/model/card_prepayment.rb - app/models/trade/model/card_promote.rb - app/models/trade/model/card_template.rb - app/models/trade/model/cart.rb - app/models/trade/model/cash.rb - app/models/trade/model/cash_given.rb - app/models/trade/model/cash_log.rb - app/models/trade/model/compute.rb - app/models/trade/model/exchange_rate.rb - app/models/trade/model/good.rb - app/models/trade/model/member.rb - app/models/trade/model/order.rb - app/models/trade/model/payment.rb - app/models/trade/model/payment/alipay_payment.rb - app/models/trade/model/payment/apple_payment.rb - app/models/trade/model/payment/bank_payment.rb - app/models/trade/model/payment/card_payment.rb - app/models/trade/model/payment/hand_payment.rb - app/models/trade/model/payment/paypal_payment.rb - app/models/trade/model/payment/stripe_payment.rb - app/models/trade/model/payment/wxpay_payment.rb - app/models/trade/model/payment_method.rb - app/models/trade/model/payment_method/stripe_method.rb - app/models/trade/model/payment_order.rb - app/models/trade/model/payment_reference.rb - app/models/trade/model/payment_strategy.rb - app/models/trade/model/payout.rb - app/models/trade/model/payout/wxpay_payout.rb - app/models/trade/model/plan_attender.rb - app/models/trade/model/profile.rb - app/models/trade/model/promote.rb - app/models/trade/model/promote_cart.rb - app/models/trade/model/promote_charge.rb - app/models/trade/model/promote_charge/discount_promote_charge.rb - app/models/trade/model/promote_charge/final_promote_charge.rb - app/models/trade/model/promote_charge/minus_promote_charge.rb - app/models/trade/model/promote_charge/plus_promote_charge.rb - app/models/trade/model/promote_extra.rb - app/models/trade/model/promote_good.rb - app/models/trade/model/refund.rb - app/models/trade/model/refund/alipay_refund.rb - app/models/trade/model/refund/bank_refund.rb - app/models/trade/model/refund/card_refund.rb - app/models/trade/model/refund/hand_refund.rb - app/models/trade/model/refund/paypal_refund.rb - app/models/trade/model/refund/stripe_refund.rb - app/models/trade/model/refund/wxpay_refund.rb - app/models/trade/model/sell.rb - app/models/trade/model/trade_item.rb - app/models/trade/model/trade_promote.rb - app/models/trade/order.rb - app/models/trade/ordering/payment.rb - app/models/trade/ordering/refund.rb - app/models/trade/payment.rb - app/models/trade/payment_method.rb - app/models/trade/payment_order.rb - app/models/trade/payment_reference.rb - app/models/trade/payment_strategy.rb - app/models/trade/payment_type/alipay.rb - app/models/trade/payment_type/apple_pay.rb - app/models/trade/payment_type/paypal.rb - app/models/trade/payment_type/stripe.rb - app/models/trade/payment_type/svf_card.rb - app/models/trade/payment_type/wxpay.rb - app/models/trade/payout.rb - app/models/trade/promote.rb - app/models/trade/promote_cart.rb - app/models/trade/promote_charge.rb - app/models/trade/promote_extra.rb - app/models/trade/promote_good.rb - app/models/trade/refund.rb - app/models/trade/trade_item.rb - app/models/trade/trade_promote.rb - app/views/admin/_trade_nav.html.erb - app/views/my/_trade_nav.html.erb - app/views/panel/_trade_nav.html.erb - app/views/trade/admin/advances/_breadcrumb.html.erb - app/views/trade/admin/advances/_edit_form.html.erb - app/views/trade/admin/advances/_form.html.erb - app/views/trade/admin/advances/_index_tbody.html.erb - app/views/trade/admin/advances/_index_thead.html.erb - app/views/trade/admin/advances/_new_form.html.erb - app/views/trade/admin/advances/index.html.erb - app/views/trade/admin/advances/show.html.erb - app/views/trade/admin/base/_nav.html.erb - app/views/trade/admin/card_advances/_breadcrumb.html.erb - app/views/trade/admin/card_advances/_edit_form.html.erb - app/views/trade/admin/card_advances/_form.html.erb - app/views/trade/admin/card_advances/_index_tbody.html.erb - app/views/trade/admin/card_advances/_index_thead.html.erb - app/views/trade/admin/card_advances/_new_form.html.erb - app/views/trade/admin/card_advances/_show_table.html.erb - app/views/trade/admin/card_advances/index.html.erb - app/views/trade/admin/card_logs/_breadcrumb.html.erb - app/views/trade/admin/card_logs/_card_log.json.jbuilder - app/views/trade/admin/card_logs/_edit_form.html.erb - app/views/trade/admin/card_logs/_filter_form.html.erb - app/views/trade/admin/card_logs/_form.html.erb - app/views/trade/admin/card_logs/_index_tbody.html.erb - app/views/trade/admin/card_logs/_index_thead.html.erb - app/views/trade/admin/card_logs/_index_tr.html.erb - app/views/trade/admin/card_logs/_new_form.html.erb - app/views/trade/admin/card_logs/_show.json.jbuilder - app/views/trade/admin/card_logs/_show_table.html.erb - app/views/trade/admin/card_logs/index.html.erb - app/views/trade/admin/card_logs/index.json.jbuilder - app/views/trade/admin/card_payments/_breadcrumb.html.erb - app/views/trade/admin/card_payments/_button.html.erb - app/views/trade/admin/card_payments/_edit_form.html.erb - app/views/trade/admin/card_payments/_filter_form.html.erb - app/views/trade/admin/card_payments/_form.html.erb - app/views/trade/admin/card_payments/_index_tbody.html.erb - app/views/trade/admin/card_payments/_index_thead.html.erb - app/views/trade/admin/card_payments/_new_form.html.erb - app/views/trade/admin/card_payments/_show_table.html.erb - app/views/trade/admin/card_payments/index.html.erb - app/views/trade/admin/card_prepayments/_breadcrumb.html.erb - app/views/trade/admin/card_prepayments/_edit_form.html.erb - app/views/trade/admin/card_prepayments/_filter_form.html.erb - app/views/trade/admin/card_prepayments/_form.html.erb - app/views/trade/admin/card_prepayments/_index_tbody.html.erb - app/views/trade/admin/card_prepayments/_index_thead.html.erb - app/views/trade/admin/card_prepayments/_new_form.html.erb - app/views/trade/admin/card_prepayments/_show_table.html.erb - app/views/trade/admin/card_prepayments/index.html.erb - app/views/trade/admin/card_promotes/_breadcrumb.html.erb - app/views/trade/admin/card_promotes/_edit_form.html.erb - app/views/trade/admin/card_promotes/_filter_form.html.erb - app/views/trade/admin/card_promotes/_form.html.erb - app/views/trade/admin/card_promotes/_index_tbody.html.erb - app/views/trade/admin/card_promotes/_index_thead.html.erb - app/views/trade/admin/card_promotes/_new_form.html.erb - app/views/trade/admin/card_promotes/_show_table.html.erb - app/views/trade/admin/card_promotes/index.html.erb - app/views/trade/admin/card_templates/_advance_options.html.erb - app/views/trade/admin/card_templates/_card_template.json.jbuilder - app/views/trade/admin/card_templates/_edit_form.html.erb - app/views/trade/admin/card_templates/_filter_form.html.erb - app/views/trade/admin/card_templates/_form.html.erb - app/views/trade/admin/card_templates/_index_tbody.html.erb - app/views/trade/admin/card_templates/_index_thead.html.erb - app/views/trade/admin/card_templates/_index_tr.html.erb - app/views/trade/admin/card_templates/_item_form.html.erb - app/views/trade/admin/card_templates/_new_form.html.erb - app/views/trade/admin/card_templates/_show.json.jbuilder - app/views/trade/admin/card_templates/_show_table.html.erb - app/views/trade/admin/card_templates/advance_options.js.erb - app/views/trade/admin/card_templates/index.html.erb - app/views/trade/admin/card_templates/index.json.jbuilder - app/views/trade/admin/cards/_breadcrumb.html.erb - app/views/trade/admin/cards/_button.html.erb - app/views/trade/admin/cards/_card.json.jbuilder - app/views/trade/admin/cards/_edit_form.html.erb - app/views/trade/admin/cards/_filter_form.html.erb - app/views/trade/admin/cards/_filter_table.html.erb - app/views/trade/admin/cards/_form.html.erb - app/views/trade/admin/cards/_index_tbody.html.erb - app/views/trade/admin/cards/_index_thead.html.erb - app/views/trade/admin/cards/_index_tr.html.erb - app/views/trade/admin/cards/_new_form.html.erb - app/views/trade/admin/cards/_show.json.jbuilder - app/views/trade/admin/cards/_show_table.html.erb - app/views/trade/admin/cards/index.html.erb - app/views/trade/admin/cards/index.json.jbuilder - app/views/trade/admin/carts/_button.html.erb - app/views/trade/admin/carts/_check.html.erb - app/views/trade/admin/carts/_index.html.erb - app/views/trade/admin/carts/_index_tbody.html.erb - app/views/trade/admin/carts/_index_thead.html.erb - app/views/trade/admin/carts/_new.html.erb - app/views/trade/admin/carts/_serve.html.erb - app/views/trade/admin/carts/_single.html.erb - app/views/trade/admin/carts/_single_table.html.erb - app/views/trade/admin/carts/_total.html.erb - app/views/trade/admin/carts/_total_table.html.erb - app/views/trade/admin/carts/index.html.erb - app/views/trade/admin/cash_givens/_edit_form.html.erb - app/views/trade/admin/cash_givens/_filter_form.html.erb - app/views/trade/admin/cash_givens/_form.html.erb - app/views/trade/admin/cash_givens/_index_tbody.html.erb - app/views/trade/admin/cash_givens/_index_thead.html.erb - app/views/trade/admin/cash_givens/_new_form.html.erb - app/views/trade/admin/cash_givens/_show_table.html.erb - app/views/trade/admin/cash_givens/index.html.erb - app/views/trade/admin/cash_logs/_edit_form.html.erb - app/views/trade/admin/cash_logs/_filter_form.html.erb - app/views/trade/admin/cash_logs/_form.html.erb - app/views/trade/admin/cash_logs/_index_tbody.html.erb - app/views/trade/admin/cash_logs/_index_thead.html.erb - app/views/trade/admin/cash_logs/_new_form.html.erb - app/views/trade/admin/cash_logs/_show_table.html.erb - app/views/trade/admin/cash_logs/index.html.erb - app/views/trade/admin/cashes/_button.html.erb - app/views/trade/admin/cashes/_edit_form.html.erb - app/views/trade/admin/cashes/_filter_form.html.erb - app/views/trade/admin/cashes/_form.html.erb - app/views/trade/admin/cashes/_index_tbody.html.erb - app/views/trade/admin/cashes/_index_thead.html.erb - app/views/trade/admin/cashes/_new_form.html.erb - app/views/trade/admin/cashes/_show_tbody.html.erb - app/views/trade/admin/cashes/index.html.erb - app/views/trade/admin/goods/_form.html.erb - app/views/trade/admin/goods/_item.html.erb - app/views/trade/admin/goods/_new.html.erb - app/views/trade/admin/goods/_show.html.erb - app/views/trade/admin/goods/_show_tr.html.erb - app/views/trade/admin/goods/create.js.erb - app/views/trade/admin/goods/destroy.js.erb - app/views/trade/admin/goods/edit.html.erb - app/views/trade/admin/goods/edit.js.erb - app/views/trade/admin/goods/edit_items.html.erb - app/views/trade/admin/goods/edit_pic.html.erb - app/views/trade/admin/goods/edit_promote.html.erb - app/views/trade/admin/goods/index.html.erb - app/views/trade/admin/goods/new.html.erb - app/views/trade/admin/goods/new.js.erb - app/views/trade/admin/goods/show.js.erb - app/views/trade/admin/goods/update.js.erb - app/views/trade/admin/order_payments/_index_tbody.html.erb - app/views/trade/admin/order_payments/_index_thead.html.erb - app/views/trade/admin/order_payments/_index_tr.html.erb - app/views/trade/admin/order_payments/_new_form.html.erb - app/views/trade/admin/order_payments/_payment_orders.html.erb - app/views/trade/admin/order_payments/_payments.html.erb - app/views/trade/admin/order_payments/create_fail.js.erb - app/views/trade/admin/order_payments/index.html.erb - app/views/trade/admin/orders/_addresses.html.erb - app/views/trade/admin/orders/_breadcrumb.html.erb - app/views/trade/admin/orders/_button.html.erb - app/views/trade/admin/orders/_edit_form.html.erb - app/views/trade/admin/orders/_filter_form.html.erb - app/views/trade/admin/orders/_filter_table.html.erb - app/views/trade/admin/orders/_index_tbody.html.erb - app/views/trade/admin/orders/_index_thead.html.erb - app/views/trade/admin/orders/_index_tr.html.erb - app/views/trade/admin/orders/_invoice_addresses.html.erb - app/views/trade/admin/orders/_item.html.erb - app/views/trade/admin/orders/_new_items.html.erb - app/views/trade/admin/orders/_show/_breadcrumb.html.erb - app/views/trade/admin/orders/index.html.erb - app/views/trade/admin/orders/new.html.erb - app/views/trade/admin/orders/new.js - app/views/trade/admin/orders/payments.html.erb - app/views/trade/admin/orders/refund.turbo_stream.erb - app/views/trade/admin/orders/show.html.erb - app/views/trade/admin/payment_methods/_breadcrumb.html.erb - app/views/trade/admin/payment_methods/_edit_form.html.erb - app/views/trade/admin/payment_methods/_filter_form.html.erb - app/views/trade/admin/payment_methods/_filter_table.html.erb - app/views/trade/admin/payment_methods/_form.html.erb - app/views/trade/admin/payment_methods/_index_tbody.html.erb - app/views/trade/admin/payment_methods/_index_thead.html.erb - app/views/trade/admin/payment_methods/_index_tr.html.erb - app/views/trade/admin/payment_methods/_new_form.html.erb - app/views/trade/admin/payment_methods/_unverified/_index_tbody.html.erb - app/views/trade/admin/payment_methods/index.html.erb - app/views/trade/admin/payment_methods/mine.html.erb - app/views/trade/admin/payment_methods/unverified.html.erb - app/views/trade/admin/payment_orders/_index.html.erb - app/views/trade/admin/payment_orders/_new.html.erb - app/views/trade/admin/payment_orders/_orders.html.erb - app/views/trade/admin/payment_orders/cancel.js.erb - app/views/trade/admin/payment_orders/create.js.erb - app/views/trade/admin/payment_orders/create_fail.js.erb - app/views/trade/admin/payment_orders/new.turbo_stream.erb - app/views/trade/admin/payment_orders/raise_fail.js.erb - app/views/trade/admin/payment_orders/update.js.erb - app/views/trade/admin/payment_orders/update_fail.js.erb - app/views/trade/admin/payment_references/_form.html.erb - app/views/trade/admin/payment_references/_new.html.erb - app/views/trade/admin/payment_references/destroy.js.erb - app/views/trade/admin/payment_references/edit.html.erb - app/views/trade/admin/payment_references/index.html.erb - app/views/trade/admin/payment_references/new.js.erb - app/views/trade/admin/payment_references/show.html.erb - app/views/trade/admin/payment_strategies/_edit_form.html.erb - app/views/trade/admin/payment_strategies/_form.html.erb - app/views/trade/admin/payment_strategies/_index_tbody.html.erb - app/views/trade/admin/payment_strategies/_index_thead.html.erb - app/views/trade/admin/payment_strategies/_new_form.html.erb - app/views/trade/admin/payment_strategies/index.html.erb - app/views/trade/admin/payments/_breadcrumb.html.erb - app/views/trade/admin/payments/_button.html.erb - app/views/trade/admin/payments/_checked_amount.html.erb - app/views/trade/admin/payments/_edit_form.html.erb - app/views/trade/admin/payments/_filter_form.html.erb - app/views/trade/admin/payments/_filter_table.html.erb - app/views/trade/admin/payments/_form.html.erb - app/views/trade/admin/payments/_index_tbody.html.erb - app/views/trade/admin/payments/_index_thead.html.erb - app/views/trade/admin/payments/_index_tr.html.erb - app/views/trade/admin/payments/_new_form.html.erb - app/views/trade/admin/payments/analyze.js.erb - app/views/trade/admin/payments/dashboard.html.erb - app/views/trade/admin/payments/index.html.erb - app/views/trade/admin/payouts/_edit_form.html.erb - app/views/trade/admin/payouts/_filter_form.html.erb - app/views/trade/admin/payouts/_form.html.erb - app/views/trade/admin/payouts/_index_tbody.html.erb - app/views/trade/admin/payouts/_index_thead.html.erb - app/views/trade/admin/payouts/_index_tr.html.erb - app/views/trade/admin/payouts/_new_form.html.erb - app/views/trade/admin/payouts/_show_table.html.erb - app/views/trade/admin/payouts/index.html.erb - app/views/trade/admin/promote_carts/_breadcrumb.html.erb - app/views/trade/admin/promote_carts/_edit_form.html.erb - app/views/trade/admin/promote_carts/_filter_form.html.erb - app/views/trade/admin/promote_carts/_form.html.erb - app/views/trade/admin/promote_carts/_index_tbody.html.erb - app/views/trade/admin/promote_carts/_index_thead.html.erb - app/views/trade/admin/promote_carts/_index_tr.html.erb - app/views/trade/admin/promote_carts/_new_form.html.erb - app/views/trade/admin/promote_carts/_promote_buyer.json.jbuilder - app/views/trade/admin/promote_carts/edit.js - app/views/trade/admin/promote_carts/index.html.erb - app/views/trade/admin/promote_carts/index.json.jbuilder - app/views/trade/admin/promote_carts/new.js - app/views/trade/admin/promote_carts/show.json.jbuilder - app/views/trade/admin/promote_charges/_base_price_form.html.erb - app/views/trade/admin/promote_charges/_breadcrumb.html.erb - app/views/trade/admin/promote_charges/_edit_form.html.erb - app/views/trade/admin/promote_charges/_filter_form.html.erb - app/views/trade/admin/promote_charges/_form.html.erb - app/views/trade/admin/promote_charges/_index_tbody.html.erb - app/views/trade/admin/promote_charges/_index_thead.html.erb - app/views/trade/admin/promote_charges/_index_tr.html.erb - app/views/trade/admin/promote_charges/_new_form.html.erb - app/views/trade/admin/promote_charges/index.html.erb - app/views/trade/admin/promote_charges/options.js.erb - app/views/trade/admin/promote_goods/_breadcrumb.html.erb - app/views/trade/admin/promote_goods/_button.html.erb - app/views/trade/admin/promote_goods/_filter_form.html.erb - app/views/trade/admin/promote_goods/_form.html.erb - app/views/trade/admin/promote_goods/_goods_options.html.erb - app/views/trade/admin/promote_goods/_index_tbody.html.erb - app/views/trade/admin/promote_goods/_index_thead.html.erb - app/views/trade/admin/promote_goods/_index_tr.html.erb - app/views/trade/admin/promote_goods/_new_form.html.erb - app/views/trade/admin/promote_goods/goods.js.erb - app/views/trade/admin/promote_goods/index.html.erb - app/views/trade/admin/promotes/_edit_form.html.erb - app/views/trade/admin/promotes/_filter_table.html.erb - app/views/trade/admin/promotes/_form.html.erb - app/views/trade/admin/promotes/_index_tbody.html.erb - app/views/trade/admin/promotes/_index_thead.html.erb - app/views/trade/admin/promotes/_index_tr.html.erb - app/views/trade/admin/promotes/_new_form.html.erb - app/views/trade/admin/promotes/_new_promote_charge.html.erb - app/views/trade/admin/promotes/_show_table.html.erb - app/views/trade/admin/promotes/index.html.erb - app/views/trade/admin/refunds/_breadcrumb.html.erb - app/views/trade/admin/refunds/_filter_form.html.erb - app/views/trade/admin/refunds/_index_tbody.html.erb - app/views/trade/admin/refunds/_index_thead.html.erb - app/views/trade/admin/refunds/_index_tr.html.erb - app/views/trade/admin/refunds/_logs_form.html.erb - app/views/trade/admin/refunds/_new.html.erb - app/views/trade/admin/refunds/confirm.turbo_stream.erb - app/views/trade/admin/refunds/deny.turbo_stream.erb - app/views/trade/admin/refunds/index.html.erb - app/views/trade/admin/refunds/logs.turbo_stream.erb - app/views/trade/admin/trade_items/_additions.html.erb - app/views/trade/admin/trade_items/_filter.html.erb - app/views/trade/admin/trade_items/_good_price.html.erb - app/views/trade/admin/trade_items/_order_price.html.erb - app/views/trade/admin/trade_items/_retail_price.html.erb - app/views/trade/admin/trade_items/_show/_breadcrumb.html.erb - app/views/trade/admin/trade_items/_single_price.html.erb - app/views/trade/admin/trade_items/_total_price.html.erb - app/views/trade/admin/trade_items/create.js - app/views/trade/admin/trade_items/error.html.erb - app/views/trade/admin/trade_items/index.html.erb - app/views/trade/admin/trade_items/index.js - app/views/trade/admin/trade_items/only.html.erb - app/views/trade/admin/trade_items/only.js - app/views/trade/admin/trade_items/show.html.erb - app/views/trade/admin/trade_items/total.js.erb - app/views/trade/admin/trade_promotes/_edit_form.html.erb - app/views/trade/admin/trade_promotes/_filter_form.html.erb - app/views/trade/admin/trade_promotes/_form.html.erb - app/views/trade/admin/trade_promotes/_index_tbody.html.erb - app/views/trade/admin/trade_promotes/_index_thead.html.erb - app/views/trade/admin/trade_promotes/_new_form.html.erb - app/views/trade/admin/trade_promotes/_show_table.html.erb - app/views/trade/admin/trade_promotes/index.html.erb - app/views/trade/admin/users/index.html.erb - app/views/trade/admin/users/orders.html.erb - app/views/trade/admin/users/overdue.html.erb - app/views/trade/advances/index.html.erb - app/views/trade/card_templates/_card_template.json.jbuilder - app/views/trade/card_templates/_filter_form.html.erb - app/views/trade/card_templates/_show_table.html.erb - app/views/trade/card_templates/index.html.erb - app/views/trade/card_templates/index.json.jbuilder - app/views/trade/card_templates/show.json.jbuilder - app/views/trade/goods/_choose.html.erb - app/views/trade/goods/_good.html.erb - app/views/trade/goods/_good_item.html.erb - app/views/trade/goods/_nav.html.erb - app/views/trade/goods/_search.html.erb - app/views/trade/goods/index.html.erb - app/views/trade/goods/index/_product.html.erb - app/views/trade/goods/item.html.erb - app/views/trade/goods/produce.html.erb - app/views/trade/goods/show.html.erb - app/views/trade/goods/show/_basic.html.erb - app/views/trade/goods/show/_carousel.html.erb - app/views/trade/goods/show/_items.html.erb - app/views/trade/goods/show/_sales.html.erb - app/views/trade/goods/show/_side.html.erb - app/views/trade/goods/taxon/_breadcrumb.html.erb - app/views/trade/goods/taxon/_nav.html.erb - app/views/trade/goods/taxon/_nav_.html.erb - app/views/trade/goods/taxon/_nav_last.html.erb - app/views/trade/my/advances/index.json.jbuilder - app/views/trade/my/advances/order.json.jbuilder - app/views/trade/my/card_logs/_wallet_log.json.jbuilder - app/views/trade/my/card_logs/index.html.erb - app/views/trade/my/card_logs/index.json.jbuilder - app/views/trade/my/cards/index.html.erb - app/views/trade/my/cards/new.html.erb - app/views/trade/my/cards/token.html.erb - app/views/trade/my/carts/_additions.html.erb - app/views/trade/my/carts/_addresses/_index_table.html.erb - app/views/trade/my/carts/_addresses/_index_tbody.html.erb - app/views/trade/my/carts/_addresses/_index_tr.html.erb - app/views/trade/my/carts/_filter_form.html.erb - app/views/trade/my/carts/_form.html.erb - app/views/trade/my/carts/_show/_address.html.erb - app/views/trade/my/carts/_show/_tab_bar.html.erb - app/views/trade/my/carts/_show_table.html.erb - app/views/trade/my/carts/_show_thead.html.erb - app/views/trade/my/carts/_total_price.html.erb - app/views/trade/my/carts/_trade_item.html.erb - app/views/trade/my/carts/add.html.erb - app/views/trade/my/carts/add.turbo_stream.erb - app/views/trade/my/carts/addresses.html.erb - app/views/trade/my/carts/destroy.turbo_stream.erb - app/views/trade/my/carts/show.html+phone.erb - app/views/trade/my/carts/show.html.erb - app/views/trade/my/carts/update.turbo_stream.erb - app/views/trade/my/cash_logs/_cash_log.json.jbuilder - app/views/trade/my/cash_logs/index.json.jbuilder - app/views/trade/my/orders/_date_form.html.erb - app/views/trade/my/orders/_edit_form.html.erb - app/views/trade/my/orders/_edit_payment_type.html.erb - app/views/trade/my/orders/_form.html.erb - app/views/trade/my/orders/_payment_types/_show_table.html.erb - app/views/trade/my/orders/_show/_breadcrumb.html.erb - app/views/trade/my/orders/_success.html.erb - app/views/trade/my/orders/alipay_pay.json.jbuilder - app/views/trade/my/orders/create.turbo_stream.erb - app/views/trade/my/orders/edit_payment_type.html.erb - app/views/trade/my/orders/fail.html.erb - app/views/trade/my/orders/index.html+phone.erb - app/views/trade/my/orders/index.html.erb - app/views/trade/my/orders/index.json.jbuilder - app/views/trade/my/orders/new.html.erb - app/views/trade/my/orders/payment_types.html+phone.erb - app/views/trade/my/orders/payment_types.html.erb - app/views/trade/my/orders/refresh.turbo_stream.erb - app/views/trade/my/orders/refund.json.jbuilder - app/views/trade/my/orders/show.html+phone.erb - app/views/trade/my/orders/show.html.erb - app/views/trade/my/orders/success.html.erb - app/views/trade/my/orders/wait.html+wechat.erb - app/views/trade/my/orders/wxpay_pay.html.erb - app/views/trade/my/orders/wxpay_pay_err.html.erb - app/views/trade/my/orders/wxpay_pc_pay.html.erb - app/views/trade/my/payment_methods/_button.html.erb - app/views/trade/my/payment_methods/_edit_form.html.erb - app/views/trade/my/payment_methods/_form.html.erb - app/views/trade/my/payment_methods/_index_tbody.html.erb - app/views/trade/my/payment_methods/_index_thead.html.erb - app/views/trade/my/payment_methods/_new_form.html.erb - app/views/trade/my/payment_methods/index.html.erb - app/views/trade/my/payments/_edit_form.html.erb - app/views/trade/my/payments/_filter_form.html.erb - app/views/trade/my/payments/_form.html.erb - app/views/trade/my/payments/_index_tbody.html.erb - app/views/trade/my/payments/_index_thead.html.erb - app/views/trade/my/payments/_new_form.html.erb - app/views/trade/my/payments/_show_table.html.erb - app/views/trade/my/payments/create.turbo_stream.erb - app/views/trade/my/payments/destroy.turbo_stream.erb - app/views/trade/my/payments/index.html.erb - app/views/trade/my/payouts/_payout.json.jbuilder - app/views/trade/my/payouts/index.json.jbuilder - app/views/trade/my/payouts/list.json.jbuilder - app/views/trade/my/payouts/show.json.jbuilder - app/views/trade/my/shared/_cash.json.jbuilder - app/views/trade/my/trade_items/_show/_breadcrumb.html.erb - app/views/trade/my/trade_items/index.json.jbuilder - app/views/trade/my/trade_items/promote.html.erb - app/views/trade/my/trade_items/show.html.erb - app/views/trade/my/trade_items/toggle.turbo_stream.erb - app/views/trade/panel/exchange_rates/_edit_form.html.erb - app/views/trade/panel/exchange_rates/_filter_form.html.erb - app/views/trade/panel/exchange_rates/_form.html.erb - app/views/trade/panel/exchange_rates/_index_tbody.html.erb - app/views/trade/panel/exchange_rates/_index_thead.html.erb - app/views/trade/panel/exchange_rates/_new_form.html.erb - app/views/trade/panel/exchange_rates/_show_table.html.erb - app/views/trade/panel/exchange_rates/index.html.erb - app/views/trade/payments/_wxpay_result.html.erb - app/views/trade/payments/wxpay_result.js.erb - config/locales/en.attributes.yml - config/locales/en.controller.yml - config/locales/en.enum.yml - config/locales/en.yml - config/locales/zh.attributes.yml - config/locales/zh.controller.yml - config/locales/zh.enum.yml - config/locales/zh.help.yml - config/locales/zh.yml - config/routes.rb - lib/rails_trade.rb - lib/rails_trade/config.rb - lib/rails_trade/engine.rb homepage: https://github.com/work-design/rails_trade licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.22 signing_key: specification_version: 4 summary: Rails engine for trade, payment and more test_files: []