Guest User

Untitled

a guest
Jul 19th, 2018
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. PaymentType.blueprint(:paypal) do
  2. name "PayPal"
  3. shortcut "paypal"
  4. end
  5.  
  6. PaymentType.blueprint(:cod) do
  7. name "Cash on Delivery"
  8. shortcut "cod"
  9. end
Add Comment
Please, Sign In to add comment