add active merchant and payment schema

This commit is contained in:
Rishabh Saxena 2016-06-18 18:06:36 +05:30
parent 69a5d41b79
commit e8f1645fc2
5 changed files with 44 additions and 0 deletions

View file

@ -26,6 +26,11 @@ GEM
activejob (4.2.5.2)
activesupport (= 4.2.5.2)
globalid (>= 0.3.0)
activemerchant (1.59.0)
activesupport (>= 3.2.14, < 5.1)
builder (>= 2.1.2, < 4.0.0)
i18n (>= 0.6.9)
nokogiri (~> 1.4)
activemodel (4.2.5.2)
activesupport (= 4.2.5.2)
builder (~> 3.1)
@ -529,6 +534,7 @@ PLATFORMS
DEPENDENCIES
active_model_serializers
activemerchant
activeuuid
acts_as_commentable_with_threading
acts_as_list