Merge pull request #8168 from apricot12/7799-Enterprise-Fee-Report

This commit is contained in:
Nihal M. Kelanthodika
2021-09-22 20:39:06 +05:30
committed by GitHub

View File

@@ -0,0 +1,5 @@
class MigratePinPaymentToCash < ActiveRecord::Migration[6.1]
def change
execute "UPDATE spree_payment_methods SET type = 'Spree::PaymentMethod::Check' WHERE type = 'Spree::Gateway::Pin'"
end
end