generalise application icon for Stripe iFrame

This commit is contained in:
Rishabh Saxena 2016-07-28 15:28:43 +05:30
parent be6d046154
commit 52c30af642
3 changed files with 10 additions and 9 deletions

View file

@ -2,8 +2,8 @@ FactoryGirl.define do
factory :payment do
user
conference
last4 4242
authorization_code 1234567890
last4 '4242'
authorization_code '1234567890'
amount 10
end
end