Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3829 from gratipay/payment-networks
Browse files Browse the repository at this point in the history
Add a couple additional payment networks
  • Loading branch information
rohitpaulk committed Oct 19, 2015
2 parents 9fd17e6 + 5487444 commit 0d292b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/branch.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BEGIN;
ALTER TYPE payment_net ADD VALUE 'cash';
ALTER TYPE payment_net ADD VALUE 'transferwise';
END;

0 comments on commit 0d292b3

Please sign in to comment.