Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created payment option on CLI and fix import error for create custome… #41

Merged
merged 2 commits into from
Feb 14, 2017

Conversation

mccordgh
Copy link
Contributor

@mccordgh mccordgh commented Feb 14, 2017

Description

Created the create_payment_option.py script for the CLI tool option 3.

Related Issue

#4

How Has This Been Tested?

tested locally in scripts/ dir through:

  • $ python main.py
    and
  • $ python create_payment_option.py

Steps to Test

  1. Make sure you are on master branch in main project dir
  2. $ git pull
  3. $ git checkout mccordgh-cli-create-payment-option
  4. $ cd scripts
  5. $ python main.py
  6. Select option 3 from the main menu
  7. Check your DB to make sure it has correctly added the payment option.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Copy link
Contributor

@asimonia asimonia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mccordgh mccordgh merged commit 96efe5d into master Feb 14, 2017
@mccordgh mccordgh deleted the mccordgh-cli-create-payment-option branch February 14, 2017 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants