Advertisement
myworks

Untitled

Jul 19th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. INSERT INTO `tblpaymentgateways` (`gateway`, `setting`, `value`, `order`)
  2. VALUES
  3. ('paypalbilling', 'name', 'MyWorks Paypal Billing Module', 1),
  4. ('paypalbilling', 'type', 'CC', 0),
  5. ('paypalbilling', 'visible', 'on', 0),
  6. ('paypalbilling', 'API_USERNAME', '', 0),
  7. ('paypalbilling', 'API_PASSWORD', '', 0),
  8. ('paypalbilling', 'API_SIGNATURE', '', 0),
  9. ('paypalbilling', 'Paypal_Custom_Page', '', 0),
  10. ('paypalbilling', 'Testmode', '', 0),
  11. ('paypalbilling', 'convertto', '', 0),
  12. ('paypalbilling', 'RECURRING_BUTTON_IMAGE', 'https://www.paypalobjects.com/en_US/i/btn/btn_xpressCheckout.gif?akam_redir=1', 0),
  13. ('paypalbilling', 'ONETIME_BUTTON_IMAGE', 'https://www.paypalobjects.com/webstatic/en_US/btn/btn_checkout_pp_142x27.png', 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement