app/models/payment.rb in dm_event-4.2.3.6 vs app/models/payment.rb in dm_event-4.2.3.7
- old
+ new
@@ -1,8 +1,8 @@
# Handle payment related logic
#------------------------------------------------------------------------------
class Payment
- include ActiveMerchant::Billing::Integrations
+ include OffsitePayments::Integrations
# Handle Payment notification logic
#------------------------------------------------------------------------------
def self.event_payment_ipn(notify, payment_method = '')
Rails.logger.error('===> Enter: Payment.event_payment_ipn')
\ No newline at end of file